@be-link/pos-cli-nodejs 0.0.173 → 0.0.174
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
|
@@ -409,7 +409,7 @@ export declare namespace Service {
|
|
|
409
409
|
/** 订单创建时间筛选 */
|
|
410
410
|
createdAtRange?: [number, number];
|
|
411
411
|
/** 供应商列表 */
|
|
412
|
-
supplierIdList
|
|
412
|
+
supplierIdList?: string[];
|
|
413
413
|
};
|
|
414
414
|
/** 查询块 */
|
|
415
415
|
needBlocks: K;
|
|
@@ -472,7 +472,7 @@ export declare namespace Service {
|
|
|
472
472
|
/** 订单创建时间筛选 */
|
|
473
473
|
createdAtRange?: [number, number];
|
|
474
474
|
/** 供应商列表 */
|
|
475
|
-
supplierIdList
|
|
475
|
+
supplierIdList?: string[];
|
|
476
476
|
/** 页面条数 */
|
|
477
477
|
pageSize?: number;
|
|
478
478
|
/** 页面下标 */
|
|
@@ -580,7 +580,7 @@ export declare namespace Service {
|
|
|
580
580
|
/** 订单创建时间筛选 */
|
|
581
581
|
createdAtRange?: [number, number];
|
|
582
582
|
/** 供应商列表 */
|
|
583
|
-
supplierIdList
|
|
583
|
+
supplierIdList?: string[];
|
|
584
584
|
}
|
|
585
585
|
interface getOrderCount {
|
|
586
586
|
/** 状态 */
|