jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/appointment/vo/AppointmentSaveReqVO.java
@@ -1,10 +1,12 @@ package cn.lihu.jh.module.ecg.controller.admin.appointment.vo; import com.alibaba.excel.annotation.ExcelProperty; import io.swagger.v3.oas.annotations.media.Schema; import lombok.*; import javax.validation.constraints.NotEmpty; import javax.validation.constraints.NotNull; import java.time.LocalDate; import java.time.LocalDateTime; @Schema(description = "管理后台 - 预约新增/修改 Request VO") @@ -75,4 +77,6 @@ @NotNull(message = "预约检查类型不能为空") private Byte bookCheckType; } @Schema(description = "已付款") private Integer paid; }