From 274d8e2950e79e73b14783e497cdaf97f7dbb8d3 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期三, 02 九月 2026 10:45:50 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
smartor/src/main/java/com/smartor/domain/ServiceOutPath.java | 35 ++++++++++++++++++++++++++++++++++-
1 files changed, 34 insertions(+), 1 deletions(-)
diff --git a/smartor/src/main/java/com/smartor/domain/ServiceOutPath.java b/smartor/src/main/java/com/smartor/domain/ServiceOutPath.java
index 8438dbf..5f04aa7 100644
--- a/smartor/src/main/java/com/smartor/domain/ServiceOutPath.java
+++ b/smartor/src/main/java/com/smartor/domain/ServiceOutPath.java
@@ -64,9 +64,42 @@
@ApiModelProperty(value = "鍒犻櫎鏍囪")
private String delFlag;
-
@ApiModelProperty(value = "杩涘埗")
private String radix;
+ @ApiModelProperty(value = "澶栭摼鍦板潃")
+ private String url;
+
+ @ApiModelProperty(value = "鐥呭尯缂栫爜")
+ private String wardCode;
+
+ @ApiModelProperty(value = "鐥呭尯鍚嶇О")
+ private String wardName;
+
+ @ApiModelProperty(value = "绉戝缂栫爜")
+ private String deptCode;
+
+ @ApiModelProperty(value = "绉戝鍚嶇О")
+ private String deptName;
+
+ @ApiModelProperty(value = "鐥呬汉淇℃伅")
+ private PatArchive patArchive;
+
+
+ /**
+ * 鏈姞瀵嗙殑浠诲姟ID
+ */
+ @ApiModelProperty("鏈姞瀵嗙殑浠诲姟ID")
+ @Excel(name = "鏈姞瀵嗙殑浠诲姟ID")
+ private Long taskId;
+
+
+ /**
+ * 鏈姞瀵嗙殑瀛愪换鍔D
+ */
+ @ApiModelProperty("鏈姞瀵嗙殑瀛愪换鍔D")
+ @Excel(name = "鏈姞瀵嗙殑瀛愪换鍔D")
+ private Long subId;
+
}
--
Gitblit v1.9.3