@gizone/rrs-client 4.2.7-alpha.436 → 4.2.7-alpha.437
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/.openapi-generator/FILES +10 -0
- package/apis/dashboard-api.ts +371 -92
- package/dist/apis/dashboard-api.d.ts +208 -64
- package/dist/apis/dashboard-api.js +282 -72
- package/dist/esm/apis/dashboard-api.d.ts +208 -64
- package/dist/esm/apis/dashboard-api.js +282 -72
- package/dist/esm/models/dashboard-work-order-by-park-search-dto.d.ts +69 -0
- package/dist/esm/models/dashboard-work-order-by-park-search-dto.js +14 -0
- package/dist/esm/models/dashboard-work-order-by-work-order-type-search-dto.d.ts +56 -0
- package/dist/esm/models/dashboard-work-order-by-work-order-type-search-dto.js +14 -0
- package/dist/esm/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.d.ts +43 -0
- package/dist/esm/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.js +14 -0
- package/dist/esm/models/dashboard-work-order-issue-type-group-stats-vo.d.ts +55 -0
- package/dist/esm/models/dashboard-work-order-issue-type-group-stats-vo.js +14 -0
- package/dist/esm/models/dashboard-work-order-park-group-stats-vo.d.ts +60 -0
- package/dist/esm/models/dashboard-work-order-park-group-stats-vo.js +14 -0
- package/dist/esm/models/dashboard-work-order-type-group-stats-vo.d.ts +62 -0
- package/dist/esm/models/dashboard-work-order-type-group-stats-vo.js +14 -0
- package/dist/esm/models/dashboard-work-order-type-subcategory-group-stats-vo.d.ts +55 -0
- package/dist/esm/models/dashboard-work-order-type-subcategory-group-stats-vo.js +14 -0
- package/dist/esm/models/index.d.ts +10 -0
- package/dist/esm/models/index.js +10 -0
- package/dist/esm/models/json-result-list-dashboard-work-order-park-group-stats-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-dashboard-work-order-park-group-stats-vo.js +14 -0
- package/dist/esm/models/json-result-list-dashboard-work-order-type-group-stats-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-dashboard-work-order-type-group-stats-vo.js +14 -0
- package/dist/esm/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.js +14 -0
- package/dist/models/dashboard-work-order-by-park-search-dto.d.ts +69 -0
- package/dist/models/dashboard-work-order-by-park-search-dto.js +15 -0
- package/dist/models/dashboard-work-order-by-work-order-type-search-dto.d.ts +56 -0
- package/dist/models/dashboard-work-order-by-work-order-type-search-dto.js +15 -0
- package/dist/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.d.ts +43 -0
- package/dist/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.js +15 -0
- package/dist/models/dashboard-work-order-issue-type-group-stats-vo.d.ts +55 -0
- package/dist/models/dashboard-work-order-issue-type-group-stats-vo.js +15 -0
- package/dist/models/dashboard-work-order-park-group-stats-vo.d.ts +60 -0
- package/dist/models/dashboard-work-order-park-group-stats-vo.js +15 -0
- package/dist/models/dashboard-work-order-type-group-stats-vo.d.ts +62 -0
- package/dist/models/dashboard-work-order-type-group-stats-vo.js +15 -0
- package/dist/models/dashboard-work-order-type-subcategory-group-stats-vo.d.ts +55 -0
- package/dist/models/dashboard-work-order-type-subcategory-group-stats-vo.js +15 -0
- package/dist/models/index.d.ts +10 -0
- package/dist/models/index.js +10 -0
- package/dist/models/json-result-list-dashboard-work-order-park-group-stats-vo.d.ts +62 -0
- package/dist/models/json-result-list-dashboard-work-order-park-group-stats-vo.js +15 -0
- package/dist/models/json-result-list-dashboard-work-order-type-group-stats-vo.d.ts +62 -0
- package/dist/models/json-result-list-dashboard-work-order-type-group-stats-vo.js +15 -0
- package/dist/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.d.ts +62 -0
- package/dist/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.js +15 -0
- package/models/dashboard-work-order-by-park-search-dto.ts +81 -0
- package/models/dashboard-work-order-by-work-order-type-search-dto.ts +66 -0
- package/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.ts +51 -0
- package/models/dashboard-work-order-issue-type-group-stats-vo.ts +65 -0
- package/models/dashboard-work-order-park-group-stats-vo.ts +66 -0
- package/models/dashboard-work-order-type-group-stats-vo.ts +74 -0
- package/models/dashboard-work-order-type-subcategory-group-stats-vo.ts +65 -0
- package/models/index.ts +10 -0
- package/models/json-result-list-dashboard-work-order-park-group-stats-vo.ts +72 -0
- package/models/json-result-list-dashboard-work-order-type-group-stats-vo.ts +72 -0
- package/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.ts +72 -0
- package/package.json +1 -1
|
@@ -34,15 +34,15 @@ export const DashboardApiAxiosParamCreator = function (configuration) {
|
|
|
34
34
|
return {
|
|
35
35
|
/**
|
|
36
36
|
*
|
|
37
|
-
* @summary
|
|
38
|
-
* @param {
|
|
37
|
+
* @summary 设备-设备系统分组统计
|
|
38
|
+
* @param {DashboardBaseSearchDTO} dashboardBaseSearchDTO
|
|
39
39
|
* @param {*} [options] Override http request option.
|
|
40
40
|
* @throws {RequiredError}
|
|
41
41
|
*/
|
|
42
|
-
|
|
43
|
-
// verify required parameter '
|
|
44
|
-
assertParamExists('
|
|
45
|
-
const localVarPath = `/dashboard/equipment/
|
|
42
|
+
dashboardEquipmentStatisticsByEquipmentSystem: (dashboardBaseSearchDTO_1, ...args_1) => __awaiter(this, [dashboardBaseSearchDTO_1, ...args_1], void 0, function* (dashboardBaseSearchDTO, options = {}) {
|
|
43
|
+
// verify required parameter 'dashboardBaseSearchDTO' is not null or undefined
|
|
44
|
+
assertParamExists('dashboardEquipmentStatisticsByEquipmentSystem', 'dashboardBaseSearchDTO', dashboardBaseSearchDTO);
|
|
45
|
+
const localVarPath = `/dashboard/equipment/statistics/by-equipment-system`;
|
|
46
46
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
47
47
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
48
48
|
let baseOptions;
|
|
@@ -59,7 +59,7 @@ export const DashboardApiAxiosParamCreator = function (configuration) {
|
|
|
59
59
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
60
60
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
61
61
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
62
|
-
localVarRequestOptions.data = serializeDataIfNeeded(
|
|
62
|
+
localVarRequestOptions.data = serializeDataIfNeeded(dashboardBaseSearchDTO, localVarRequestOptions, configuration);
|
|
63
63
|
return {
|
|
64
64
|
url: toPathString(localVarUrlObj),
|
|
65
65
|
options: localVarRequestOptions,
|
|
@@ -67,15 +67,15 @@ export const DashboardApiAxiosParamCreator = function (configuration) {
|
|
|
67
67
|
}),
|
|
68
68
|
/**
|
|
69
69
|
*
|
|
70
|
-
* @summary
|
|
71
|
-
* @param {
|
|
70
|
+
* @summary 设备-园区分组统计
|
|
71
|
+
* @param {DashboardEquipmentSearchDTO} dashboardEquipmentSearchDTO
|
|
72
72
|
* @param {*} [options] Override http request option.
|
|
73
73
|
* @throws {RequiredError}
|
|
74
74
|
*/
|
|
75
|
-
|
|
76
|
-
// verify required parameter '
|
|
77
|
-
assertParamExists('
|
|
78
|
-
const localVarPath = `/dashboard/equipment/
|
|
75
|
+
dashboardEquipmentStatisticsByPark: (dashboardEquipmentSearchDTO_1, ...args_1) => __awaiter(this, [dashboardEquipmentSearchDTO_1, ...args_1], void 0, function* (dashboardEquipmentSearchDTO, options = {}) {
|
|
76
|
+
// verify required parameter 'dashboardEquipmentSearchDTO' is not null or undefined
|
|
77
|
+
assertParamExists('dashboardEquipmentStatisticsByPark', 'dashboardEquipmentSearchDTO', dashboardEquipmentSearchDTO);
|
|
78
|
+
const localVarPath = `/dashboard/equipment/statistics/by-park`;
|
|
79
79
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
80
80
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
81
81
|
let baseOptions;
|
|
@@ -92,7 +92,7 @@ export const DashboardApiAxiosParamCreator = function (configuration) {
|
|
|
92
92
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
93
93
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
94
94
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
95
|
-
localVarRequestOptions.data = serializeDataIfNeeded(
|
|
95
|
+
localVarRequestOptions.data = serializeDataIfNeeded(dashboardEquipmentSearchDTO, localVarRequestOptions, configuration);
|
|
96
96
|
return {
|
|
97
97
|
url: toPathString(localVarUrlObj),
|
|
98
98
|
options: localVarRequestOptions,
|
|
@@ -100,15 +100,15 @@ export const DashboardApiAxiosParamCreator = function (configuration) {
|
|
|
100
100
|
}),
|
|
101
101
|
/**
|
|
102
102
|
*
|
|
103
|
-
* @summary
|
|
103
|
+
* @summary 监控-功能区分组统计
|
|
104
104
|
* @param {DashboardBaseSearchDTO} dashboardBaseSearchDTO
|
|
105
105
|
* @param {*} [options] Override http request option.
|
|
106
106
|
* @throws {RequiredError}
|
|
107
107
|
*/
|
|
108
|
-
|
|
108
|
+
dashboardSurveillanceStatisticsByFunctionalArea: (dashboardBaseSearchDTO_1, ...args_1) => __awaiter(this, [dashboardBaseSearchDTO_1, ...args_1], void 0, function* (dashboardBaseSearchDTO, options = {}) {
|
|
109
109
|
// verify required parameter 'dashboardBaseSearchDTO' is not null or undefined
|
|
110
|
-
assertParamExists('
|
|
111
|
-
const localVarPath = `/dashboard/surveillance/functional-area
|
|
110
|
+
assertParamExists('dashboardSurveillanceStatisticsByFunctionalArea', 'dashboardBaseSearchDTO', dashboardBaseSearchDTO);
|
|
111
|
+
const localVarPath = `/dashboard/surveillance/statistics/by-functional-area`;
|
|
112
112
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
113
113
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
114
114
|
let baseOptions;
|
|
@@ -133,15 +133,15 @@ export const DashboardApiAxiosParamCreator = function (configuration) {
|
|
|
133
133
|
}),
|
|
134
134
|
/**
|
|
135
135
|
*
|
|
136
|
-
* @summary
|
|
136
|
+
* @summary 监控-园区分组统计
|
|
137
137
|
* @param {DashboardSurveillanceSearchDTO} dashboardSurveillanceSearchDTO
|
|
138
138
|
* @param {*} [options] Override http request option.
|
|
139
139
|
* @throws {RequiredError}
|
|
140
140
|
*/
|
|
141
|
-
|
|
141
|
+
dashboardSurveillanceStatisticsByPark: (dashboardSurveillanceSearchDTO_1, ...args_1) => __awaiter(this, [dashboardSurveillanceSearchDTO_1, ...args_1], void 0, function* (dashboardSurveillanceSearchDTO, options = {}) {
|
|
142
142
|
// verify required parameter 'dashboardSurveillanceSearchDTO' is not null or undefined
|
|
143
|
-
assertParamExists('
|
|
144
|
-
const localVarPath = `/dashboard/surveillance/park
|
|
143
|
+
assertParamExists('dashboardSurveillanceStatisticsByPark', 'dashboardSurveillanceSearchDTO', dashboardSurveillanceSearchDTO);
|
|
144
|
+
const localVarPath = `/dashboard/surveillance/statistics/by-park`;
|
|
145
145
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
146
146
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
147
147
|
let baseOptions;
|
|
@@ -164,6 +164,105 @@ export const DashboardApiAxiosParamCreator = function (configuration) {
|
|
|
164
164
|
options: localVarRequestOptions,
|
|
165
165
|
};
|
|
166
166
|
}),
|
|
167
|
+
/**
|
|
168
|
+
*
|
|
169
|
+
* @summary 工单-园区分组统计
|
|
170
|
+
* @param {DashboardWorkOrderByParkSearchDTO} dashboardWorkOrderByParkSearchDTO
|
|
171
|
+
* @param {*} [options] Override http request option.
|
|
172
|
+
* @throws {RequiredError}
|
|
173
|
+
*/
|
|
174
|
+
dashboardWorkOrderStatisticsByPark: (dashboardWorkOrderByParkSearchDTO_1, ...args_1) => __awaiter(this, [dashboardWorkOrderByParkSearchDTO_1, ...args_1], void 0, function* (dashboardWorkOrderByParkSearchDTO, options = {}) {
|
|
175
|
+
// verify required parameter 'dashboardWorkOrderByParkSearchDTO' is not null or undefined
|
|
176
|
+
assertParamExists('dashboardWorkOrderStatisticsByPark', 'dashboardWorkOrderByParkSearchDTO', dashboardWorkOrderByParkSearchDTO);
|
|
177
|
+
const localVarPath = `/dashboard/work-order/statistics/by-park`;
|
|
178
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
179
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
180
|
+
let baseOptions;
|
|
181
|
+
if (configuration) {
|
|
182
|
+
baseOptions = configuration.baseOptions;
|
|
183
|
+
}
|
|
184
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
185
|
+
const localVarHeaderParameter = {};
|
|
186
|
+
const localVarQueryParameter = {};
|
|
187
|
+
// authentication tokenScheme required
|
|
188
|
+
// http bearer authentication required
|
|
189
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
190
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
191
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
192
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
193
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
194
|
+
localVarRequestOptions.data = serializeDataIfNeeded(dashboardWorkOrderByParkSearchDTO, localVarRequestOptions, configuration);
|
|
195
|
+
return {
|
|
196
|
+
url: toPathString(localVarUrlObj),
|
|
197
|
+
options: localVarRequestOptions,
|
|
198
|
+
};
|
|
199
|
+
}),
|
|
200
|
+
/**
|
|
201
|
+
*
|
|
202
|
+
* @summary 工单-工单类型分组统计
|
|
203
|
+
* @param {DashboardWorkOrderByWorkOrderTypeSearchDTO} dashboardWorkOrderByWorkOrderTypeSearchDTO
|
|
204
|
+
* @param {*} [options] Override http request option.
|
|
205
|
+
* @throws {RequiredError}
|
|
206
|
+
*/
|
|
207
|
+
dashboardWorkOrderStatisticsByWorkOrderType: (dashboardWorkOrderByWorkOrderTypeSearchDTO_1, ...args_1) => __awaiter(this, [dashboardWorkOrderByWorkOrderTypeSearchDTO_1, ...args_1], void 0, function* (dashboardWorkOrderByWorkOrderTypeSearchDTO, options = {}) {
|
|
208
|
+
// verify required parameter 'dashboardWorkOrderByWorkOrderTypeSearchDTO' is not null or undefined
|
|
209
|
+
assertParamExists('dashboardWorkOrderStatisticsByWorkOrderType', 'dashboardWorkOrderByWorkOrderTypeSearchDTO', dashboardWorkOrderByWorkOrderTypeSearchDTO);
|
|
210
|
+
const localVarPath = `/dashboard/work-order/statistics/by-work-order-type`;
|
|
211
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
212
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
213
|
+
let baseOptions;
|
|
214
|
+
if (configuration) {
|
|
215
|
+
baseOptions = configuration.baseOptions;
|
|
216
|
+
}
|
|
217
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
218
|
+
const localVarHeaderParameter = {};
|
|
219
|
+
const localVarQueryParameter = {};
|
|
220
|
+
// authentication tokenScheme required
|
|
221
|
+
// http bearer authentication required
|
|
222
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
223
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
224
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
225
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
226
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
227
|
+
localVarRequestOptions.data = serializeDataIfNeeded(dashboardWorkOrderByWorkOrderTypeSearchDTO, localVarRequestOptions, configuration);
|
|
228
|
+
return {
|
|
229
|
+
url: toPathString(localVarUrlObj),
|
|
230
|
+
options: localVarRequestOptions,
|
|
231
|
+
};
|
|
232
|
+
}),
|
|
233
|
+
/**
|
|
234
|
+
*
|
|
235
|
+
* @summary 工单-工单大类分组统计
|
|
236
|
+
* @param {DashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO} dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO
|
|
237
|
+
* @param {*} [options] Override http request option.
|
|
238
|
+
* @throws {RequiredError}
|
|
239
|
+
*/
|
|
240
|
+
dashboardWorkOrderStatisticsByWorkOrderTypeSubcategory: (dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO_1, ...args_1) => __awaiter(this, [dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO_1, ...args_1], void 0, function* (dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO, options = {}) {
|
|
241
|
+
// verify required parameter 'dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO' is not null or undefined
|
|
242
|
+
assertParamExists('dashboardWorkOrderStatisticsByWorkOrderTypeSubcategory', 'dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO', dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO);
|
|
243
|
+
const localVarPath = `/dashboard/work-order/statistics/by-work-order-type-subcategory`;
|
|
244
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
245
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
246
|
+
let baseOptions;
|
|
247
|
+
if (configuration) {
|
|
248
|
+
baseOptions = configuration.baseOptions;
|
|
249
|
+
}
|
|
250
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
251
|
+
const localVarHeaderParameter = {};
|
|
252
|
+
const localVarQueryParameter = {};
|
|
253
|
+
// authentication tokenScheme required
|
|
254
|
+
// http bearer authentication required
|
|
255
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
256
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
257
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
258
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
259
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
260
|
+
localVarRequestOptions.data = serializeDataIfNeeded(dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO, localVarRequestOptions, configuration);
|
|
261
|
+
return {
|
|
262
|
+
url: toPathString(localVarUrlObj),
|
|
263
|
+
options: localVarRequestOptions,
|
|
264
|
+
};
|
|
265
|
+
}),
|
|
167
266
|
};
|
|
168
267
|
};
|
|
169
268
|
/**
|
|
@@ -175,65 +274,113 @@ export const DashboardApiFp = function (configuration) {
|
|
|
175
274
|
return {
|
|
176
275
|
/**
|
|
177
276
|
*
|
|
178
|
-
* @summary
|
|
179
|
-
* @param {
|
|
277
|
+
* @summary 设备-设备系统分组统计
|
|
278
|
+
* @param {DashboardBaseSearchDTO} dashboardBaseSearchDTO
|
|
180
279
|
* @param {*} [options] Override http request option.
|
|
181
280
|
* @throws {RequiredError}
|
|
182
281
|
*/
|
|
183
|
-
|
|
282
|
+
dashboardEquipmentStatisticsByEquipmentSystem(dashboardBaseSearchDTO, options) {
|
|
184
283
|
return __awaiter(this, void 0, void 0, function* () {
|
|
185
284
|
var _a, _b, _c;
|
|
186
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
285
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.dashboardEquipmentStatisticsByEquipmentSystem(dashboardBaseSearchDTO, options);
|
|
187
286
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
188
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DashboardApi.
|
|
287
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DashboardApi.dashboardEquipmentStatisticsByEquipmentSystem']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
189
288
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
190
289
|
});
|
|
191
290
|
},
|
|
192
291
|
/**
|
|
193
292
|
*
|
|
194
|
-
* @summary
|
|
195
|
-
* @param {
|
|
293
|
+
* @summary 设备-园区分组统计
|
|
294
|
+
* @param {DashboardEquipmentSearchDTO} dashboardEquipmentSearchDTO
|
|
196
295
|
* @param {*} [options] Override http request option.
|
|
197
296
|
* @throws {RequiredError}
|
|
198
297
|
*/
|
|
199
|
-
|
|
298
|
+
dashboardEquipmentStatisticsByPark(dashboardEquipmentSearchDTO, options) {
|
|
200
299
|
return __awaiter(this, void 0, void 0, function* () {
|
|
201
300
|
var _a, _b, _c;
|
|
202
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
301
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.dashboardEquipmentStatisticsByPark(dashboardEquipmentSearchDTO, options);
|
|
203
302
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
204
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DashboardApi.
|
|
303
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DashboardApi.dashboardEquipmentStatisticsByPark']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
205
304
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
206
305
|
});
|
|
207
306
|
},
|
|
208
307
|
/**
|
|
209
308
|
*
|
|
210
|
-
* @summary
|
|
309
|
+
* @summary 监控-功能区分组统计
|
|
211
310
|
* @param {DashboardBaseSearchDTO} dashboardBaseSearchDTO
|
|
212
311
|
* @param {*} [options] Override http request option.
|
|
213
312
|
* @throws {RequiredError}
|
|
214
313
|
*/
|
|
215
|
-
|
|
314
|
+
dashboardSurveillanceStatisticsByFunctionalArea(dashboardBaseSearchDTO, options) {
|
|
216
315
|
return __awaiter(this, void 0, void 0, function* () {
|
|
217
316
|
var _a, _b, _c;
|
|
218
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
317
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.dashboardSurveillanceStatisticsByFunctionalArea(dashboardBaseSearchDTO, options);
|
|
219
318
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
220
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DashboardApi.
|
|
319
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DashboardApi.dashboardSurveillanceStatisticsByFunctionalArea']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
221
320
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
222
321
|
});
|
|
223
322
|
},
|
|
224
323
|
/**
|
|
225
324
|
*
|
|
226
|
-
* @summary
|
|
325
|
+
* @summary 监控-园区分组统计
|
|
227
326
|
* @param {DashboardSurveillanceSearchDTO} dashboardSurveillanceSearchDTO
|
|
228
327
|
* @param {*} [options] Override http request option.
|
|
229
328
|
* @throws {RequiredError}
|
|
230
329
|
*/
|
|
231
|
-
|
|
330
|
+
dashboardSurveillanceStatisticsByPark(dashboardSurveillanceSearchDTO, options) {
|
|
331
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
332
|
+
var _a, _b, _c;
|
|
333
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.dashboardSurveillanceStatisticsByPark(dashboardSurveillanceSearchDTO, options);
|
|
334
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
335
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DashboardApi.dashboardSurveillanceStatisticsByPark']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
336
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
337
|
+
});
|
|
338
|
+
},
|
|
339
|
+
/**
|
|
340
|
+
*
|
|
341
|
+
* @summary 工单-园区分组统计
|
|
342
|
+
* @param {DashboardWorkOrderByParkSearchDTO} dashboardWorkOrderByParkSearchDTO
|
|
343
|
+
* @param {*} [options] Override http request option.
|
|
344
|
+
* @throws {RequiredError}
|
|
345
|
+
*/
|
|
346
|
+
dashboardWorkOrderStatisticsByPark(dashboardWorkOrderByParkSearchDTO, options) {
|
|
232
347
|
return __awaiter(this, void 0, void 0, function* () {
|
|
233
348
|
var _a, _b, _c;
|
|
234
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
349
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.dashboardWorkOrderStatisticsByPark(dashboardWorkOrderByParkSearchDTO, options);
|
|
235
350
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
236
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DashboardApi.
|
|
351
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DashboardApi.dashboardWorkOrderStatisticsByPark']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
352
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
353
|
+
});
|
|
354
|
+
},
|
|
355
|
+
/**
|
|
356
|
+
*
|
|
357
|
+
* @summary 工单-工单类型分组统计
|
|
358
|
+
* @param {DashboardWorkOrderByWorkOrderTypeSearchDTO} dashboardWorkOrderByWorkOrderTypeSearchDTO
|
|
359
|
+
* @param {*} [options] Override http request option.
|
|
360
|
+
* @throws {RequiredError}
|
|
361
|
+
*/
|
|
362
|
+
dashboardWorkOrderStatisticsByWorkOrderType(dashboardWorkOrderByWorkOrderTypeSearchDTO, options) {
|
|
363
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
364
|
+
var _a, _b, _c;
|
|
365
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.dashboardWorkOrderStatisticsByWorkOrderType(dashboardWorkOrderByWorkOrderTypeSearchDTO, options);
|
|
366
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
367
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DashboardApi.dashboardWorkOrderStatisticsByWorkOrderType']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
368
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
369
|
+
});
|
|
370
|
+
},
|
|
371
|
+
/**
|
|
372
|
+
*
|
|
373
|
+
* @summary 工单-工单大类分组统计
|
|
374
|
+
* @param {DashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO} dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO
|
|
375
|
+
* @param {*} [options] Override http request option.
|
|
376
|
+
* @throws {RequiredError}
|
|
377
|
+
*/
|
|
378
|
+
dashboardWorkOrderStatisticsByWorkOrderTypeSubcategory(dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO, options) {
|
|
379
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
380
|
+
var _a, _b, _c;
|
|
381
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.dashboardWorkOrderStatisticsByWorkOrderTypeSubcategory(dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO, options);
|
|
382
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
383
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DashboardApi.dashboardWorkOrderStatisticsByWorkOrderTypeSubcategory']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
237
384
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
238
385
|
});
|
|
239
386
|
},
|
|
@@ -248,43 +395,73 @@ export const DashboardApiFactory = function (configuration, basePath, axios) {
|
|
|
248
395
|
return {
|
|
249
396
|
/**
|
|
250
397
|
*
|
|
251
|
-
* @summary
|
|
252
|
-
* @param {
|
|
398
|
+
* @summary 设备-设备系统分组统计
|
|
399
|
+
* @param {DashboardApiDashboardEquipmentStatisticsByEquipmentSystemRequest} requestParameters Request parameters.
|
|
253
400
|
* @param {*} [options] Override http request option.
|
|
254
401
|
* @throws {RequiredError}
|
|
255
402
|
*/
|
|
256
|
-
|
|
257
|
-
return localVarFp.
|
|
403
|
+
dashboardEquipmentStatisticsByEquipmentSystem(requestParameters, options) {
|
|
404
|
+
return localVarFp.dashboardEquipmentStatisticsByEquipmentSystem(requestParameters.dashboardBaseSearchDTO, options).then((request) => request(axios, basePath));
|
|
258
405
|
},
|
|
259
406
|
/**
|
|
260
407
|
*
|
|
261
|
-
* @summary
|
|
262
|
-
* @param {
|
|
408
|
+
* @summary 设备-园区分组统计
|
|
409
|
+
* @param {DashboardApiDashboardEquipmentStatisticsByParkRequest} requestParameters Request parameters.
|
|
263
410
|
* @param {*} [options] Override http request option.
|
|
264
411
|
* @throws {RequiredError}
|
|
265
412
|
*/
|
|
266
|
-
|
|
267
|
-
return localVarFp.
|
|
413
|
+
dashboardEquipmentStatisticsByPark(requestParameters, options) {
|
|
414
|
+
return localVarFp.dashboardEquipmentStatisticsByPark(requestParameters.dashboardEquipmentSearchDTO, options).then((request) => request(axios, basePath));
|
|
268
415
|
},
|
|
269
416
|
/**
|
|
270
417
|
*
|
|
271
|
-
* @summary
|
|
272
|
-
* @param {
|
|
418
|
+
* @summary 监控-功能区分组统计
|
|
419
|
+
* @param {DashboardApiDashboardSurveillanceStatisticsByFunctionalAreaRequest} requestParameters Request parameters.
|
|
273
420
|
* @param {*} [options] Override http request option.
|
|
274
421
|
* @throws {RequiredError}
|
|
275
422
|
*/
|
|
276
|
-
|
|
277
|
-
return localVarFp.
|
|
423
|
+
dashboardSurveillanceStatisticsByFunctionalArea(requestParameters, options) {
|
|
424
|
+
return localVarFp.dashboardSurveillanceStatisticsByFunctionalArea(requestParameters.dashboardBaseSearchDTO, options).then((request) => request(axios, basePath));
|
|
278
425
|
},
|
|
279
426
|
/**
|
|
280
427
|
*
|
|
281
|
-
* @summary
|
|
282
|
-
* @param {
|
|
428
|
+
* @summary 监控-园区分组统计
|
|
429
|
+
* @param {DashboardApiDashboardSurveillanceStatisticsByParkRequest} requestParameters Request parameters.
|
|
283
430
|
* @param {*} [options] Override http request option.
|
|
284
431
|
* @throws {RequiredError}
|
|
285
432
|
*/
|
|
286
|
-
|
|
287
|
-
return localVarFp.
|
|
433
|
+
dashboardSurveillanceStatisticsByPark(requestParameters, options) {
|
|
434
|
+
return localVarFp.dashboardSurveillanceStatisticsByPark(requestParameters.dashboardSurveillanceSearchDTO, options).then((request) => request(axios, basePath));
|
|
435
|
+
},
|
|
436
|
+
/**
|
|
437
|
+
*
|
|
438
|
+
* @summary 工单-园区分组统计
|
|
439
|
+
* @param {DashboardApiDashboardWorkOrderStatisticsByParkRequest} requestParameters Request parameters.
|
|
440
|
+
* @param {*} [options] Override http request option.
|
|
441
|
+
* @throws {RequiredError}
|
|
442
|
+
*/
|
|
443
|
+
dashboardWorkOrderStatisticsByPark(requestParameters, options) {
|
|
444
|
+
return localVarFp.dashboardWorkOrderStatisticsByPark(requestParameters.dashboardWorkOrderByParkSearchDTO, options).then((request) => request(axios, basePath));
|
|
445
|
+
},
|
|
446
|
+
/**
|
|
447
|
+
*
|
|
448
|
+
* @summary 工单-工单类型分组统计
|
|
449
|
+
* @param {DashboardApiDashboardWorkOrderStatisticsByWorkOrderTypeRequest} requestParameters Request parameters.
|
|
450
|
+
* @param {*} [options] Override http request option.
|
|
451
|
+
* @throws {RequiredError}
|
|
452
|
+
*/
|
|
453
|
+
dashboardWorkOrderStatisticsByWorkOrderType(requestParameters, options) {
|
|
454
|
+
return localVarFp.dashboardWorkOrderStatisticsByWorkOrderType(requestParameters.dashboardWorkOrderByWorkOrderTypeSearchDTO, options).then((request) => request(axios, basePath));
|
|
455
|
+
},
|
|
456
|
+
/**
|
|
457
|
+
*
|
|
458
|
+
* @summary 工单-工单大类分组统计
|
|
459
|
+
* @param {DashboardApiDashboardWorkOrderStatisticsByWorkOrderTypeSubcategoryRequest} requestParameters Request parameters.
|
|
460
|
+
* @param {*} [options] Override http request option.
|
|
461
|
+
* @throws {RequiredError}
|
|
462
|
+
*/
|
|
463
|
+
dashboardWorkOrderStatisticsByWorkOrderTypeSubcategory(requestParameters, options) {
|
|
464
|
+
return localVarFp.dashboardWorkOrderStatisticsByWorkOrderTypeSubcategory(requestParameters.dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO, options).then((request) => request(axios, basePath));
|
|
288
465
|
},
|
|
289
466
|
};
|
|
290
467
|
};
|
|
@@ -297,46 +474,79 @@ export const DashboardApiFactory = function (configuration, basePath, axios) {
|
|
|
297
474
|
export class DashboardApi extends BaseAPI {
|
|
298
475
|
/**
|
|
299
476
|
*
|
|
300
|
-
* @summary
|
|
301
|
-
* @param {
|
|
477
|
+
* @summary 设备-设备系统分组统计
|
|
478
|
+
* @param {DashboardApiDashboardEquipmentStatisticsByEquipmentSystemRequest} requestParameters Request parameters.
|
|
479
|
+
* @param {*} [options] Override http request option.
|
|
480
|
+
* @throws {RequiredError}
|
|
481
|
+
* @memberof DashboardApi
|
|
482
|
+
*/
|
|
483
|
+
dashboardEquipmentStatisticsByEquipmentSystem(requestParameters, options) {
|
|
484
|
+
return DashboardApiFp(this.configuration).dashboardEquipmentStatisticsByEquipmentSystem(requestParameters.dashboardBaseSearchDTO, options).then((request) => request(this.axios, this.basePath));
|
|
485
|
+
}
|
|
486
|
+
/**
|
|
487
|
+
*
|
|
488
|
+
* @summary 设备-园区分组统计
|
|
489
|
+
* @param {DashboardApiDashboardEquipmentStatisticsByParkRequest} requestParameters Request parameters.
|
|
490
|
+
* @param {*} [options] Override http request option.
|
|
491
|
+
* @throws {RequiredError}
|
|
492
|
+
* @memberof DashboardApi
|
|
493
|
+
*/
|
|
494
|
+
dashboardEquipmentStatisticsByPark(requestParameters, options) {
|
|
495
|
+
return DashboardApiFp(this.configuration).dashboardEquipmentStatisticsByPark(requestParameters.dashboardEquipmentSearchDTO, options).then((request) => request(this.axios, this.basePath));
|
|
496
|
+
}
|
|
497
|
+
/**
|
|
498
|
+
*
|
|
499
|
+
* @summary 监控-功能区分组统计
|
|
500
|
+
* @param {DashboardApiDashboardSurveillanceStatisticsByFunctionalAreaRequest} requestParameters Request parameters.
|
|
501
|
+
* @param {*} [options] Override http request option.
|
|
502
|
+
* @throws {RequiredError}
|
|
503
|
+
* @memberof DashboardApi
|
|
504
|
+
*/
|
|
505
|
+
dashboardSurveillanceStatisticsByFunctionalArea(requestParameters, options) {
|
|
506
|
+
return DashboardApiFp(this.configuration).dashboardSurveillanceStatisticsByFunctionalArea(requestParameters.dashboardBaseSearchDTO, options).then((request) => request(this.axios, this.basePath));
|
|
507
|
+
}
|
|
508
|
+
/**
|
|
509
|
+
*
|
|
510
|
+
* @summary 监控-园区分组统计
|
|
511
|
+
* @param {DashboardApiDashboardSurveillanceStatisticsByParkRequest} requestParameters Request parameters.
|
|
302
512
|
* @param {*} [options] Override http request option.
|
|
303
513
|
* @throws {RequiredError}
|
|
304
514
|
* @memberof DashboardApi
|
|
305
515
|
*/
|
|
306
|
-
|
|
307
|
-
return DashboardApiFp(this.configuration).
|
|
516
|
+
dashboardSurveillanceStatisticsByPark(requestParameters, options) {
|
|
517
|
+
return DashboardApiFp(this.configuration).dashboardSurveillanceStatisticsByPark(requestParameters.dashboardSurveillanceSearchDTO, options).then((request) => request(this.axios, this.basePath));
|
|
308
518
|
}
|
|
309
519
|
/**
|
|
310
520
|
*
|
|
311
|
-
* @summary
|
|
312
|
-
* @param {
|
|
521
|
+
* @summary 工单-园区分组统计
|
|
522
|
+
* @param {DashboardApiDashboardWorkOrderStatisticsByParkRequest} requestParameters Request parameters.
|
|
313
523
|
* @param {*} [options] Override http request option.
|
|
314
524
|
* @throws {RequiredError}
|
|
315
525
|
* @memberof DashboardApi
|
|
316
526
|
*/
|
|
317
|
-
|
|
318
|
-
return DashboardApiFp(this.configuration).
|
|
527
|
+
dashboardWorkOrderStatisticsByPark(requestParameters, options) {
|
|
528
|
+
return DashboardApiFp(this.configuration).dashboardWorkOrderStatisticsByPark(requestParameters.dashboardWorkOrderByParkSearchDTO, options).then((request) => request(this.axios, this.basePath));
|
|
319
529
|
}
|
|
320
530
|
/**
|
|
321
531
|
*
|
|
322
|
-
* @summary
|
|
323
|
-
* @param {
|
|
532
|
+
* @summary 工单-工单类型分组统计
|
|
533
|
+
* @param {DashboardApiDashboardWorkOrderStatisticsByWorkOrderTypeRequest} requestParameters Request parameters.
|
|
324
534
|
* @param {*} [options] Override http request option.
|
|
325
535
|
* @throws {RequiredError}
|
|
326
536
|
* @memberof DashboardApi
|
|
327
537
|
*/
|
|
328
|
-
|
|
329
|
-
return DashboardApiFp(this.configuration).
|
|
538
|
+
dashboardWorkOrderStatisticsByWorkOrderType(requestParameters, options) {
|
|
539
|
+
return DashboardApiFp(this.configuration).dashboardWorkOrderStatisticsByWorkOrderType(requestParameters.dashboardWorkOrderByWorkOrderTypeSearchDTO, options).then((request) => request(this.axios, this.basePath));
|
|
330
540
|
}
|
|
331
541
|
/**
|
|
332
542
|
*
|
|
333
|
-
* @summary
|
|
334
|
-
* @param {
|
|
543
|
+
* @summary 工单-工单大类分组统计
|
|
544
|
+
* @param {DashboardApiDashboardWorkOrderStatisticsByWorkOrderTypeSubcategoryRequest} requestParameters Request parameters.
|
|
335
545
|
* @param {*} [options] Override http request option.
|
|
336
546
|
* @throws {RequiredError}
|
|
337
547
|
* @memberof DashboardApi
|
|
338
548
|
*/
|
|
339
|
-
|
|
340
|
-
return DashboardApiFp(this.configuration).
|
|
549
|
+
dashboardWorkOrderStatisticsByWorkOrderTypeSubcategory(requestParameters, options) {
|
|
550
|
+
return DashboardApiFp(this.configuration).dashboardWorkOrderStatisticsByWorkOrderTypeSubcategory(requestParameters.dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO, options).then((request) => request(this.axios, this.basePath));
|
|
341
551
|
}
|
|
342
552
|
}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OpenAPI definition
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { WorkOrderIssueTypeEnum } from './work-order-issue-type-enum';
|
|
13
|
+
import type { WorkOrderTypeEnum } from './work-order-type-enum';
|
|
14
|
+
import type { WorkOrderTypeSubcategoryEnum } from './work-order-type-subcategory-enum';
|
|
15
|
+
/**
|
|
16
|
+
* 数据看板工单园区查询DTO
|
|
17
|
+
* @export
|
|
18
|
+
* @interface DashboardWorkOrderByParkSearchDTO
|
|
19
|
+
*/
|
|
20
|
+
export interface DashboardWorkOrderByParkSearchDTO {
|
|
21
|
+
/**
|
|
22
|
+
* 园区ID集合
|
|
23
|
+
* @type {Array<number>}
|
|
24
|
+
* @memberof DashboardWorkOrderByParkSearchDTO
|
|
25
|
+
*/
|
|
26
|
+
'parkIds'?: Array<number>;
|
|
27
|
+
/**
|
|
28
|
+
* 开始时间
|
|
29
|
+
* @type {number}
|
|
30
|
+
* @memberof DashboardWorkOrderByParkSearchDTO
|
|
31
|
+
*/
|
|
32
|
+
'startTime'?: number;
|
|
33
|
+
/**
|
|
34
|
+
* 结束时间
|
|
35
|
+
* @type {number}
|
|
36
|
+
* @memberof DashboardWorkOrderByParkSearchDTO
|
|
37
|
+
*/
|
|
38
|
+
'endTime'?: number;
|
|
39
|
+
/**
|
|
40
|
+
* 工单类型
|
|
41
|
+
* @type {Array<WorkOrderTypeEnum>}
|
|
42
|
+
* @memberof DashboardWorkOrderByParkSearchDTO
|
|
43
|
+
*/
|
|
44
|
+
'workOrderTypes': Array<WorkOrderTypeEnum>;
|
|
45
|
+
/**
|
|
46
|
+
* 工单类型子类
|
|
47
|
+
* @type {Array<WorkOrderTypeSubcategoryEnum>}
|
|
48
|
+
* @memberof DashboardWorkOrderByParkSearchDTO
|
|
49
|
+
*/
|
|
50
|
+
'workOrderTypeSubcategories'?: Array<WorkOrderTypeSubcategoryEnum>;
|
|
51
|
+
/**
|
|
52
|
+
* 工单问题类型
|
|
53
|
+
* @type {Array<WorkOrderIssueTypeEnum>}
|
|
54
|
+
* @memberof DashboardWorkOrderByParkSearchDTO
|
|
55
|
+
*/
|
|
56
|
+
'workOrderIssueTypes'?: Array<WorkOrderIssueTypeEnum>;
|
|
57
|
+
/**
|
|
58
|
+
* 工单类型维度 1:周期性工单 2:普通工单
|
|
59
|
+
* @type {number}
|
|
60
|
+
* @memberof DashboardWorkOrderByParkSearchDTO
|
|
61
|
+
*/
|
|
62
|
+
'workOrderTypeField': number;
|
|
63
|
+
/**
|
|
64
|
+
* 时间维度 1:按生成时间查询 2:按生成时间+执行时效查询
|
|
65
|
+
* @type {number}
|
|
66
|
+
* @memberof DashboardWorkOrderByParkSearchDTO
|
|
67
|
+
*/
|
|
68
|
+
'timeField'?: number;
|
|
69
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export {};
|