From d7ce419f1c60d7f1cfb54934b867bcfa2f5d6937 Mon Sep 17 00:00:00 2001
From: lige <bestlige@outlook.com>
Date: 星期五, 01 十二月 2023 09:30:36 +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