From ee5e1f5b1ebe17007b7ae61bf290cc707518e6ba Mon Sep 17 00:00:00 2001 From: changpengfei Date: Wed, 8 Sep 2021 18:34:21 +0800 Subject: [PATCH] =?UTF-8?q?=E7=97=85=E4=BE=8B=E5=AD=97=E6=AE=B5=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/com/lyms/talkonlineweb/domain/LymsPcase.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/talkonlineweb/src/main/java/com/lyms/talkonlineweb/domain/LymsPcase.java b/talkonlineweb/src/main/java/com/lyms/talkonlineweb/domain/LymsPcase.java index 5f07d8b..6bc7446 100644 --- a/talkonlineweb/src/main/java/com/lyms/talkonlineweb/domain/LymsPcase.java +++ b/talkonlineweb/src/main/java/com/lyms/talkonlineweb/domain/LymsPcase.java @@ -59,7 +59,7 @@ public class LymsPcase implements Serializable { private Integer dtid; @TableField(value = "dtname") - private Integer dtname;//就诊医生姓名 + private String dtname;//就诊医生姓名 /** * 创建人 */ -- 1.8.3.1