liusheng
2 天以前 eb3195e397b023cfae1ee4dea7fbc29f1271504f
jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/dal/dataobject/appointment/AppointmentDO.java
@@ -11,6 +11,7 @@
import java.time.LocalDateTime;
import java.time.LocalDateTime;
import java.time.LocalDateTime;
import com.baomidou.mybatisplus.annotation.*;
import cn.lihu.jh.framework.mybatis.core.dataobject.BaseDO;
@@ -57,7 +58,7 @@
    private String patName;
    /**
     * 患者性别
     *
     * <p>
     * 枚举 {@link TODO system_user_sex 对应的类}
     */
    private Byte patGender;
@@ -115,7 +116,6 @@
    private LocalDateTime bookTime;
    /**
     * 预约检查类型
     *
     */
    private Integer bookCheckType;
    /**
@@ -137,4 +137,6 @@
    @TableField(exist = false)
    private Integer bookSeqNum;
}
    private String status;
}