@be-link/pos-cli-nodejs 1.0.181 → 1.0.182
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
|
@@ -96,7 +96,7 @@ export declare namespace Service {
|
|
|
96
96
|
/** 订单列表id */
|
|
97
97
|
orderIdList?: string[];
|
|
98
98
|
/** 订单来源 */
|
|
99
|
-
sourceType?: PosConstants.OrderSourceTypeEnum;
|
|
99
|
+
sourceType?: PosConstants.OrderSourceTypeEnum | PosConstants.OrderSourceTypeEnum[];
|
|
100
100
|
};
|
|
101
101
|
/** 排序规则 */
|
|
102
102
|
sort: {
|