jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/appointment/vo/AppointmentPageReqVO.java
@@ -85,4 +85,21 @@ @Schema(description = "已付款") private Integer paid; private String tolerance; /** *住院号 */ private String hospitalNo; /** * 医保卡号 */ private String medicalCard; /** * 门诊号 */ private String outpatientNo; }