From 4cccaf33dd171c20b6c262467f24706e3d175aab Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期二, 25 二月 2025 18:15:09 +0800
Subject: [PATCH] 代码提交

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

diff --git a/smartor/src/main/java/com/smartor/domain/ServiceTaskVO.java b/smartor/src/main/java/com/smartor/domain/ServiceTaskVO.java
index af0b033..e9a8499 100644
--- a/smartor/src/main/java/com/smartor/domain/ServiceTaskVO.java
+++ b/smartor/src/main/java/com/smartor/domain/ServiceTaskVO.java
@@ -367,4 +367,39 @@
     @ApiModelProperty(value = "涓嬩竴涓换鍔″悕绉�")
     @Excel(name = " 涓嬩竴涓换鍔″悕绉�")
     private String nexttaskname;
+
+    /**
+     * 绉戝id
+     */
+    @ApiModelProperty("绉戝id")
+    @Excel(name = "绉戝id")
+    private Long icd10id;
+
+    /**
+     * 鐤剧梾缂栫爜
+     */
+    @ApiModelProperty("鐤剧梾缂栫爜")
+    @Excel(name = "鐤剧梾缂栫爜")
+    private String icd10code;
+
+    /**
+     * 鐤剧梾鍚嶇О
+     */
+    @ApiModelProperty("鐤剧梾鍚嶇О")
+    @Excel(name = "鐤剧梾鍚嶇О")
+    private String icd10name;
+
+    /**
+     * 鎵嬫湳缂栫爜
+     */
+    @ApiModelProperty("鎵嬫湳缂栫爜")
+    @Excel(name = "鎵嬫湳缂栫爜")
+    private String opcode;
+
+    /**
+     * 鎵嬫湳鍚嶇О
+     */
+    @ApiModelProperty("鎵嬫湳鍚嶇О")
+    @Excel(name = "鎵嬫湳鍚嶇О")
+    private String opdesc;
 }

--
Gitblit v1.9.3