@be-link/cs-cli-nodejs 0.1.107 → 0.1.109
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.
|
@@ -3,7 +3,10 @@ import * as GDto from '../../../../types';
|
|
|
3
3
|
export declare enum SortField {
|
|
4
4
|
createdAt = "createdAt",
|
|
5
5
|
updatedAt = "updatedAt",
|
|
6
|
-
itemSaleCount = "itemSaleCount"
|
|
6
|
+
itemSaleCount = "itemSaleCount",
|
|
7
|
+
itemSalePrice = "itemSalePrice",
|
|
8
|
+
minMemberPrice = "minMemberPrice",
|
|
9
|
+
commissionFee = "commissionFee"
|
|
7
10
|
}
|
|
8
11
|
export declare enum SortOrder {
|
|
9
12
|
ASC = "ASC",
|
|
@@ -67,6 +70,12 @@ export declare namespace QueryByItem {
|
|
|
67
70
|
isMemberPrice?: boolean;
|
|
68
71
|
/** 适用城市列表 */
|
|
69
72
|
cityList?: string[];
|
|
73
|
+
commissionFeeRange?: number[];
|
|
74
|
+
minMemberPriceRange?: number[];
|
|
75
|
+
itemSalePriceRange?: number[];
|
|
76
|
+
unitDepositRange?: number[];
|
|
77
|
+
mixedName?: string;
|
|
78
|
+
shortNameEq?: string;
|
|
70
79
|
};
|
|
71
80
|
/** 门店维度条件 */
|
|
72
81
|
venueInfo?: {
|
|
@@ -95,6 +104,10 @@ export declare namespace QueryByItem {
|
|
|
95
104
|
filed: SortField;
|
|
96
105
|
order: SortOrder;
|
|
97
106
|
};
|
|
107
|
+
sortList?: {
|
|
108
|
+
field: SortField;
|
|
109
|
+
order: SortOrder;
|
|
110
|
+
}[];
|
|
98
111
|
/** 页码. 从0起始, 默认0 */
|
|
99
112
|
pageIndex?: number;
|
|
100
113
|
/** 页目条数. 默认10, 最大20 */
|
|
@@ -130,6 +143,11 @@ export declare namespace QueryByItem {
|
|
|
130
143
|
/** 分佣金额状态 */
|
|
131
144
|
commissionFee?: 'NO_EDIT' | 'HAS_EDIT';
|
|
132
145
|
saleChannelBitMap?: number;
|
|
146
|
+
commissionFeeRange?: number[];
|
|
147
|
+
minMemberPriceRange?: number[];
|
|
148
|
+
itemSalePriceRange?: number[];
|
|
149
|
+
mixedName?: string;
|
|
150
|
+
shortNameEq?: string;
|
|
133
151
|
};
|
|
134
152
|
/** 门店维度条件 */
|
|
135
153
|
venueInfo?: {
|
|
@@ -158,6 +176,10 @@ export declare namespace QueryByItem {
|
|
|
158
176
|
filed: SortField;
|
|
159
177
|
order: SortOrder;
|
|
160
178
|
};
|
|
179
|
+
sortList?: {
|
|
180
|
+
field: SortField;
|
|
181
|
+
order: SortOrder;
|
|
182
|
+
}[];
|
|
161
183
|
/** 页码. 从0起始, 默认0 */
|
|
162
184
|
pageIndex?: number;
|
|
163
185
|
/** 页目条数. 默认10, 最大20 */
|
|
@@ -6,6 +6,9 @@ var SortField;
|
|
|
6
6
|
SortField["createdAt"] = "createdAt";
|
|
7
7
|
SortField["updatedAt"] = "updatedAt";
|
|
8
8
|
SortField["itemSaleCount"] = "itemSaleCount";
|
|
9
|
+
SortField["itemSalePrice"] = "itemSalePrice";
|
|
10
|
+
SortField["minMemberPrice"] = "minMemberPrice";
|
|
11
|
+
SortField["commissionFee"] = "commissionFee";
|
|
9
12
|
})(SortField || (exports.SortField = SortField = {}));
|
|
10
13
|
var SortOrder;
|
|
11
14
|
(function (SortOrder) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"type.js","sourceRoot":"","sources":["../../../../../src/cs/modules/itemQuery/byItem/type.ts"],"names":[],"mappings":";;;AAEA,IAAY,
|
|
1
|
+
{"version":3,"file":"type.js","sourceRoot":"","sources":["../../../../../src/cs/modules/itemQuery/byItem/type.ts"],"names":[],"mappings":";;;AAEA,IAAY,SAOX;AAPD,WAAY,SAAS;IACnB,oCAAuB,CAAA;IACvB,oCAAuB,CAAA;IACvB,4CAA+B,CAAA;IAC/B,4CAA+B,CAAA;IAC/B,8CAAiC,CAAA;IACjC,4CAA+B,CAAA;AACjC,CAAC,EAPW,SAAS,yBAAT,SAAS,QAOpB;AACD,IAAY,SAGX;AAHD,WAAY,SAAS;IACnB,wBAAW,CAAA;IACX,0BAAa,CAAA;AACf,CAAC,EAHW,SAAS,yBAAT,SAAS,QAGpB"}
|