feat(api类型): 添加shipmentPlatform和address_id字段到DTO类型

This commit is contained in:
zhuotianyuan 2026-01-22 17:42:05 +08:00
parent 1d9838f72e
commit 67aa625785
1 changed files with 3 additions and 0 deletions

View File

@ -1627,9 +1627,11 @@ declare namespace API {
details?: ShippingDetailsDTO;
stockPointId?: number;
orderIds?: number[];
shipmentPlatform?: string;
};
type ShipmentFeeBookDTO = {
shipmentPlatform?: string;
stockPointId?: number;
sender?: string;
startPhone?: string;
@ -1650,6 +1652,7 @@ declare namespace API {
dimensionUom?: string;
weight?: number;
weightUom?: string;
address_id?: number;
};
type ShippingAddress = {