fix: todo
This commit is contained in:
@@ -113,6 +113,8 @@ export namespace MallSpuApi {
|
||||
createTime?: Date;
|
||||
/** 商品状态 */
|
||||
status?: number;
|
||||
/** 浏览量 */
|
||||
browseCount?: number;
|
||||
}
|
||||
|
||||
/** 商品状态更新 */
|
||||
|
||||
@@ -31,6 +31,8 @@ export namespace MallDeliveryPickUpStoreApi {
|
||||
status: number;
|
||||
/** 绑定用户编号组数 */
|
||||
verifyUserIds: number[];
|
||||
/** 营业时间 用于fieldMappingTime */
|
||||
rangeTime: any[];
|
||||
}
|
||||
|
||||
/** 绑定自提店员请求 */
|
||||
|
||||
Reference in New Issue
Block a user