From 380b95c9c8efb93419e21bd5e3b52b3c84cd0d81 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期五, 07 三月 2025 16:53:32 +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