From dedacd79c93f8ef95e0cb986f5e7fbd27ddbd907 Mon Sep 17 00:00:00 2001
From: zhaowenxuan <chacca165@163.com>
Date: 星期四, 03 七月 2025 09:12:49 +0800
Subject: [PATCH] 2025-07-03

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

diff --git a/ltkj-hosp/src/main/java/com/ltkj/hosp/domain/TjAskHistorys.java b/ltkj-hosp/src/main/java/com/ltkj/hosp/domain/TjAskHistorys.java
index 15a6952..78b6c2a 100644
--- a/ltkj-hosp/src/main/java/com/ltkj/hosp/domain/TjAskHistorys.java
+++ b/ltkj-hosp/src/main/java/com/ltkj/hosp/domain/TjAskHistorys.java
@@ -88,6 +88,15 @@
     @ApiModelProperty(value = "鐤剧梾绫诲瀷")
     private String type;
 
+    private Integer dataType;
+
+    public Long getIcdId() {
+        return icdId;
+    }
+
+    public void setIcdId(Long icdId) {
+        this.icdId = icdId;
+    }
 
     public void setDiseaseId(Long diseaseId) {
         this.diseaseId = diseaseId;

--
Gitblit v1.8.0