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 |    6 ++++++
 1 files changed, 6 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 b941fd3..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
@@ -298,6 +298,12 @@
     @TableField(exist = false)
     private Integer isHz;
 
+    @TableField(exist = false)
+    private Long isPositive;
+
+    @TableField(exist = false)
+    private String tjCategory;
+
 
     @Override
     public String toString() {

--
Gitblit v1.8.0