From 8b3cc6c44c82c6a0b172f389b9e03c98101ba0a7 Mon Sep 17 00:00:00 2001
From: 陈昶聿 <chychen@nbjetron.com>
Date: 星期四, 08 一月 2026 11:25:45 +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