Skip to content

Commit

Permalink
Merge branch 'hotfix/grade_time_setting_500' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
leeseojune53 committed Jun 10, 2021
2 parents 4e2bfea + d927e15 commit 521f4ea
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import lombok.NoArgsConstructor;
import lombok.Setter;

import javax.validation.constraints.NotEmpty;
import java.sql.Time;

@Getter
Expand All @@ -14,7 +13,6 @@
@AllArgsConstructor
public class GradeRequest {

@NotEmpty
private int id;
private Time breakfast; //아침 먹는 시간
private Time lunch;
Expand Down

0 comments on commit 521f4ea

Please sign in to comment.