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 |   26 ++++++++++++++++++++------
 1 files changed, 20 insertions(+), 6 deletions(-)

diff --git a/smartor/src/main/java/com/smartor/domain/ServiceTaskVO.java b/smartor/src/main/java/com/smartor/domain/ServiceTaskVO.java
index bcaf9de..e9a8499 100644
--- a/smartor/src/main/java/com/smartor/domain/ServiceTaskVO.java
+++ b/smartor/src/main/java/com/smartor/domain/ServiceTaskVO.java
@@ -376,16 +376,30 @@
     private Long icd10id;
 
     /**
-     * 閮ㄩ棬缂栫爜
+     * 鐤剧梾缂栫爜
      */
-    @ApiModelProperty("閮ㄩ棬缂栫爜")
-    @Excel(name = "閮ㄩ棬缂栫爜")
+    @ApiModelProperty("鐤剧梾缂栫爜")
+    @Excel(name = "鐤剧梾缂栫爜")
     private String icd10code;
 
     /**
-     * 閮ㄩ棬鍚嶇О
+     * 鐤剧梾鍚嶇О
      */
-    @ApiModelProperty("閮ㄩ棬鍚嶇О")
-    @Excel(name = "閮ㄩ棬鍚嶇О")
+    @ApiModelProperty("鐤剧梾鍚嶇О")
+    @Excel(name = "鐤剧梾鍚嶇О")
     private String icd10name;
+
+    /**
+     * 鎵嬫湳缂栫爜
+     */
+    @ApiModelProperty("鎵嬫湳缂栫爜")
+    @Excel(name = "鎵嬫湳缂栫爜")
+    private String opcode;
+
+    /**
+     * 鎵嬫湳鍚嶇О
+     */
+    @ApiModelProperty("鎵嬫湳鍚嶇О")
+    @Excel(name = "鎵嬫湳鍚嶇О")
+    private String opdesc;
 }

--
Gitblit v1.9.3