@be-link/pos-cli-nodejs 0.0.99 → 0.0.100
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
|
@@ -282,6 +282,8 @@ export declare namespace Service {
|
|
|
282
282
|
isNotFinishedNote?: boolean;
|
|
283
283
|
/** 是否排除已合并的订单 */
|
|
284
284
|
isExcludeMerged?: boolean;
|
|
285
|
+
/** 是否仅查询主单 */
|
|
286
|
+
isRootOrder?: boolean;
|
|
285
287
|
/** 页面条数 */
|
|
286
288
|
pageSize: number;
|
|
287
289
|
/** 页面下标 */
|
|
@@ -489,6 +491,8 @@ export declare namespace Service {
|
|
|
489
491
|
isNotFinishedNote?: boolean;
|
|
490
492
|
/** 是否排除已合并的订单 */
|
|
491
493
|
isExcludeMerged?: boolean;
|
|
494
|
+
/** 是否仅查询主单 */
|
|
495
|
+
isRootOrder?: boolean;
|
|
492
496
|
}
|
|
493
497
|
interface queryRejectReasons {
|
|
494
498
|
/** 订单Id */
|