feat: 同步规格优化

This commit is contained in:
GaoHao
2025-04-11 16:53:14 +08:00
parent 6df2050d2b
commit c956972cb3
3 changed files with 21 additions and 11 deletions

View File

@@ -246,6 +246,7 @@ export interface UserInfo {
* 用户分页查询对象
*/
export interface UserPageQuery extends PageQuery {
times: any;
/** 搜索关键字 */
keywords?: string;