eight
2024-11-12 ce6ce8f0fc90718184bf54a149d6cf70a63efb17
jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/call/vo/CallSaveReqVO.java
@@ -4,6 +4,8 @@
import lombok.*;
import javax.validation.constraints.NotEmpty;
import javax.validation.constraints.NotNull;
import java.time.LocalDate;
import java.util.*;
@Schema(description = "管理后台 - 叫号新增/修改 Request VO")
@@ -24,6 +26,9 @@
    @Schema(description = "患者性别")
    private Integer patGender;
    @Schema(description = "预约日期", requiredMode = Schema.RequiredMode.REQUIRED)
    private LocalDate bookDate;
    @Schema(description = "排队序号")
    private Integer seqNum;
@@ -39,6 +44,9 @@
    @Schema(description = "插队标记")
    private Integer jumpFlag;
    @Schema(description = "叫号类型")
    private Integer callType;
    @Schema(description = "诊室编号", example = "30859")
    private Long roomId;