@be-link/ecommerce-plan-allocation-service-node-sdk 0.0.46 → 0.0.47
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.
|
@@ -16,6 +16,8 @@ export declare namespace PickingRuleTypes {
|
|
|
16
16
|
namespace Entity {
|
|
17
17
|
/** 拣货规则 */
|
|
18
18
|
interface PickingRule {
|
|
19
|
+
warehouseId: string;
|
|
20
|
+
warehouseName: string;
|
|
19
21
|
productId: string;
|
|
20
22
|
skuId: string;
|
|
21
23
|
productName: string;
|
|
@@ -57,7 +59,7 @@ export declare namespace PickingRuleTypes {
|
|
|
57
59
|
}
|
|
58
60
|
/** 获取已生效规则列表 */
|
|
59
61
|
interface PickingRuleList {
|
|
60
|
-
|
|
62
|
+
warehouseIds?: string[];
|
|
61
63
|
pageIndex: number;
|
|
62
64
|
pageSize: number;
|
|
63
65
|
productIds?: string[];
|