From aa2afbc3a63030ff81e6a7a3d0737d6c8d304c97 Mon Sep 17 00:00:00 2001 From: eight <641137800@qq.com> Date: 星期日, 01 九月 2024 12:29:36 +0800 Subject: [PATCH] 逻辑顺序调整 --- jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/dal/dataobject/appointment/AppointmentDO.java | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/dal/dataobject/appointment/AppointmentDO.java b/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/dal/dataobject/appointment/AppointmentDO.java index 1506165..ead461f 100644 --- a/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/dal/dataobject/appointment/AppointmentDO.java +++ b/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/dal/dataobject/appointment/AppointmentDO.java @@ -1,8 +1,9 @@ package cn.lihu.jh.module.ecg.dal.dataobject.appointment; import lombok.*; + +import java.time.*; import java.util.*; -import java.time.LocalDateTime; import java.time.LocalDateTime; import java.time.LocalDateTime; import java.time.LocalDateTime; @@ -44,7 +45,7 @@ * * 鏋氫妇 {@link TODO system_user_sex 瀵瑰簲鐨勭被} */ - private Boolean patGender; + private Byte patGender; /** * 鎮h�呯敓鏃� */ @@ -92,7 +93,7 @@ /** * 棰勭害鏃ユ湡 */ - private LocalDateTime bookDate; + private LocalDate bookDate; /** * 棰勭害鏃堕棿娈� */ -- Gitblit v1.9.3