From d536b588ff3a76b7f7074580feb56bee9915dc38 Mon Sep 17 00:00:00 2001
From: zhaowenxuan <chacca165@163.com>
Date: 星期三, 16 十月 2024 17:23:33 +0800
Subject: [PATCH] 增加lis项目代码字段

---
 ltkj-hosp/src/main/java/com/ltkj/hosp/domain/TjSampling.java |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/ltkj-hosp/src/main/java/com/ltkj/hosp/domain/TjSampling.java b/ltkj-hosp/src/main/java/com/ltkj/hosp/domain/TjSampling.java
index 13eefb4..a163e03 100644
--- a/ltkj-hosp/src/main/java/com/ltkj/hosp/domain/TjSampling.java
+++ b/ltkj-hosp/src/main/java/com/ltkj/hosp/domain/TjSampling.java
@@ -125,6 +125,16 @@
      */
     private Integer isMerge;
 
+    private String jyxmdm;
+
+    public String getJyxmdm() {
+        return jyxmdm;
+    }
+
+    public void setJyxmdm(String jyxmdm) {
+        this.jyxmdm = jyxmdm;
+    }
+
     public Integer getIsMerge() {
         return isMerge;
     }

--
Gitblit v1.8.0