eight
2024-08-14 8e6ffaaff9c811d553f8fdb39d92fe4254f7e715
jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/appointment/vo/AppointmentRespVO.java
@@ -14,6 +14,8 @@
@ExcelIgnoreUnannotated
public class AppointmentRespVO {
    private Integer id;
    @Schema(description = "患者编号", requiredMode = Schema.RequiredMode.REQUIRED, example = "29034")
    @ExcelProperty("患者编号")
    private String patId;