feat: mall pick up store

This commit is contained in:
xingyu4j
2025-06-09 12:08:36 +08:00
parent 82a2674817
commit 84b51ed8bb
5 changed files with 568 additions and 26 deletions

View File

@@ -35,6 +35,9 @@ export namespace MallDeliveryPickUpStoreApi {
/** 绑定自提店员请求 */
export interface BindStaffRequest {
id?: number;
/** 门店名称 */
name: string;
/** 门店编号 */
storeId: number;
/** 用户编号列表 */