@be-link/pos-cli-nodejs 1.0.148 → 1.0.149
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.
package/package.json
CHANGED
|
@@ -394,7 +394,7 @@ export declare namespace Service {
|
|
|
394
394
|
/** 供应商id */
|
|
395
395
|
supplierIds?: string[];
|
|
396
396
|
/** 订单来源人门店ID */
|
|
397
|
-
fromEcsStoreId?: string;
|
|
397
|
+
fromEcsStoreId?: string[];
|
|
398
398
|
/** 支付时间范围 */
|
|
399
399
|
paidAtRange?: [number, number];
|
|
400
400
|
/** 来源类型 */
|
|
@@ -824,7 +824,7 @@ export declare namespace Service {
|
|
|
824
824
|
/** 供应商id */
|
|
825
825
|
supplierIds?: string[];
|
|
826
826
|
/** 订单来源人门店ID */
|
|
827
|
-
fromEcsStoreId?: string;
|
|
827
|
+
fromEcsStoreId?: string[];
|
|
828
828
|
/** 支付时间范围 */
|
|
829
829
|
paidAtRange?: [number, number];
|
|
830
830
|
/** 来源类型 */
|