From 6659135780e718758417efde4c8c351c69e3755b Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期四, 11 十二月 2025 15:52:19 +0800
Subject: [PATCH] 代码提交

---
 smartor/src/main/java/com/smartor/domain/ServiceSubtaskDetail.java |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)

diff --git a/smartor/src/main/java/com/smartor/domain/ServiceSubtaskDetail.java b/smartor/src/main/java/com/smartor/domain/ServiceSubtaskDetail.java
index 41a6cfd..afcde78 100644
--- a/smartor/src/main/java/com/smartor/domain/ServiceSubtaskDetail.java
+++ b/smartor/src/main/java/com/smartor/domain/ServiceSubtaskDetail.java
@@ -23,7 +23,7 @@
     private static final long serialVersionUID = 1L;
 
     @ApiModelProperty(value = "涓婚敭")
-    private String id;
+    private Long id;
 
     @ApiModelProperty(value = "瀛愪换鍔D")
     private Long subId;
@@ -112,6 +112,17 @@
     @ApiModelProperty(value = "绫诲埆")
     private String categoryname;
 
+    /**
+     * 绫诲埆ID
+     */
+    @Excel(name = "绫诲埆ID")
+    @ApiModelProperty(value = "绫诲埆ID")
+    private Long categoryid;
+
+
+    @ApiModelProperty(value = "鎸囨爣ID(浠庨棶棰樹笂鑾峰彇)")
+    private Integer targetid;
+
 
     @ApiModelProperty(value = "鎸囨爣閫夐」")
     private String targetoptions;

--
Gitblit v1.9.3