@be-link/pos-cli-nodejs 0.0.69 → 0.0.70
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
|
@@ -248,6 +248,8 @@ export declare namespace Service {
|
|
|
248
248
|
isFirstTradeOrder?: boolean;
|
|
249
249
|
/** 是否未完成备注 */
|
|
250
250
|
isNotFinishedNote?: boolean;
|
|
251
|
+
/** 是否排除已合并的订单 */
|
|
252
|
+
isExcludeMerged?: boolean;
|
|
251
253
|
/** 页面条数 */
|
|
252
254
|
pageSize: number;
|
|
253
255
|
/** 页面下标 */
|
|
@@ -392,6 +394,8 @@ export declare namespace Service {
|
|
|
392
394
|
isFirstTradeOrder?: boolean;
|
|
393
395
|
/** 是否未完成备注 */
|
|
394
396
|
isNotFinishedNote?: boolean;
|
|
397
|
+
/** 是否排除已合并的订单 */
|
|
398
|
+
isExcludeMerged?: boolean;
|
|
395
399
|
}
|
|
396
400
|
interface queryRejectReasons {
|
|
397
401
|
/** 订单Id */
|