@be-link/ecommerce-plan-allocation-service-node-sdk 0.0.43 → 0.0.44
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -39,6 +39,8 @@ export declare namespace StoreStockInTypes {
|
|
|
39
39
|
/** 入库单明细(含商品信息) */
|
|
40
40
|
interface StoreStockInOrderDetailWithProduct extends StoreStockInOrderDetail {
|
|
41
41
|
productName: string;
|
|
42
|
+
productImage: string;
|
|
43
|
+
imgList: string[];
|
|
42
44
|
specName: string;
|
|
43
45
|
storageMethod: string;
|
|
44
46
|
classification: string;
|
|
@@ -87,7 +87,7 @@ export declare namespace WarehouseStockInTypes {
|
|
|
87
87
|
expectedTimeStart?: number;
|
|
88
88
|
expectedTimeEnd?: number;
|
|
89
89
|
productIds?: string[];
|
|
90
|
-
|
|
90
|
+
skuCodes?: string[];
|
|
91
91
|
skuIds?: string[];
|
|
92
92
|
warehouseIds?: string[];
|
|
93
93
|
status?: string;
|
|
@@ -99,7 +99,7 @@ export declare namespace WarehouseStockInTypes {
|
|
|
99
99
|
pageSize: number;
|
|
100
100
|
productIds?: string[];
|
|
101
101
|
skuIds?: string[];
|
|
102
|
-
|
|
102
|
+
skuCodes?: string[];
|
|
103
103
|
expectedTimeStart?: number;
|
|
104
104
|
expectedTimeEnd?: number;
|
|
105
105
|
minRemainingQuantity?: number;
|
|
@@ -142,7 +142,7 @@ export declare namespace WarehouseStockInTypes {
|
|
|
142
142
|
expectedTimeStart?: number;
|
|
143
143
|
expectedTimeEnd?: number;
|
|
144
144
|
productIds?: string[];
|
|
145
|
-
|
|
145
|
+
skuCodes?: string[];
|
|
146
146
|
skuIds?: string[];
|
|
147
147
|
warehouseIds?: string[];
|
|
148
148
|
status?: string;
|