From 879bc177f31717f6d4a4998840e786a668256e97 Mon Sep 17 00:00:00 2001
From: 陈昶聿 <chychen@nbjetron.com>
Date: 星期四, 06 八月 2026 15:52:01 +0800
Subject: [PATCH] 【景宁】查询随访任务组科室关联列表、查询随访任务组疾病关联列表

---
 smartor/src/main/java/com/smartor/domain/Icd10.java |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)

diff --git a/smartor/src/main/java/com/smartor/domain/Icd10.java b/smartor/src/main/java/com/smartor/domain/Icd10.java
index faf983c..5ec91fc 100644
--- a/smartor/src/main/java/com/smartor/domain/Icd10.java
+++ b/smartor/src/main/java/com/smartor/domain/Icd10.java
@@ -8,6 +8,8 @@
 import com.ruoyi.common.annotation.Excel;
 import com.ruoyi.common.core.domain.BaseEntity;
 
+import java.util.List;
+
 /**
  * 鐤剧梾瀵硅薄 icd10
  *
@@ -31,6 +33,13 @@
     @ApiModelProperty("icd10缂栫爜")
     @Excel(name = "icd10缂栫爜")
     private String icdcode;
+
+    /**
+     * HIS鐨刬cd10id
+     */
+    @ApiModelProperty("HIS鐨刬cd10id")
+    @Excel(name = "HIS鐨刬cd10id")
+    private String hisIcdid;
 
     /**
      * icd10鍚嶇О
@@ -92,5 +101,22 @@
     @ApiModelProperty("pageSize")
     private Integer pageSize;
 
+    /**
+     * 鏈骇鏍囧織
+     */
+    @ApiModelProperty("lastflag")
+    private String lastflag;
 
+    /**
+     * 涓尰鏍囧織
+     */
+    @ApiModelProperty("chimedflag")
+    private String chimedflag;
+
+    /**
+     * icd10缂栫爜
+     */
+    @ApiModelProperty("icd10缂栫爜闆嗗悎")
+    @Excel(name = "icd10缂栫爜闆嗗悎")
+    private List<String> icdcodes;
 }

--
Gitblit v1.9.3