mirror of
https://gitee.com/270580156/weiyu.git
synced 2026-05-22 01:15:11 +00:00
update modules/kbase: mod 3 files
This commit is contained in:
@@ -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条记录,按更新时间倒序排序
|
||||
|
||||
Reference in New Issue
Block a user