Skip to content

Commit

Permalink
🩹 프로젝트 난이도, 상태 변경 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
rilac1 committed Feb 19, 2023
1 parent d110d6e commit 89ab2c5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@

@Data
public class ProjectRequest {

private String name;
@DateTimeFormat(pattern = "yyyy-MM-dd")
private LocalDate startDate;
@DateTimeFormat(pattern = "yyyy-MM-dd")
private LocalDate dueDate;
private String goal;
private Difficulty difficulty;
private ProjectStatus projectStatus;
}

0 comments on commit 89ab2c5

Please sign in to comment.