From 2a9583fd376451ca77a0400af7f3a02d1b80e7f5 Mon Sep 17 00:00:00 2001 From: zhaowenxuan <chacca165@163.com> Date: 星期二, 24 六月 2025 18:04:34 +0800 Subject: [PATCH] 2025-06-24 --- ltkj-hosp/src/main/java/com/ltkj/hosp/domain/TjAskHistorys.java | 25 +++++++++++++++++++++++++ 1 files changed, 25 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..1fce095 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,31 @@ @ApiModelProperty(value = "鐤剧梾绫诲瀷") private String type; + private Integer dataType; + + public Long getIcdId() { + return icdId; + } + + public void setIcdId(Long icdId) { + this.icdId = icdId; + } + + public String getType() { + return type; + } + + public void setType(String type) { + this.type = type; + } + + public Integer getDataType() { + return dataType; + } + + public void setDataType(Integer dataType) { + this.dataType = dataType; + } public void setDiseaseId(Long diseaseId) { this.diseaseId = diseaseId; -- Gitblit v1.8.0