Merge branch 'multi-store' of https://e.coding.net/g-cphe0354/cashier/cashier-web into multi-store

This commit is contained in:
wwz
2025-04-12 11:01:21 +08:00
25 changed files with 283 additions and 111 deletions

View File

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