@be-link/pos-cli-nodejs 0.0.97 → 0.0.98
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
|
@@ -403,8 +403,8 @@ export declare namespace Service {
|
|
|
403
403
|
categoryList?: string[];
|
|
404
404
|
}
|
|
405
405
|
interface getRollingSalesStatisticsTotalAmount {
|
|
406
|
-
/** 商品id */
|
|
407
|
-
|
|
406
|
+
/** 商品id列表 */
|
|
407
|
+
itemIdList?: string[];
|
|
408
408
|
/** 下单起始时间 */
|
|
409
409
|
startTime?: number;
|
|
410
410
|
/** 下单结束时间 */
|