@be-link/pos-cli-nodejs 0.0.59 → 0.0.60
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
|
@@ -244,6 +244,10 @@ export declare namespace Service {
|
|
|
244
244
|
storeIdList?: string[];
|
|
245
245
|
/** 班车供应商 */
|
|
246
246
|
shuttleBusSupplier?: string;
|
|
247
|
+
/** 是否是首次交易 */
|
|
248
|
+
isFirstTradeOrder?: boolean;
|
|
249
|
+
/** 是否未完成备注 */
|
|
250
|
+
isNotFinishedNote?: boolean;
|
|
247
251
|
/** 页面条数 */
|
|
248
252
|
pageSize: number;
|
|
249
253
|
/** 页面下标 */
|
|
@@ -382,6 +386,10 @@ export declare namespace Service {
|
|
|
382
386
|
storeIdList?: string[];
|
|
383
387
|
/** 班车供应商 */
|
|
384
388
|
shuttleBusSupplier?: string;
|
|
389
|
+
/** 是否是首次交易 */
|
|
390
|
+
isFirstTradeOrder?: boolean;
|
|
391
|
+
/** 是否未完成备注 */
|
|
392
|
+
isNotFinishedNote?: boolean;
|
|
385
393
|
}
|
|
386
394
|
interface queryRejectReasons {
|
|
387
395
|
/** 订单Id */
|