From 2cc467544220312cdf16b79d32530c5e4cdfe14a Mon Sep 17 00:00:00 2001
From: eight <641137800@qq.com>
Date: 星期二, 13 八月 2024 09:51:01 +0800
Subject: [PATCH] map 转 对象 hutool beanutil
---
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 1506165..b86182b 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
@@ -44,7 +44,7 @@
*
* 鏋氫妇 {@link TODO system_user_sex 瀵瑰簲鐨勭被}
*/
- private Boolean patGender;
+ private Byte patGender;
/**
* 鎮h�呯敓鏃�
*/
--
Gitblit v1.9.3