eight
2024-11-06 913587c63ac1a475b37e21b7f1fa160a23a286ef
jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/dal/dataobject/appointment/AppointmentDO.java
@@ -33,7 +33,7 @@
     * id
     */
    @TableId
    private Integer id;
    private Long id;
    /**
     * 患者编号
     */
@@ -51,7 +51,7 @@
    /**
     * 患者生日
     */
    private LocalDateTime patBirthday;
    private LocalDate patBirthday;
    /**
     * 患者手机
     */
@@ -107,13 +107,12 @@
    /**
     * 预约检查类型
     *
     * 枚举 {@link TODO ecg_check_type 对应的类}
     */
    private Byte bookCheckType;
    private Integer bookCheckType;
    /**
     * 预约来源:X系统、护士手动预约
     * 预约来源:0 ~~ X系统、1 ~~ 护士手动预约
     */
    private Byte bookSrc;
    private Integer bookSrc;
    /**
     * 已付款