REST API works

This commit is contained in:
Vu Tuan Minh
2025-09-30 01:49:48 +02:00
parent 6f75f83f58
commit d18bb21b74
30 changed files with 857 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
package fr.istic.taa.jaxrs.DTO;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
@Data
public class ReponseDTO {
}