@be-link/cs-cli-nodejs 0.1.107 → 0.1.108
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,11 @@ export declare namespace QueryByItem {
|
|
|
67
70
|
isMemberPrice?: boolean;
|
|
68
71
|
/** 适用城市列表 */
|
|
69
72
|
cityList?: string[];
|
|
73
|
+
commissionFeeRange?: number[];
|
|
74
|
+
minMemberPriceRange?: number[];
|
|
75
|
+
itemSalePriceRange?: number[];
|
|
76
|
+
mixedName?: string;
|
|
77
|
+
shortNameEq?: string;
|
|
70
78
|
};
|
|
71
79
|
/** 门店维度条件 */
|
|
72
80
|
venueInfo?: {
|
|
@@ -95,6 +103,10 @@ export declare namespace QueryByItem {
|
|
|
95
103
|
filed: SortField;
|
|
96
104
|
order: SortOrder;
|
|
97
105
|
};
|
|
106
|
+
sortList?: {
|
|
107
|
+
field: SortField;
|
|
108
|
+
order: SortOrder;
|
|
109
|
+
}[];
|
|
98
110
|
/** 页码. 从0起始, 默认0 */
|
|
99
111
|
pageIndex?: number;
|
|
100
112
|
/** 页目条数. 默认10, 最大20 */
|
|
@@ -130,6 +142,11 @@ export declare namespace QueryByItem {
|
|
|
130
142
|
/** 分佣金额状态 */
|
|
131
143
|
commissionFee?: 'NO_EDIT' | 'HAS_EDIT';
|
|
132
144
|
saleChannelBitMap?: number;
|
|
145
|
+
commissionFeeRange?: number[];
|
|
146
|
+
minMemberPriceRange?: number[];
|
|
147
|
+
itemSalePriceRange?: number[];
|
|
148
|
+
mixedName?: string;
|
|
149
|
+
shortNameEq?: string;
|
|
133
150
|
};
|
|
134
151
|
/** 门店维度条件 */
|
|
135
152
|
venueInfo?: {
|
|
@@ -158,6 +175,10 @@ export declare namespace QueryByItem {
|
|
|
158
175
|
filed: SortField;
|
|
159
176
|
order: SortOrder;
|
|
160
177
|
};
|
|
178
|
+
sortList?: {
|
|
179
|
+
field: SortField;
|
|
180
|
+
order: SortOrder;
|
|
181
|
+
}[];
|
|
161
182
|
/** 页码. 从0起始, 默认0 */
|
|
162
183
|
pageIndex?: number;
|
|
163
184
|
/** 页目条数. 默认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"}
|