茶艺师列表添加状态筛选
This commit is contained in:
@ -18,6 +18,7 @@ export interface ITeaSpecialistParams {
|
||||
level?: string
|
||||
search?: string
|
||||
server_type?: number // 1到店服务 2上门服务
|
||||
status?: number // 0可约 1已约 2已取消
|
||||
}
|
||||
|
||||
export function getTeaSpecialist(data: ITeaSpecialistParams) {
|
||||
|
||||
Reference in New Issue
Block a user