feat: 店铺列表新增条件
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 6m47s
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 6m47s
This commit is contained in:
@@ -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 // 每页数量
|
||||
|
||||
Reference in New Issue
Block a user