@be-link/pos-cli-nodejs 1.0.152 → 1.0.154
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
|
@@ -736,6 +736,8 @@ export declare namespace Service {
|
|
|
736
736
|
groupType?: number[];
|
|
737
737
|
/** 供应商id */
|
|
738
738
|
supplierIds?: string[];
|
|
739
|
+
/** 订单来源渠道 */
|
|
740
|
+
sourceType: PosConstants.OrderSourceTypeEnum;
|
|
739
741
|
}
|
|
740
742
|
interface queryRejectReasons {
|
|
741
743
|
/** 订单Id */
|
|
@@ -817,10 +819,6 @@ export declare namespace Service {
|
|
|
817
819
|
isRootOrder?: boolean;
|
|
818
820
|
/** 拼团类型 */
|
|
819
821
|
groupType?: number[];
|
|
820
|
-
/** 页面条数 */
|
|
821
|
-
pageSize: number;
|
|
822
|
-
/** 页面下标 */
|
|
823
|
-
pageIndex: number;
|
|
824
822
|
/** 供应商id */
|
|
825
823
|
supplierIds?: string[];
|
|
826
824
|
/** 订单来源人门店ID */
|