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 | 5 +++-- 1 files changed, 3 insertions(+), 2 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 b86182b..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; @@ -92,7 +93,7 @@ /** * 棰勭害鏃ユ湡 */ - private LocalDateTime bookDate; + private LocalDate bookDate; /** * 棰勭害鏃堕棿娈� */ -- Gitblit v1.9.3