jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/dal/dataobject/appointment/AppointmentDO.java
@@ -139,4 +139,24 @@ private String status; /** * 耐药性: 是否多耐1代表是,0代表不是 */ private String tolerance; /** *住院号 */ private String hospitalNo; /** * 医保卡号 */ private String medicalCard; /** * 门诊号 */ private String outpatientNo; }