feat: 店铺列表新增条件
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 6m47s

This commit is contained in:
luo
2026-07-21 18:20:35 +08:00
parent 830476d49d
commit 5079f97326
5 changed files with 126 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ export interface ShopQueryParams extends PaginationParams {
parent_id?: number | null // 上级店铺ID
level?: number | null // 店铺层级 (1-7级)
status?: number | null // 状态 (0:禁用, 1:启用)
contact_phone?: string // 联系电话精确查询
business_owner_account_id?: number | null // 平台业务员账号ID
page?: number // 页码
page_size?: number // 每页数量