From 3d5d75e25d2e0078814a4efd66b72c5b1b5f93c4 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期三, 19 二月 2025 17:14:07 +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