feat:【mall 商城】门店自提的迁移(antd 100%)

This commit is contained in:
YunaiV
2025-10-13 21:17:34 +08:00
parent 59b13842c4
commit 75c24789ff
3 changed files with 47 additions and 11 deletions

View File

@@ -49,6 +49,7 @@ export namespace MallOrderApi {
afterSaleStatus?: null | number;
/** 属性数组 */
properties?: ProductProperty[];
price?: number;
}
/** 订单日志 */