From acd62c1684cbde71954252ffdf89d0918491e6fc Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期三, 02 四月 2025 19:48:10 +0800
Subject: [PATCH] 代码提交

---
 smartor/src/main/java/com/smartor/domain/ServiceTaskInfo.java |   15 ++++++++++++++-
 1 files changed, 14 insertions(+), 1 deletions(-)

diff --git a/smartor/src/main/java/com/smartor/domain/ServiceTaskInfo.java b/smartor/src/main/java/com/smartor/domain/ServiceTaskInfo.java
index 6edf903..1c55451 100644
--- a/smartor/src/main/java/com/smartor/domain/ServiceTaskInfo.java
+++ b/smartor/src/main/java/com/smartor/domain/ServiceTaskInfo.java
@@ -124,8 +124,21 @@
     @ApiModelProperty(value = "绉戝")
     private String deptname;
 
+    @ApiModelProperty(value = "绉戝CODE")
+    private String deptcode;
+
+    @ApiModelProperty(value = "鐥呭尯CODE")
+    private String districtcode;
+
+    @ApiModelProperty(value = "鐥呭尯鍚嶇О")
+    private String districtname;
+
     @ApiModelProperty(value = "beizhu")
     private String remark;
-
+    /**
+     * 鍒犻櫎鏍囪
+     */
+    @ApiModelProperty(value = "鍒犻櫎鏍囪")
+    private String delflag = "0";
 
 }

--
Gitblit v1.9.3