From 67d934b740862de1db1951137b5590410f3eb92b Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期五, 15 八月 2025 13:34:39 +0800
Subject: [PATCH] 代码提交

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

diff --git a/smartor/src/main/java/com/smartor/domain/ServiceSLTDDiagnosisResDTO.java b/smartor/src/main/java/com/smartor/domain/ServiceSLTDDiagnosisResDTO.java
new file mode 100644
index 0000000..c4be426
--- /dev/null
+++ b/smartor/src/main/java/com/smartor/domain/ServiceSLTDDiagnosisResDTO.java
@@ -0,0 +1,28 @@
+package com.smartor.domain;
+
+import io.swagger.annotations.ApiModel;
+import io.swagger.annotations.ApiModelProperty;
+import lombok.Data;
+
+@ApiModel(value = "ServiceSLTDDiagnosisResDTO", description = "鐪佺珛鍚屽痉璇婃柇鍝嶅簲淇℃伅")
+@Data
+public class ServiceSLTDDiagnosisResDTO {
+
+    @ApiModelProperty(value = "鑱旂郴浜哄鍚�")
+    private String name;
+
+    @ApiModelProperty(value = "璇婃柇icd缂栫爜")
+    private String diagnosisDictCode;
+
+    @ApiModelProperty(value = "璇婃柇鍚嶇О")
+    private String diagnosisDictName;
+
+    @ApiModelProperty(value = " 璇婃柇绫诲埆    FH0176.01-鍏ラ櫌璇婃柇  FH0176.02-鍒濇璇婃柇x0;\n" + "    FH0176.03-淇璇婃柇\n" + "    FH0176.04-琛ュ厖璇婃柇\n" + "    FH0176.05-鍑洪櫌璇婃柇\n" + "    FH0176.06-涓绘不璇婃柇")
+    private String diagnosisCategory;
+
+    @ApiModelProperty(value = "璇婃柇绫诲瀷  1-涓尰璇婃柇  2-瑗垮尰璇婃柇")
+    private Integer recordType;
+
+    @ApiModelProperty(value = "鏄惁涓昏瘖鏂�   1-涓昏瘖鏂� 0-闈炰富璇婃柇")
+    private Integer isMainDiagnosis;
+}

--
Gitblit v1.9.3