@be-link/ecommerce-plan-allocation-service-node-sdk 0.0.32 → 0.0.34
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.
|
@@ -18,7 +18,7 @@ export declare namespace StoreProductFulfillTypes {
|
|
|
18
18
|
interface StockInItem {
|
|
19
19
|
allocationOrderId: string;
|
|
20
20
|
stockInOrderId: string;
|
|
21
|
-
stockInTime:
|
|
21
|
+
stockInTime: number;
|
|
22
22
|
stockInQty: number;
|
|
23
23
|
}
|
|
24
24
|
/** 商品履约明细项 */
|
|
@@ -28,6 +28,7 @@ export declare namespace StoreProductFulfillTypes {
|
|
|
28
28
|
salesQty: number;
|
|
29
29
|
replenishQty: number;
|
|
30
30
|
unVerifiedReturnQty: number;
|
|
31
|
+
manualAdjustQty: number;
|
|
31
32
|
stockInQty: number;
|
|
32
33
|
stockInList: StockInItem[];
|
|
33
34
|
}
|