@be-link/pos-cli-nodejs 0.0.95 → 0.0.97
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
|
@@ -55,7 +55,7 @@ export declare namespace Service {
|
|
|
55
55
|
/** 创建时间 */
|
|
56
56
|
createdAtRange?: [number, number];
|
|
57
57
|
/** skuId */
|
|
58
|
-
skuIdList
|
|
58
|
+
skuIdList?: string[];
|
|
59
59
|
};
|
|
60
60
|
/** 排序规则 */
|
|
61
61
|
sort: {
|
|
@@ -389,8 +389,8 @@ export declare namespace Service {
|
|
|
389
389
|
pageIndex?: number;
|
|
390
390
|
/** 条目数 */
|
|
391
391
|
pageSize?: number;
|
|
392
|
-
/** 商品id */
|
|
393
|
-
|
|
392
|
+
/** 商品id集合 */
|
|
393
|
+
itemIdList?: string[];
|
|
394
394
|
/** 下单起始时间 */
|
|
395
395
|
startTime?: number;
|
|
396
396
|
/** 下单结束时间 */
|