From 0e52b40501310d9339ec816182ae7302a93c1cb2 Mon Sep 17 00:00:00 2001 From: eight <641137800@qq.com> Date: 星期二, 06 八月 2024 20:56:57 +0800 Subject: [PATCH] 新增 ECG模块 --- jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/dal/dataobject/appointment/AppointmentDO.java | 2 +- 1 files changed, 1 insertions(+), 1 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 12846e0..ad3296f 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 @@ -48,7 +48,7 @@ /** * 鎮h�呯敓鏃� */ - private LocalDate patBirthday; + private LocalDateTime patBirthday; /** * 鎮h�呮墜鏈� */ -- Gitblit v1.9.3