jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/dal/dataobject/appointment/AppointmentDO.java
@@ -45,7 +45,7 @@ */ private String episodeId; /** * 患者来源类型 01问诊 02急诊 03体检 04住院 * 患者来源类型 01问诊 02急诊 03住院 04体检 */ private Integer patSrc; /** @@ -161,4 +161,19 @@ */ private String outpatientNo; /** * 开单医生 */ private String doctor; /** * 开单医生编码 */ private String doctorCode; /** * 开单时间 */ private Date doctorTime; }