From 6381bb6b6422c23ee4801895019f1a432903fbe8 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期四, 10 七月 2025 14:58:56 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 smartor/src/main/java/com/smartor/domain/ServiceTaskVO.java |   20 ++++++++++++++++++++
 1 files changed, 20 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 e9a8499..0e7ee2d 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 = "  ")
@@ -402,4 +409,17 @@
     @ApiModelProperty("鎵嬫湳鍚嶇О")
     @Excel(name = "鎵嬫湳鍚嶇О")
     private String opdesc;
+
+    /**
+     * 閫傜敤鏉′欢绫诲瀷锛�1銆佹寜绉戝銆�2銆佹寜鐥呭尯銆�3銆佹寜鐤剧梾璇婃柇銆�4銆佹寜鎵嬫湳绫诲瀷
+     */
+    @ApiModelProperty("閫傜敤鏉′欢绫诲瀷锛�1銆佹寜绉戝銆�2銆佹寜鐥呭尯銆�3銆佹寜鐤剧梾璇婃柇銆�4銆佹寜鎵嬫湳绫诲瀷")
+    @Excel(name = "閫傜敤鏉′欢绫诲瀷锛�1銆佹寜绉戝銆�2銆佹寜鐥呭尯銆�3銆佹寜鐤剧梾璇婃柇銆�4銆佹寜鎵嬫湳绫诲瀷")
+    private String appltype;
+
+    @ApiModelProperty(value = "闅忚閮ㄩ棬缂栫爜")
+    private String visitDeptCode;
+
+    @ApiModelProperty(value = "闅忚閮ㄩ棬鍚嶇О")
+    private String visitDeptName;
 }

--
Gitblit v1.9.3