jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/queue/vo/queueSaveReqVO.java
@@ -5,6 +5,7 @@ import javax.validation.constraints.NotEmpty; import javax.validation.constraints.NotNull; import java.time.LocalDate; @Schema(description = "管理后台 - 排队新增/修改 Request VO") @@ -25,6 +26,10 @@ @Schema(description = "患者性别") private Byte patGender; @Schema(description = "预约日期", requiredMode = Schema.RequiredMode.REQUIRED) @NotNull(message = "预约日期不能为空") private LocalDate bookDate; @Schema(description = "预约时间段", requiredMode = Schema.RequiredMode.REQUIRED) @NotNull(message = "预约时间段不能为空") private Integer bookTimeslot;