From 9569ab058ad88dd61541415ba0179e8fb6c6f6d3 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期二, 06 一月 2026 20:18:19 +0800
Subject: [PATCH] 补偿修改

---
 smartor/src/main/java/com/smartor/domain/ServiceSubtaskCountReq.java |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/smartor/src/main/java/com/smartor/domain/ServiceSubtaskCountReq.java b/smartor/src/main/java/com/smartor/domain/ServiceSubtaskCountReq.java
index 6c694a3..9ceb423 100644
--- a/smartor/src/main/java/com/smartor/domain/ServiceSubtaskCountReq.java
+++ b/smartor/src/main/java/com/smartor/domain/ServiceSubtaskCountReq.java
@@ -77,4 +77,15 @@
     @ApiModelProperty("鏈烘瀯缂栫爜")
     private String orgid;
 
+    /**
+     * pageNum
+     */
+    @ApiModelProperty("pageNum")
+    private Integer pageNum;
+
+    /**
+     * pageSize
+     */
+    @ApiModelProperty("pageSize")
+    private Integer pageSize;
 }
\ No newline at end of file

--
Gitblit v1.9.3