From f6283db320dc079860a3ce4a482a1f7bd31e52ad Mon Sep 17 00:00:00 2001 From: lige <bestlige@outlook.com> Date: 星期四, 23 十一月 2023 17:26:12 +0800 Subject: [PATCH] 回复 --- ltkj-hosp/src/main/java/com/ltkj/hosp/domain/TjCustomer.java | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/ltkj-hosp/src/main/java/com/ltkj/hosp/domain/TjCustomer.java b/ltkj-hosp/src/main/java/com/ltkj/hosp/domain/TjCustomer.java index 6d23daf..b941fd3 100644 --- a/ltkj-hosp/src/main/java/com/ltkj/hosp/domain/TjCustomer.java +++ b/ltkj-hosp/src/main/java/com/ltkj/hosp/domain/TjCustomer.java @@ -295,6 +295,10 @@ private String wechat; + @TableField(exist = false) + private Integer isHz; + + @Override public String toString() { return new ToStringBuilder(this, ToStringStyle.MULTI_LINE_STYLE) -- Gitblit v1.8.0