From eabf890be5718f5e22d03e3ce2b530da0568a8d0 Mon Sep 17 00:00:00 2001 From: lige <bestlige@outlook.com> Date: 星期四, 07 十二月 2023 17:03:31 +0800 Subject: [PATCH] 总检看职业病 --- ltkj-hosp/src/main/java/com/ltkj/hosp/domain/TjCustomer.java | 10 ++++++++++ 1 files changed, 10 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..2e75a14 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,16 @@ private String wechat; + @TableField(exist = false) + private Integer isHz; + + @TableField(exist = false) + private Long isPositive; + + @TableField(exist = false) + private String tjCategory; + + @Override public String toString() { return new ToStringBuilder(this, ToStringStyle.MULTI_LINE_STYLE) -- Gitblit v1.8.0