feat: mall order

This commit is contained in:
xingyu4j
2025-06-08 16:38:21 +08:00
parent acc65c3b06
commit f86c41b669
4 changed files with 523 additions and 29 deletions

View File

@@ -189,6 +189,8 @@ export namespace MallOrderApi {
export interface DeliveryRequest {
/** 订单编号 */
id?: number;
/** 发货方式 */
expressType: string;
/** 物流公司编号 */
logisticsId: null | number;
/** 物流编号 */