mirror of
https://gitee.com/270580156/weiyu.git
synced 2026-05-16 20:27:50 +00:00
update modules/kbase: mod 9 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-05-09 12:49:01
|
||||
* @LastEditTime: 2025-06-12 14:58:27
|
||||
* @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.
|
||||
@@ -115,6 +115,9 @@ public abstract class BaseRequest implements Serializable {
|
||||
@Builder.Default
|
||||
private String sortDirection = "descend";
|
||||
|
||||
//
|
||||
private String searchText;
|
||||
|
||||
/**
|
||||
* 获取分页对象
|
||||
* 默认每页10条记录,按更新时间倒序排序
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* @Author: jackning 270580156@qq.com
|
||||
* @Date: 2024-02-21 10:00:32
|
||||
* @LastEditors: jackning 270580156@qq.com
|
||||
* @LastEditTime: 2025-05-26 13:12:57
|
||||
* @LastEditTime: 2025-06-12 14:59:38
|
||||
* @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.
|
||||
@@ -45,5 +45,5 @@ public class MessageRequest extends BaseRequest {
|
||||
private String componentType;
|
||||
|
||||
// 搜索关键字
|
||||
private String searchText;
|
||||
// private String searchText;
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* @Author: jackning 270580156@qq.com
|
||||
* @Date: 2024-02-21 10:01:12
|
||||
* @LastEditors: jackning 270580156@qq.com
|
||||
* @LastEditTime: 2025-05-16 16:20:52
|
||||
* @LastEditTime: 2025-06-12 14:59:10
|
||||
* @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.
|
||||
@@ -105,7 +105,7 @@ public class ThreadRequest extends BaseRequest {
|
||||
@Builder.Default
|
||||
private List<String> memberUids = new ArrayList<>();
|
||||
|
||||
private String searchText;
|
||||
// private String searchText;
|
||||
|
||||
// used for client query
|
||||
private String componentType;
|
||||
|
||||
Reference in New Issue
Block a user