update modules/kbase: mod 3 files

This commit is contained in:
jack ning
2025-04-24 13:23:22 +08:00
parent e38dd4fc1d
commit 0d4d2e5f4e
3 changed files with 53 additions and 13 deletions

View File

@@ -2,7 +2,7 @@
* @Author: jackning 270580156@qq.com
* @Date: 2024-01-29 16:21:24
* @LastEditors: jackning 270580156@qq.com
* @LastEditTime: 2025-04-19 14:44:01
* @LastEditTime: 2025-04-24 13:18:12
* @Description: bytedesk.com https://github.com/Bytedesk/bytedesk
* Please be aware of the BSL license restrictions before installing Bytedesk IM
* selling, reselling, or hosting Bytedesk IM as a service is a breach of the terms and automatically terminates your rights under the license.
@@ -102,6 +102,10 @@ public abstract class BaseRequest implements Serializable {
@Builder.Default
private boolean isSuperUser = false;
// 导出全部数据默认false
@Builder.Default
private boolean exportAll = false;
/**
* 获取分页对象
* 默认每页10条记录按更新时间倒序排序