@be-link/pos-cli-nodejs 1.0.224 → 1.0.225
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
|
@@ -563,6 +563,8 @@ export declare namespace Service {
|
|
|
563
563
|
groupType?: number[];
|
|
564
564
|
/** 是否排除已合并订单 */
|
|
565
565
|
isExcludeMerged?: boolean;
|
|
566
|
+
/** 是否仅查询主单(排除子单) */
|
|
567
|
+
isRootOrder?: boolean;
|
|
566
568
|
/** 套餐 */
|
|
567
569
|
combo?: string;
|
|
568
570
|
};
|
|
@@ -699,6 +701,8 @@ export declare namespace Service {
|
|
|
699
701
|
supplierIds: string[];
|
|
700
702
|
/** 是否排除已合并子单 */
|
|
701
703
|
isExcludeMerged?: boolean;
|
|
704
|
+
/** 是否仅查询主单(排除子单) */
|
|
705
|
+
isRootOrder?: boolean;
|
|
702
706
|
/** 套餐 */
|
|
703
707
|
combo?: string;
|
|
704
708
|
/** 拼团类型 */
|