From d9a919279d92fdbb25591b56ad0f746c5609e5a7 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期四, 06 三月 2025 16:41:45 +0800
Subject: [PATCH] 代码提交
---
smartor/src/main/java/com/smartor/domain/ServiceTaskInfo.java | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/smartor/src/main/java/com/smartor/domain/ServiceTaskInfo.java b/smartor/src/main/java/com/smartor/domain/ServiceTaskInfo.java
index 8328239..1c55451 100644
--- a/smartor/src/main/java/com/smartor/domain/ServiceTaskInfo.java
+++ b/smartor/src/main/java/com/smartor/domain/ServiceTaskInfo.java
@@ -124,6 +124,15 @@
@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;
/**
--
Gitblit v1.9.3