From bb14a46e456ee3a89ae385559726667acd8af37e Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期三, 05 三月 2025 19:51:37 +0800
Subject: [PATCH] 代码提交

---
 smartor/src/main/java/com/smartor/domain/ServiceTaskVO.java |   40 ++++++++++++++++++++++++++++++++++------
 1 files changed, 34 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..cb44d66 100644
--- a/smartor/src/main/java/com/smartor/domain/ServiceTaskVO.java
+++ b/smartor/src/main/java/com/smartor/domain/ServiceTaskVO.java
@@ -40,6 +40,13 @@
     private Long taskid;
 
     /**
+     * 鍙戦�佸ぉ鏁�
+     */
+    @Excel(name = "鍙戦�佸ぉ鏁�")
+    @ApiModelProperty(value = "鍙戦�佸ぉ鏁�")
+    private Long sendDay;
+
+    /**
      *
      */
     @Excel(name = "  ")
@@ -376,16 +383,37 @@
     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;
+
+    /**
+     * 閫傜敤鏉′欢绫诲瀷锛�1銆佹寜绉戝銆�2銆佹寜鐥呭尯銆�3銆佹寜鐤剧梾璇婃柇銆�4銆佹寜鎵嬫湳绫诲瀷
+     */
+    @ApiModelProperty("閫傜敤鏉′欢绫诲瀷锛�1銆佹寜绉戝銆�2銆佹寜鐥呭尯銆�3銆佹寜鐤剧梾璇婃柇銆�4銆佹寜鎵嬫湳绫诲瀷")
+    @Excel(name = "閫傜敤鏉′欢绫诲瀷锛�1銆佹寜绉戝銆�2銆佹寜鐥呭尯銆�3銆佹寜鐤剧梾璇婃柇銆�4銆佹寜鎵嬫湳绫诲瀷")
+    private String appltype;
 }

--
Gitblit v1.9.3