update modules/kbase: mod 9 files

This commit is contained in:
jack ning
2025-06-12 15:18:22 +08:00
parent 9409a40e2e
commit 65fdfd99a7
9 changed files with 39 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-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条记录按更新时间倒序排序

View File

@@ -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;
}

View File

@@ -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;