@be-link/cs-cli-nodejs 0.0.84 → 0.0.86
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.
|
@@ -27,18 +27,6 @@ export declare namespace RoomStockNamespace {
|
|
|
27
27
|
}
|
|
28
28
|
}
|
|
29
29
|
namespace Request {
|
|
30
|
-
interface IQueryBySupplier {
|
|
31
|
-
/** 供应商ID */
|
|
32
|
-
supplierId: string;
|
|
33
|
-
/** 状态列表 */
|
|
34
|
-
statusList: CommonStatus[];
|
|
35
|
-
/** 开始时间 */
|
|
36
|
-
beginTime?: number;
|
|
37
|
-
/** 结束时间 */
|
|
38
|
-
endTime?: number;
|
|
39
|
-
/** 日期列表 */
|
|
40
|
-
dates?: number[];
|
|
41
|
-
}
|
|
42
30
|
interface IChangeStock {
|
|
43
31
|
/** 供应商ID */
|
|
44
32
|
supplierId: string;
|
|
@@ -74,6 +62,8 @@ export declare namespace RoomStockNamespace {
|
|
|
74
62
|
status: CommonStatus;
|
|
75
63
|
}
|
|
76
64
|
interface IDeductStock {
|
|
65
|
+
/** 业务流水 */
|
|
66
|
+
bizId: string;
|
|
77
67
|
/** 供应商ID */
|
|
78
68
|
supplierId: string;
|
|
79
69
|
/** 房间ID列表 */
|
|
@@ -84,6 +74,8 @@ export declare namespace RoomStockNamespace {
|
|
|
84
74
|
count: number;
|
|
85
75
|
}
|
|
86
76
|
interface IRollbackStock {
|
|
77
|
+
/** 业务流水 */
|
|
78
|
+
bizId: string;
|
|
87
79
|
/** 供应商ID */
|
|
88
80
|
supplierId: string;
|
|
89
81
|
/** 房间ID列表 */
|
|
@@ -96,6 +88,8 @@ export declare namespace RoomStockNamespace {
|
|
|
96
88
|
interface IQuery {
|
|
97
89
|
/** 供应商ID */
|
|
98
90
|
supplierId: string;
|
|
91
|
+
/** 门店ID */
|
|
92
|
+
venueId: string;
|
|
99
93
|
/** 状态列表 */
|
|
100
94
|
status: CommonStatus[];
|
|
101
95
|
/** 房型ID */
|