@be-link/pos-cli-nodejs 0.0.176 → 0.0.177
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
|
@@ -434,6 +434,8 @@ export declare namespace Service {
|
|
|
434
434
|
createdAtRange?: [number, number];
|
|
435
435
|
/** 供应商列表 */
|
|
436
436
|
supplierIdList?: string[];
|
|
437
|
+
/** 商品id */
|
|
438
|
+
itemIdList?: string[];
|
|
437
439
|
};
|
|
438
440
|
/** 查询块 */
|
|
439
441
|
needBlocks: K;
|
|
@@ -501,6 +503,8 @@ export declare namespace Service {
|
|
|
501
503
|
pageSize?: number;
|
|
502
504
|
/** 页面下标 */
|
|
503
505
|
pageIndex?: number;
|
|
506
|
+
/** 商品id */
|
|
507
|
+
itemIdList?: string[];
|
|
504
508
|
};
|
|
505
509
|
/** 排序 */
|
|
506
510
|
sort: {
|
|
@@ -605,6 +609,8 @@ export declare namespace Service {
|
|
|
605
609
|
createdAtRange?: [number, number];
|
|
606
610
|
/** 供应商列表 */
|
|
607
611
|
supplierIdList?: string[];
|
|
612
|
+
/** 商品id */
|
|
613
|
+
itemIdList?: string[];
|
|
608
614
|
}
|
|
609
615
|
interface getOrderCount {
|
|
610
616
|
/** 状态 */
|