@be-link/pos-cli-nodejs 0.0.47 → 0.0.48

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/pos-cli-nodejs",
3
- "version": "0.0.47",
3
+ "version": "0.0.48",
4
4
  "description": "正向订单服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -431,10 +431,10 @@ export declare namespace Service {
431
431
  remainQuantity: number;
432
432
  }
433
433
  interface queryPeriodTradeOrderList {
434
- /** 商品名称 */
435
- itemName: string;
436
- /** 酒店名称 */
437
- storeName: string;
434
+ /** 商品Id */
435
+ itemId: string;
436
+ /** 酒店Id */
437
+ storeId: string;
438
438
  /** 销量 */
439
439
  total: number;
440
440
  }