From 43727df73e52cc00a1f1aee3c20a1aec8db1b92f Mon Sep 17 00:00:00 2001
From: zhaowenxuan <chacca165@163.com>
Date: 星期四, 27 二月 2025 08:45:25 +0800
Subject: [PATCH] 修改查询

---
 ltkj-hosp/src/main/java/com/ltkj/hosp/domain/TjSampling.java |   12 ++++++++++++
 1 files changed, 12 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 87afaa4..1f979f9 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
@@ -140,6 +140,16 @@
      */
     private String jxbz;
 
+    /**
+     * 鏄惁鏀粯
+     */
+    private Integer isPay;
+
+    /**
+     * 鏄惁鎴愬姛鍙戝嚭鐢宠
+     */
+    private Integer isApply;
+
     @Override
     public String toString() {
         return new ToStringBuilder(this, ToStringStyle.MULTI_LINE_STYLE)
@@ -160,6 +170,8 @@
                 .append("parentId", getParentId())
                 .append("jyxh", getJyxh())
                 .append("specimenTypeCode", getSpecimenTypeCode())
+                .append("isPay", getIsPay())
+                .append("isApply", getIsApply())
                 .toString();
     }
 }

--
Gitblit v1.8.0