|
|
@@ -40,11 +40,9 @@ public class MeetingBasicDTO { |
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm") |
|
|
|
private LocalDateTime endTime; |
|
|
|
|
|
|
|
@NotNull(message = "评审耗时不能为空") |
|
|
|
@ApiModelProperty("评审耗时:1 半天、2 一天") |
|
|
|
private Integer meetingUsageTime; |
|
|
|
|
|
|
|
@NotNull(message = "评委出席时间不能为空") |
|
|
|
@ApiModelProperty("评委出席时间") |
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm") |
|
|
|
private LocalDateTime judgesAttendanceTime; |
|
|
@@ -61,7 +59,6 @@ public class MeetingBasicDTO { |
|
|
|
@ApiModelProperty("联系方式") |
|
|
|
private String contact; |
|
|
|
|
|
|
|
@NotNull(message = "是否是系统内部项目不能为空") |
|
|
|
@ApiModelProperty("是否是系统内部项目") |
|
|
|
private Boolean isInnerProject; |
|
|
|
|
|
|
|