From f96cc88f8b85cfecd73d41acc2913833882ee5c0 Mon Sep 17 00:00:00 2001
From: eight <641137800@qq.com>
Date: 星期日, 08 九月 2024 17:27:41 +0800
Subject: [PATCH] LocalDate json process
---
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