updated get all application endpoint

This commit is contained in:
rajesh
2024-09-16 15:31:12 +05:30
parent 7babf437d6
commit b4212ee219
6 changed files with 20 additions and 12 deletions

View File

@@ -7,10 +7,6 @@ import java.time.LocalDateTime;
@Data
public class ApplicationRequest {
private LocalDateTime submissionDate;
private String status;
private String comments;
}