liusheng
2 天以前 46fab8daeed497e8529e7070712ceca9b04ee0f7
jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/dal/dataobject/appointment/AppointmentDO.java
@@ -58,8 +58,6 @@
    private String patName;
    /**
     * 患者性别
     * <p>
     * 枚举 {@link TODO system_user_sex 对应的类}
     */
    private Byte patGender;
    /**
@@ -138,6 +136,10 @@
    private Integer bookSeqNum;
    private String status;
    /**
     * 登记时间
     */
    private Date registerDate;
    /**
     * 耐药性: 是否多耐1代表是,0代表不是
@@ -145,7 +147,7 @@
    private String tolerance;
    /**
     *住院号
     * 住院号
     */
    private String hospitalNo;
@@ -159,4 +161,19 @@
     */
    private String outpatientNo;
    /**
     * 开单医生
     */
    private String doctor;
    /**
     * 开单医生编码
     */
    private String doctorCode;
    /**
     * 开单时间
     */
    private Date doctorTime;
}