@be-link/pos-cli-nodejs 0.0.47 → 0.0.49
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
|
@@ -431,16 +431,16 @@ export declare namespace Service {
|
|
|
431
431
|
remainQuantity: number;
|
|
432
432
|
}
|
|
433
433
|
interface queryPeriodTradeOrderList {
|
|
434
|
-
/**
|
|
435
|
-
|
|
436
|
-
/**
|
|
437
|
-
|
|
434
|
+
/** 商品Id */
|
|
435
|
+
itemId: string;
|
|
436
|
+
/** 酒店Id */
|
|
437
|
+
storeId: string;
|
|
438
438
|
/** 销量 */
|
|
439
439
|
total: number;
|
|
440
440
|
}
|
|
441
441
|
interface queryPeriodTradeOrderOperatorList {
|
|
442
|
-
/**
|
|
443
|
-
|
|
442
|
+
/** 商品Id */
|
|
443
|
+
itemId: string;
|
|
444
444
|
/** 订单号 */
|
|
445
445
|
tradeOrderId: string;
|
|
446
446
|
/** 目标状态 */
|
|
@@ -453,10 +453,8 @@ export declare namespace Service {
|
|
|
453
453
|
operatorRole: PosConstants.OperatorRoleEnum;
|
|
454
454
|
/** 操作时间 */
|
|
455
455
|
_createTime: number;
|
|
456
|
-
/**
|
|
457
|
-
|
|
458
|
-
/** 酒店供应商 */
|
|
459
|
-
hotelSupplier: string;
|
|
456
|
+
/** 酒店 */
|
|
457
|
+
storeId: string;
|
|
460
458
|
}
|
|
461
459
|
interface queryRollingSalesStatistics {
|
|
462
460
|
/** 商品ID */
|