@gizone/rrs-client 4.2.7-alpha.437 → 4.2.7-alpha.439
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 +14 -0
- package/apis/common-api.ts +286 -0
- package/apis/dashboard-api.ts +368 -0
- package/apis/work-order-api.ts +134 -10
- package/dist/apis/common-api.d.ts +149 -0
- package/dist/apis/common-api.js +215 -0
- package/dist/apis/dashboard-api.d.ts +190 -0
- package/dist/apis/dashboard-api.js +280 -0
- package/dist/apis/work-order-api.d.ts +71 -4
- package/dist/apis/work-order-api.js +90 -10
- package/dist/esm/apis/common-api.d.ts +149 -0
- package/dist/esm/apis/common-api.js +215 -0
- package/dist/esm/apis/dashboard-api.d.ts +190 -0
- package/dist/esm/apis/dashboard-api.js +280 -0
- package/dist/esm/apis/work-order-api.d.ts +71 -4
- package/dist/esm/apis/work-order-api.js +90 -10
- package/dist/esm/models/access-appointment-source-enum.d.ts +1 -0
- package/dist/esm/models/access-appointment-source-enum.js +2 -1
- package/dist/esm/models/access-record-details-dto.d.ts +7 -0
- package/dist/esm/models/dashboard-access-park-group-stats-vo.d.ts +96 -0
- package/dist/esm/models/dashboard-access-park-group-stats-vo.js +14 -0
- package/dist/esm/models/dashboard-access-search-dto.d.ts +68 -0
- package/dist/esm/models/dashboard-access-search-dto.js +14 -0
- package/dist/esm/models/dashboard-access-source-group-stats-vo.d.ts +55 -0
- package/dist/esm/models/dashboard-access-source-group-stats-vo.js +14 -0
- package/dist/esm/models/dashboard-base-search-dto.d.ts +18 -0
- package/dist/esm/models/dashboard-equipment-search-dto.d.ts +18 -0
- package/dist/esm/models/dashboard-series-stats-base-vo.d.ts +30 -0
- package/dist/esm/models/dashboard-series-stats-base-vo.js +14 -0
- package/dist/esm/models/dashboard-surveillance-park-group-stats-vo.d.ts +36 -0
- package/dist/esm/models/dashboard-surveillance-search-dto.d.ts +18 -0
- package/dist/esm/models/dashboard-work-order-by-park-search-dto.d.ts +19 -1
- package/dist/esm/models/dashboard-work-order-by-work-order-type-search-dto.d.ts +18 -0
- package/dist/esm/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.d.ts +18 -0
- package/dist/esm/models/dashboard-work-order-list-search-dto.d.ts +117 -0
- package/dist/esm/models/dashboard-work-order-list-search-dto.js +18 -0
- package/dist/esm/models/dashboard-work-order-park-group-stats-vo.d.ts +36 -0
- package/dist/esm/models/dept-relation-dto.d.ts +24 -0
- package/dist/esm/models/index.d.ts +14 -0
- package/dist/esm/models/index.js +14 -0
- package/dist/esm/models/json-result-list-dashboard-access-park-group-stats-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-dashboard-access-park-group-stats-vo.js +14 -0
- package/dist/esm/models/json-result-list-dashboard-access-source-group-stats-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-dashboard-access-source-group-stats-vo.js +14 -0
- package/dist/esm/models/json-result-list-dashboard-series-stats-base-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-dashboard-series-stats-base-vo.js +14 -0
- package/dist/esm/models/json-result-list-inspection-point.d.ts +62 -0
- package/dist/esm/models/json-result-list-inspection-point.js +14 -0
- package/dist/esm/models/json-result-list-srm-center-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-srm-center-vo.js +14 -0
- package/dist/esm/models/json-result-srm-center-entity.d.ts +62 -0
- package/dist/esm/models/json-result-srm-center-entity.js +14 -0
- package/dist/esm/models/park-list-dto.d.ts +24 -0
- package/dist/esm/models/srm-center-entity.d.ts +54 -0
- package/dist/esm/models/srm-center-entity.js +14 -0
- package/dist/esm/models/srm-center-vo.d.ts +54 -0
- package/dist/esm/models/srm-center-vo.js +14 -0
- package/dist/esm/models/srm-level-add-dto.d.ts +48 -0
- package/dist/esm/models/srm-level-add-dto.js +14 -0
- package/dist/esm/models/sys-user.d.ts +4 -4
- package/dist/esm/models/work-order-search-dto.d.ts +12 -0
- package/dist/models/access-appointment-source-enum.d.ts +1 -0
- package/dist/models/access-appointment-source-enum.js +2 -1
- package/dist/models/access-record-details-dto.d.ts +7 -0
- package/dist/models/dashboard-access-park-group-stats-vo.d.ts +96 -0
- package/dist/models/dashboard-access-park-group-stats-vo.js +15 -0
- package/dist/models/dashboard-access-search-dto.d.ts +68 -0
- package/dist/models/dashboard-access-search-dto.js +15 -0
- package/dist/models/dashboard-access-source-group-stats-vo.d.ts +55 -0
- package/dist/models/dashboard-access-source-group-stats-vo.js +15 -0
- package/dist/models/dashboard-base-search-dto.d.ts +18 -0
- package/dist/models/dashboard-equipment-search-dto.d.ts +18 -0
- package/dist/models/dashboard-series-stats-base-vo.d.ts +30 -0
- package/dist/models/dashboard-series-stats-base-vo.js +15 -0
- package/dist/models/dashboard-surveillance-park-group-stats-vo.d.ts +36 -0
- package/dist/models/dashboard-surveillance-search-dto.d.ts +18 -0
- package/dist/models/dashboard-work-order-by-park-search-dto.d.ts +19 -1
- package/dist/models/dashboard-work-order-by-work-order-type-search-dto.d.ts +18 -0
- package/dist/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.d.ts +18 -0
- package/dist/models/dashboard-work-order-list-search-dto.d.ts +117 -0
- package/dist/models/dashboard-work-order-list-search-dto.js +21 -0
- package/dist/models/dashboard-work-order-park-group-stats-vo.d.ts +36 -0
- package/dist/models/dept-relation-dto.d.ts +24 -0
- package/dist/models/index.d.ts +14 -0
- package/dist/models/index.js +14 -0
- package/dist/models/json-result-list-dashboard-access-park-group-stats-vo.d.ts +62 -0
- package/dist/models/json-result-list-dashboard-access-park-group-stats-vo.js +15 -0
- package/dist/models/json-result-list-dashboard-access-source-group-stats-vo.d.ts +62 -0
- package/dist/models/json-result-list-dashboard-access-source-group-stats-vo.js +15 -0
- package/dist/models/json-result-list-dashboard-series-stats-base-vo.d.ts +62 -0
- package/dist/models/json-result-list-dashboard-series-stats-base-vo.js +15 -0
- package/dist/models/json-result-list-inspection-point.d.ts +62 -0
- package/dist/models/json-result-list-inspection-point.js +15 -0
- package/dist/models/json-result-list-srm-center-vo.d.ts +62 -0
- package/dist/models/json-result-list-srm-center-vo.js +15 -0
- package/dist/models/json-result-srm-center-entity.d.ts +62 -0
- package/dist/models/json-result-srm-center-entity.js +15 -0
- package/dist/models/park-list-dto.d.ts +24 -0
- package/dist/models/srm-center-entity.d.ts +54 -0
- package/dist/models/srm-center-entity.js +15 -0
- package/dist/models/srm-center-vo.d.ts +54 -0
- package/dist/models/srm-center-vo.js +15 -0
- package/dist/models/srm-level-add-dto.d.ts +48 -0
- package/dist/models/srm-level-add-dto.js +15 -0
- package/dist/models/sys-user.d.ts +4 -4
- package/dist/models/work-order-search-dto.d.ts +12 -0
- package/models/access-appointment-source-enum.ts +2 -1
- package/models/access-record-details-dto.ts +9 -0
- package/models/dashboard-access-park-group-stats-vo.ts +102 -0
- package/models/dashboard-access-search-dto.ts +80 -0
- package/models/dashboard-access-source-group-stats-vo.ts +65 -0
- package/models/dashboard-base-search-dto.ts +18 -0
- package/models/dashboard-equipment-search-dto.ts +18 -0
- package/models/dashboard-series-stats-base-vo.ts +36 -0
- package/models/dashboard-surveillance-park-group-stats-vo.ts +36 -0
- package/models/dashboard-surveillance-search-dto.ts +18 -0
- package/models/dashboard-work-order-by-park-search-dto.ts +19 -1
- package/models/dashboard-work-order-by-work-order-type-search-dto.ts +18 -0
- package/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.ts +18 -0
- package/models/dashboard-work-order-list-search-dto.ts +132 -0
- package/models/dashboard-work-order-park-group-stats-vo.ts +36 -0
- package/models/dept-relation-dto.ts +24 -0
- package/models/index.ts +14 -0
- package/models/json-result-list-dashboard-access-park-group-stats-vo.ts +72 -0
- package/models/json-result-list-dashboard-access-source-group-stats-vo.ts +72 -0
- package/models/json-result-list-dashboard-series-stats-base-vo.ts +72 -0
- package/models/json-result-list-inspection-point.ts +72 -0
- package/models/json-result-list-srm-center-vo.ts +72 -0
- package/models/json-result-srm-center-entity.ts +72 -0
- package/models/park-list-dto.ts +24 -0
- package/models/srm-center-entity.ts +60 -0
- package/models/srm-center-vo.ts +60 -0
- package/models/srm-level-add-dto.ts +54 -0
- package/models/sys-user.ts +4 -4
- package/models/work-order-search-dto.ts +12 -0
- package/package.json +1 -1
|
@@ -32,6 +32,39 @@ import { BASE_PATH, BaseAPI, operationServerMap } from '../base';
|
|
|
32
32
|
*/
|
|
33
33
|
export const CommonApiAxiosParamCreator = function (configuration) {
|
|
34
34
|
return {
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @summary 新增srmLevel
|
|
38
|
+
* @param {SrmLevelAddDTO} srmLevelAddDTO
|
|
39
|
+
* @param {*} [options] Override http request option.
|
|
40
|
+
* @throws {RequiredError}
|
|
41
|
+
*/
|
|
42
|
+
addSrmLevel: (srmLevelAddDTO_1, ...args_1) => __awaiter(this, [srmLevelAddDTO_1, ...args_1], void 0, function* (srmLevelAddDTO, options = {}) {
|
|
43
|
+
// verify required parameter 'srmLevelAddDTO' is not null or undefined
|
|
44
|
+
assertParamExists('addSrmLevel', 'srmLevelAddDTO', srmLevelAddDTO);
|
|
45
|
+
const localVarPath = `/srm/level`;
|
|
46
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
47
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
48
|
+
let baseOptions;
|
|
49
|
+
if (configuration) {
|
|
50
|
+
baseOptions = configuration.baseOptions;
|
|
51
|
+
}
|
|
52
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
53
|
+
const localVarHeaderParameter = {};
|
|
54
|
+
const localVarQueryParameter = {};
|
|
55
|
+
// authentication tokenScheme required
|
|
56
|
+
// http bearer authentication required
|
|
57
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
58
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
59
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
60
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
61
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
62
|
+
localVarRequestOptions.data = serializeDataIfNeeded(srmLevelAddDTO, localVarRequestOptions, configuration);
|
|
63
|
+
return {
|
|
64
|
+
url: toPathString(localVarUrlObj),
|
|
65
|
+
options: localVarRequestOptions,
|
|
66
|
+
};
|
|
67
|
+
}),
|
|
35
68
|
/**
|
|
36
69
|
*
|
|
37
70
|
* @param {number} pid
|
|
@@ -1292,6 +1325,76 @@ export const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
1292
1325
|
options: localVarRequestOptions,
|
|
1293
1326
|
};
|
|
1294
1327
|
}),
|
|
1328
|
+
/**
|
|
1329
|
+
*
|
|
1330
|
+
* @summary 通过权限标识查询用户所有园区
|
|
1331
|
+
* @param {string} permission 权限标识
|
|
1332
|
+
* @param {*} [options] Override http request option.
|
|
1333
|
+
* @throws {RequiredError}
|
|
1334
|
+
*/
|
|
1335
|
+
selectParkListByPermission: (permission_1, ...args_1) => __awaiter(this, [permission_1, ...args_1], void 0, function* (permission, options = {}) {
|
|
1336
|
+
// verify required parameter 'permission' is not null or undefined
|
|
1337
|
+
assertParamExists('selectParkListByPermission', 'permission', permission);
|
|
1338
|
+
const localVarPath = `/system/dept/park/permission`;
|
|
1339
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1340
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1341
|
+
let baseOptions;
|
|
1342
|
+
if (configuration) {
|
|
1343
|
+
baseOptions = configuration.baseOptions;
|
|
1344
|
+
}
|
|
1345
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
1346
|
+
const localVarHeaderParameter = {};
|
|
1347
|
+
const localVarQueryParameter = {};
|
|
1348
|
+
// authentication tokenScheme required
|
|
1349
|
+
// http bearer authentication required
|
|
1350
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
1351
|
+
if (permission !== undefined) {
|
|
1352
|
+
localVarQueryParameter['permission'] = permission;
|
|
1353
|
+
}
|
|
1354
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1355
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1356
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
1357
|
+
return {
|
|
1358
|
+
url: toPathString(localVarUrlObj),
|
|
1359
|
+
options: localVarRequestOptions,
|
|
1360
|
+
};
|
|
1361
|
+
}),
|
|
1362
|
+
/**
|
|
1363
|
+
*
|
|
1364
|
+
* @summary 查询srmLevel
|
|
1365
|
+
* @param {string} [parentCode] 上级编码
|
|
1366
|
+
* @param {number} [level] 要查询的level
|
|
1367
|
+
* @param {*} [options] Override http request option.
|
|
1368
|
+
* @throws {RequiredError}
|
|
1369
|
+
*/
|
|
1370
|
+
selectSrmLevel: (parentCode_1, level_1, ...args_1) => __awaiter(this, [parentCode_1, level_1, ...args_1], void 0, function* (parentCode, level, options = {}) {
|
|
1371
|
+
const localVarPath = `/srm/level`;
|
|
1372
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1373
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1374
|
+
let baseOptions;
|
|
1375
|
+
if (configuration) {
|
|
1376
|
+
baseOptions = configuration.baseOptions;
|
|
1377
|
+
}
|
|
1378
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
1379
|
+
const localVarHeaderParameter = {};
|
|
1380
|
+
const localVarQueryParameter = {};
|
|
1381
|
+
// authentication tokenScheme required
|
|
1382
|
+
// http bearer authentication required
|
|
1383
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
1384
|
+
if (parentCode !== undefined) {
|
|
1385
|
+
localVarQueryParameter['parentCode'] = parentCode;
|
|
1386
|
+
}
|
|
1387
|
+
if (level !== undefined) {
|
|
1388
|
+
localVarQueryParameter['level'] = level;
|
|
1389
|
+
}
|
|
1390
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1391
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1392
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
1393
|
+
return {
|
|
1394
|
+
url: toPathString(localVarUrlObj),
|
|
1395
|
+
options: localVarRequestOptions,
|
|
1396
|
+
};
|
|
1397
|
+
}),
|
|
1295
1398
|
/**
|
|
1296
1399
|
*
|
|
1297
1400
|
* @param {string} host 目标主机地址
|
|
@@ -1576,6 +1679,22 @@ export const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
1576
1679
|
export const CommonApiFp = function (configuration) {
|
|
1577
1680
|
const localVarAxiosParamCreator = CommonApiAxiosParamCreator(configuration);
|
|
1578
1681
|
return {
|
|
1682
|
+
/**
|
|
1683
|
+
*
|
|
1684
|
+
* @summary 新增srmLevel
|
|
1685
|
+
* @param {SrmLevelAddDTO} srmLevelAddDTO
|
|
1686
|
+
* @param {*} [options] Override http request option.
|
|
1687
|
+
* @throws {RequiredError}
|
|
1688
|
+
*/
|
|
1689
|
+
addSrmLevel(srmLevelAddDTO, options) {
|
|
1690
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1691
|
+
var _a, _b, _c;
|
|
1692
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.addSrmLevel(srmLevelAddDTO, options);
|
|
1693
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1694
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['CommonApi.addSrmLevel']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1695
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1696
|
+
});
|
|
1697
|
+
},
|
|
1579
1698
|
/**
|
|
1580
1699
|
*
|
|
1581
1700
|
* @param {number} pid
|
|
@@ -2164,6 +2283,39 @@ export const CommonApiFp = function (configuration) {
|
|
|
2164
2283
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2165
2284
|
});
|
|
2166
2285
|
},
|
|
2286
|
+
/**
|
|
2287
|
+
*
|
|
2288
|
+
* @summary 通过权限标识查询用户所有园区
|
|
2289
|
+
* @param {string} permission 权限标识
|
|
2290
|
+
* @param {*} [options] Override http request option.
|
|
2291
|
+
* @throws {RequiredError}
|
|
2292
|
+
*/
|
|
2293
|
+
selectParkListByPermission(permission, options) {
|
|
2294
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2295
|
+
var _a, _b, _c;
|
|
2296
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.selectParkListByPermission(permission, options);
|
|
2297
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2298
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['CommonApi.selectParkListByPermission']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2299
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2300
|
+
});
|
|
2301
|
+
},
|
|
2302
|
+
/**
|
|
2303
|
+
*
|
|
2304
|
+
* @summary 查询srmLevel
|
|
2305
|
+
* @param {string} [parentCode] 上级编码
|
|
2306
|
+
* @param {number} [level] 要查询的level
|
|
2307
|
+
* @param {*} [options] Override http request option.
|
|
2308
|
+
* @throws {RequiredError}
|
|
2309
|
+
*/
|
|
2310
|
+
selectSrmLevel(parentCode, level, options) {
|
|
2311
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2312
|
+
var _a, _b, _c;
|
|
2313
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.selectSrmLevel(parentCode, level, options);
|
|
2314
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2315
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['CommonApi.selectSrmLevel']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2316
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2317
|
+
});
|
|
2318
|
+
},
|
|
2167
2319
|
/**
|
|
2168
2320
|
*
|
|
2169
2321
|
* @param {string} host 目标主机地址
|
|
@@ -2298,6 +2450,16 @@ export const CommonApiFp = function (configuration) {
|
|
|
2298
2450
|
export const CommonApiFactory = function (configuration, basePath, axios) {
|
|
2299
2451
|
const localVarFp = CommonApiFp(configuration);
|
|
2300
2452
|
return {
|
|
2453
|
+
/**
|
|
2454
|
+
*
|
|
2455
|
+
* @summary 新增srmLevel
|
|
2456
|
+
* @param {CommonApiAddSrmLevelRequest} requestParameters Request parameters.
|
|
2457
|
+
* @param {*} [options] Override http request option.
|
|
2458
|
+
* @throws {RequiredError}
|
|
2459
|
+
*/
|
|
2460
|
+
addSrmLevel(requestParameters, options) {
|
|
2461
|
+
return localVarFp.addSrmLevel(requestParameters.srmLevelAddDTO, options).then((request) => request(axios, basePath));
|
|
2462
|
+
},
|
|
2301
2463
|
/**
|
|
2302
2464
|
*
|
|
2303
2465
|
* @param {CommonApiAddressRegionListRequest} requestParameters Request parameters.
|
|
@@ -2653,6 +2815,26 @@ export const CommonApiFactory = function (configuration, basePath, axios) {
|
|
|
2653
2815
|
selectParkList(requestParameters = {}, options) {
|
|
2654
2816
|
return localVarFp.selectParkList(requestParameters.centerCode, requestParameters.isSrm, requestParameters.parkCenterAttribute, options).then((request) => request(axios, basePath));
|
|
2655
2817
|
},
|
|
2818
|
+
/**
|
|
2819
|
+
*
|
|
2820
|
+
* @summary 通过权限标识查询用户所有园区
|
|
2821
|
+
* @param {CommonApiSelectParkListByPermissionRequest} requestParameters Request parameters.
|
|
2822
|
+
* @param {*} [options] Override http request option.
|
|
2823
|
+
* @throws {RequiredError}
|
|
2824
|
+
*/
|
|
2825
|
+
selectParkListByPermission(requestParameters, options) {
|
|
2826
|
+
return localVarFp.selectParkListByPermission(requestParameters.permission, options).then((request) => request(axios, basePath));
|
|
2827
|
+
},
|
|
2828
|
+
/**
|
|
2829
|
+
*
|
|
2830
|
+
* @summary 查询srmLevel
|
|
2831
|
+
* @param {CommonApiSelectSrmLevelRequest} requestParameters Request parameters.
|
|
2832
|
+
* @param {*} [options] Override http request option.
|
|
2833
|
+
* @throws {RequiredError}
|
|
2834
|
+
*/
|
|
2835
|
+
selectSrmLevel(requestParameters = {}, options) {
|
|
2836
|
+
return localVarFp.selectSrmLevel(requestParameters.parentCode, requestParameters.level, options).then((request) => request(axios, basePath));
|
|
2837
|
+
},
|
|
2656
2838
|
/**
|
|
2657
2839
|
*
|
|
2658
2840
|
* @param {CommonApiTcpConnectRequest} requestParameters Request parameters.
|
|
@@ -2737,6 +2919,17 @@ export const CommonApiFactory = function (configuration, basePath, axios) {
|
|
|
2737
2919
|
* @extends {BaseAPI}
|
|
2738
2920
|
*/
|
|
2739
2921
|
export class CommonApi extends BaseAPI {
|
|
2922
|
+
/**
|
|
2923
|
+
*
|
|
2924
|
+
* @summary 新增srmLevel
|
|
2925
|
+
* @param {CommonApiAddSrmLevelRequest} requestParameters Request parameters.
|
|
2926
|
+
* @param {*} [options] Override http request option.
|
|
2927
|
+
* @throws {RequiredError}
|
|
2928
|
+
* @memberof CommonApi
|
|
2929
|
+
*/
|
|
2930
|
+
addSrmLevel(requestParameters, options) {
|
|
2931
|
+
return CommonApiFp(this.configuration).addSrmLevel(requestParameters.srmLevelAddDTO, options).then((request) => request(this.axios, this.basePath));
|
|
2932
|
+
}
|
|
2740
2933
|
/**
|
|
2741
2934
|
*
|
|
2742
2935
|
* @param {CommonApiAddressRegionListRequest} requestParameters Request parameters.
|
|
@@ -3130,6 +3323,28 @@ export class CommonApi extends BaseAPI {
|
|
|
3130
3323
|
selectParkList(requestParameters = {}, options) {
|
|
3131
3324
|
return CommonApiFp(this.configuration).selectParkList(requestParameters.centerCode, requestParameters.isSrm, requestParameters.parkCenterAttribute, options).then((request) => request(this.axios, this.basePath));
|
|
3132
3325
|
}
|
|
3326
|
+
/**
|
|
3327
|
+
*
|
|
3328
|
+
* @summary 通过权限标识查询用户所有园区
|
|
3329
|
+
* @param {CommonApiSelectParkListByPermissionRequest} requestParameters Request parameters.
|
|
3330
|
+
* @param {*} [options] Override http request option.
|
|
3331
|
+
* @throws {RequiredError}
|
|
3332
|
+
* @memberof CommonApi
|
|
3333
|
+
*/
|
|
3334
|
+
selectParkListByPermission(requestParameters, options) {
|
|
3335
|
+
return CommonApiFp(this.configuration).selectParkListByPermission(requestParameters.permission, options).then((request) => request(this.axios, this.basePath));
|
|
3336
|
+
}
|
|
3337
|
+
/**
|
|
3338
|
+
*
|
|
3339
|
+
* @summary 查询srmLevel
|
|
3340
|
+
* @param {CommonApiSelectSrmLevelRequest} requestParameters Request parameters.
|
|
3341
|
+
* @param {*} [options] Override http request option.
|
|
3342
|
+
* @throws {RequiredError}
|
|
3343
|
+
* @memberof CommonApi
|
|
3344
|
+
*/
|
|
3345
|
+
selectSrmLevel(requestParameters = {}, options) {
|
|
3346
|
+
return CommonApiFp(this.configuration).selectSrmLevel(requestParameters.parentCode, requestParameters.level, options).then((request) => request(this.axios, this.basePath));
|
|
3347
|
+
}
|
|
3133
3348
|
/**
|
|
3134
3349
|
*
|
|
3135
3350
|
* @param {CommonApiTcpConnectRequest} requestParameters Request parameters.
|
|
@@ -12,24 +12,46 @@
|
|
|
12
12
|
import type { Configuration } from '../configuration';
|
|
13
13
|
import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
14
14
|
import { type RequestArgs, BaseAPI } from '../base';
|
|
15
|
+
import type { DashboardAccessSearchDTO } from '../models';
|
|
15
16
|
import type { DashboardBaseSearchDTO } from '../models';
|
|
16
17
|
import type { DashboardEquipmentSearchDTO } from '../models';
|
|
17
18
|
import type { DashboardSurveillanceSearchDTO } from '../models';
|
|
18
19
|
import type { DashboardWorkOrderByParkSearchDTO } from '../models';
|
|
19
20
|
import type { DashboardWorkOrderByWorkOrderTypeSearchDTO } from '../models';
|
|
20
21
|
import type { DashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO } from '../models';
|
|
22
|
+
import type { DashboardWorkOrderListSearchDTO } from '../models';
|
|
23
|
+
import type { JsonResultListDashboardAccessParkGroupStatsVO } from '../models';
|
|
24
|
+
import type { JsonResultListDashboardAccessSourceGroupStatsVO } from '../models';
|
|
21
25
|
import type { JsonResultListDashboardEquipmentParkGroupStatsVO } from '../models';
|
|
22
26
|
import type { JsonResultListDashboardEquipmentSystemGroupStatsVO } from '../models';
|
|
27
|
+
import type { JsonResultListDashboardSeriesStatsBaseVO } from '../models';
|
|
23
28
|
import type { JsonResultListDashboardSurveillanceFunctionalAreaGroupStatsVO } from '../models';
|
|
24
29
|
import type { JsonResultListDashboardSurveillanceParkGroupStatsVO } from '../models';
|
|
25
30
|
import type { JsonResultListDashboardWorkOrderParkGroupStatsVO } from '../models';
|
|
26
31
|
import type { JsonResultListDashboardWorkOrderTypeGroupStatsVO } from '../models';
|
|
27
32
|
import type { JsonResultListDashboardWorkOrderTypeSubcategoryGroupStatsVO } from '../models';
|
|
33
|
+
import type { JsonResultPageDtoWorkOrderSearchDTO } from '../models';
|
|
28
34
|
/**
|
|
29
35
|
* DashboardApi - axios parameter creator
|
|
30
36
|
* @export
|
|
31
37
|
*/
|
|
32
38
|
export declare const DashboardApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
39
|
+
/**
|
|
40
|
+
*
|
|
41
|
+
* @summary 出入-园区分组统计
|
|
42
|
+
* @param {DashboardAccessSearchDTO} dashboardAccessSearchDTO
|
|
43
|
+
* @param {*} [options] Override http request option.
|
|
44
|
+
* @throws {RequiredError}
|
|
45
|
+
*/
|
|
46
|
+
dashboardAccessStatisticsByPark: (dashboardAccessSearchDTO: DashboardAccessSearchDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @summary 出入-来源分组统计
|
|
50
|
+
* @param {DashboardAccessSearchDTO} dashboardAccessSearchDTO
|
|
51
|
+
* @param {*} [options] Override http request option.
|
|
52
|
+
* @throws {RequiredError}
|
|
53
|
+
*/
|
|
54
|
+
dashboardAccessStatisticsBySource: (dashboardAccessSearchDTO: DashboardAccessSearchDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
33
55
|
/**
|
|
34
56
|
*
|
|
35
57
|
* @summary 设备-设备系统分组统计
|
|
@@ -86,12 +108,44 @@ export declare const DashboardApiAxiosParamCreator: (configuration?: Configurati
|
|
|
86
108
|
* @throws {RequiredError}
|
|
87
109
|
*/
|
|
88
110
|
dashboardWorkOrderStatisticsByWorkOrderTypeSubcategory: (dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO: DashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
111
|
+
/**
|
|
112
|
+
*
|
|
113
|
+
* @summary 工单-完成率序列统计
|
|
114
|
+
* @param {DashboardWorkOrderByParkSearchDTO} dashboardWorkOrderByParkSearchDTO
|
|
115
|
+
* @param {*} [options] Override http request option.
|
|
116
|
+
* @throws {RequiredError}
|
|
117
|
+
*/
|
|
118
|
+
dashboardWorkOrderStatisticsCompletionRateSeries: (dashboardWorkOrderByParkSearchDTO: DashboardWorkOrderByParkSearchDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
119
|
+
/**
|
|
120
|
+
*
|
|
121
|
+
* @summary 工单-列表
|
|
122
|
+
* @param {DashboardWorkOrderListSearchDTO} dashboardWorkOrderListSearchDTO
|
|
123
|
+
* @param {*} [options] Override http request option.
|
|
124
|
+
* @throws {RequiredError}
|
|
125
|
+
*/
|
|
126
|
+
dashboardWorkOrderStatisticsList: (dashboardWorkOrderListSearchDTO: DashboardWorkOrderListSearchDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
89
127
|
};
|
|
90
128
|
/**
|
|
91
129
|
* DashboardApi - functional programming interface
|
|
92
130
|
* @export
|
|
93
131
|
*/
|
|
94
132
|
export declare const DashboardApiFp: (configuration?: Configuration) => {
|
|
133
|
+
/**
|
|
134
|
+
*
|
|
135
|
+
* @summary 出入-园区分组统计
|
|
136
|
+
* @param {DashboardAccessSearchDTO} dashboardAccessSearchDTO
|
|
137
|
+
* @param {*} [options] Override http request option.
|
|
138
|
+
* @throws {RequiredError}
|
|
139
|
+
*/
|
|
140
|
+
dashboardAccessStatisticsByPark(dashboardAccessSearchDTO: DashboardAccessSearchDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultListDashboardAccessParkGroupStatsVO>>;
|
|
141
|
+
/**
|
|
142
|
+
*
|
|
143
|
+
* @summary 出入-来源分组统计
|
|
144
|
+
* @param {DashboardAccessSearchDTO} dashboardAccessSearchDTO
|
|
145
|
+
* @param {*} [options] Override http request option.
|
|
146
|
+
* @throws {RequiredError}
|
|
147
|
+
*/
|
|
148
|
+
dashboardAccessStatisticsBySource(dashboardAccessSearchDTO: DashboardAccessSearchDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultListDashboardAccessSourceGroupStatsVO>>;
|
|
95
149
|
/**
|
|
96
150
|
*
|
|
97
151
|
* @summary 设备-设备系统分组统计
|
|
@@ -148,12 +202,44 @@ export declare const DashboardApiFp: (configuration?: Configuration) => {
|
|
|
148
202
|
* @throws {RequiredError}
|
|
149
203
|
*/
|
|
150
204
|
dashboardWorkOrderStatisticsByWorkOrderTypeSubcategory(dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO: DashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultListDashboardWorkOrderTypeSubcategoryGroupStatsVO>>;
|
|
205
|
+
/**
|
|
206
|
+
*
|
|
207
|
+
* @summary 工单-完成率序列统计
|
|
208
|
+
* @param {DashboardWorkOrderByParkSearchDTO} dashboardWorkOrderByParkSearchDTO
|
|
209
|
+
* @param {*} [options] Override http request option.
|
|
210
|
+
* @throws {RequiredError}
|
|
211
|
+
*/
|
|
212
|
+
dashboardWorkOrderStatisticsCompletionRateSeries(dashboardWorkOrderByParkSearchDTO: DashboardWorkOrderByParkSearchDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultListDashboardSeriesStatsBaseVO>>;
|
|
213
|
+
/**
|
|
214
|
+
*
|
|
215
|
+
* @summary 工单-列表
|
|
216
|
+
* @param {DashboardWorkOrderListSearchDTO} dashboardWorkOrderListSearchDTO
|
|
217
|
+
* @param {*} [options] Override http request option.
|
|
218
|
+
* @throws {RequiredError}
|
|
219
|
+
*/
|
|
220
|
+
dashboardWorkOrderStatisticsList(dashboardWorkOrderListSearchDTO: DashboardWorkOrderListSearchDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultPageDtoWorkOrderSearchDTO>>;
|
|
151
221
|
};
|
|
152
222
|
/**
|
|
153
223
|
* DashboardApi - factory interface
|
|
154
224
|
* @export
|
|
155
225
|
*/
|
|
156
226
|
export declare const DashboardApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
227
|
+
/**
|
|
228
|
+
*
|
|
229
|
+
* @summary 出入-园区分组统计
|
|
230
|
+
* @param {DashboardApiDashboardAccessStatisticsByParkRequest} requestParameters Request parameters.
|
|
231
|
+
* @param {*} [options] Override http request option.
|
|
232
|
+
* @throws {RequiredError}
|
|
233
|
+
*/
|
|
234
|
+
dashboardAccessStatisticsByPark(requestParameters: DashboardApiDashboardAccessStatisticsByParkRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultListDashboardAccessParkGroupStatsVO>;
|
|
235
|
+
/**
|
|
236
|
+
*
|
|
237
|
+
* @summary 出入-来源分组统计
|
|
238
|
+
* @param {DashboardApiDashboardAccessStatisticsBySourceRequest} requestParameters Request parameters.
|
|
239
|
+
* @param {*} [options] Override http request option.
|
|
240
|
+
* @throws {RequiredError}
|
|
241
|
+
*/
|
|
242
|
+
dashboardAccessStatisticsBySource(requestParameters: DashboardApiDashboardAccessStatisticsBySourceRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultListDashboardAccessSourceGroupStatsVO>;
|
|
157
243
|
/**
|
|
158
244
|
*
|
|
159
245
|
* @summary 设备-设备系统分组统计
|
|
@@ -210,7 +296,49 @@ export declare const DashboardApiFactory: (configuration?: Configuration, basePa
|
|
|
210
296
|
* @throws {RequiredError}
|
|
211
297
|
*/
|
|
212
298
|
dashboardWorkOrderStatisticsByWorkOrderTypeSubcategory(requestParameters: DashboardApiDashboardWorkOrderStatisticsByWorkOrderTypeSubcategoryRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultListDashboardWorkOrderTypeSubcategoryGroupStatsVO>;
|
|
299
|
+
/**
|
|
300
|
+
*
|
|
301
|
+
* @summary 工单-完成率序列统计
|
|
302
|
+
* @param {DashboardApiDashboardWorkOrderStatisticsCompletionRateSeriesRequest} requestParameters Request parameters.
|
|
303
|
+
* @param {*} [options] Override http request option.
|
|
304
|
+
* @throws {RequiredError}
|
|
305
|
+
*/
|
|
306
|
+
dashboardWorkOrderStatisticsCompletionRateSeries(requestParameters: DashboardApiDashboardWorkOrderStatisticsCompletionRateSeriesRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultListDashboardSeriesStatsBaseVO>;
|
|
307
|
+
/**
|
|
308
|
+
*
|
|
309
|
+
* @summary 工单-列表
|
|
310
|
+
* @param {DashboardApiDashboardWorkOrderStatisticsListRequest} requestParameters Request parameters.
|
|
311
|
+
* @param {*} [options] Override http request option.
|
|
312
|
+
* @throws {RequiredError}
|
|
313
|
+
*/
|
|
314
|
+
dashboardWorkOrderStatisticsList(requestParameters: DashboardApiDashboardWorkOrderStatisticsListRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultPageDtoWorkOrderSearchDTO>;
|
|
213
315
|
};
|
|
316
|
+
/**
|
|
317
|
+
* Request parameters for dashboardAccessStatisticsByPark operation in DashboardApi.
|
|
318
|
+
* @export
|
|
319
|
+
* @interface DashboardApiDashboardAccessStatisticsByParkRequest
|
|
320
|
+
*/
|
|
321
|
+
export interface DashboardApiDashboardAccessStatisticsByParkRequest {
|
|
322
|
+
/**
|
|
323
|
+
*
|
|
324
|
+
* @type {DashboardAccessSearchDTO}
|
|
325
|
+
* @memberof DashboardApiDashboardAccessStatisticsByPark
|
|
326
|
+
*/
|
|
327
|
+
readonly dashboardAccessSearchDTO: DashboardAccessSearchDTO;
|
|
328
|
+
}
|
|
329
|
+
/**
|
|
330
|
+
* Request parameters for dashboardAccessStatisticsBySource operation in DashboardApi.
|
|
331
|
+
* @export
|
|
332
|
+
* @interface DashboardApiDashboardAccessStatisticsBySourceRequest
|
|
333
|
+
*/
|
|
334
|
+
export interface DashboardApiDashboardAccessStatisticsBySourceRequest {
|
|
335
|
+
/**
|
|
336
|
+
*
|
|
337
|
+
* @type {DashboardAccessSearchDTO}
|
|
338
|
+
* @memberof DashboardApiDashboardAccessStatisticsBySource
|
|
339
|
+
*/
|
|
340
|
+
readonly dashboardAccessSearchDTO: DashboardAccessSearchDTO;
|
|
341
|
+
}
|
|
214
342
|
/**
|
|
215
343
|
* Request parameters for dashboardEquipmentStatisticsByEquipmentSystem operation in DashboardApi.
|
|
216
344
|
* @export
|
|
@@ -302,6 +430,32 @@ export interface DashboardApiDashboardWorkOrderStatisticsByWorkOrderTypeSubcateg
|
|
|
302
430
|
*/
|
|
303
431
|
readonly dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO: DashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO;
|
|
304
432
|
}
|
|
433
|
+
/**
|
|
434
|
+
* Request parameters for dashboardWorkOrderStatisticsCompletionRateSeries operation in DashboardApi.
|
|
435
|
+
* @export
|
|
436
|
+
* @interface DashboardApiDashboardWorkOrderStatisticsCompletionRateSeriesRequest
|
|
437
|
+
*/
|
|
438
|
+
export interface DashboardApiDashboardWorkOrderStatisticsCompletionRateSeriesRequest {
|
|
439
|
+
/**
|
|
440
|
+
*
|
|
441
|
+
* @type {DashboardWorkOrderByParkSearchDTO}
|
|
442
|
+
* @memberof DashboardApiDashboardWorkOrderStatisticsCompletionRateSeries
|
|
443
|
+
*/
|
|
444
|
+
readonly dashboardWorkOrderByParkSearchDTO: DashboardWorkOrderByParkSearchDTO;
|
|
445
|
+
}
|
|
446
|
+
/**
|
|
447
|
+
* Request parameters for dashboardWorkOrderStatisticsList operation in DashboardApi.
|
|
448
|
+
* @export
|
|
449
|
+
* @interface DashboardApiDashboardWorkOrderStatisticsListRequest
|
|
450
|
+
*/
|
|
451
|
+
export interface DashboardApiDashboardWorkOrderStatisticsListRequest {
|
|
452
|
+
/**
|
|
453
|
+
*
|
|
454
|
+
* @type {DashboardWorkOrderListSearchDTO}
|
|
455
|
+
* @memberof DashboardApiDashboardWorkOrderStatisticsList
|
|
456
|
+
*/
|
|
457
|
+
readonly dashboardWorkOrderListSearchDTO: DashboardWorkOrderListSearchDTO;
|
|
458
|
+
}
|
|
305
459
|
/**
|
|
306
460
|
* DashboardApi - object-oriented interface
|
|
307
461
|
* @export
|
|
@@ -309,6 +463,24 @@ export interface DashboardApiDashboardWorkOrderStatisticsByWorkOrderTypeSubcateg
|
|
|
309
463
|
* @extends {BaseAPI}
|
|
310
464
|
*/
|
|
311
465
|
export declare class DashboardApi extends BaseAPI {
|
|
466
|
+
/**
|
|
467
|
+
*
|
|
468
|
+
* @summary 出入-园区分组统计
|
|
469
|
+
* @param {DashboardApiDashboardAccessStatisticsByParkRequest} requestParameters Request parameters.
|
|
470
|
+
* @param {*} [options] Override http request option.
|
|
471
|
+
* @throws {RequiredError}
|
|
472
|
+
* @memberof DashboardApi
|
|
473
|
+
*/
|
|
474
|
+
dashboardAccessStatisticsByPark(requestParameters: DashboardApiDashboardAccessStatisticsByParkRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultListDashboardAccessParkGroupStatsVO, any>>;
|
|
475
|
+
/**
|
|
476
|
+
*
|
|
477
|
+
* @summary 出入-来源分组统计
|
|
478
|
+
* @param {DashboardApiDashboardAccessStatisticsBySourceRequest} requestParameters Request parameters.
|
|
479
|
+
* @param {*} [options] Override http request option.
|
|
480
|
+
* @throws {RequiredError}
|
|
481
|
+
* @memberof DashboardApi
|
|
482
|
+
*/
|
|
483
|
+
dashboardAccessStatisticsBySource(requestParameters: DashboardApiDashboardAccessStatisticsBySourceRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultListDashboardAccessSourceGroupStatsVO, any>>;
|
|
312
484
|
/**
|
|
313
485
|
*
|
|
314
486
|
* @summary 设备-设备系统分组统计
|
|
@@ -372,4 +544,22 @@ export declare class DashboardApi extends BaseAPI {
|
|
|
372
544
|
* @memberof DashboardApi
|
|
373
545
|
*/
|
|
374
546
|
dashboardWorkOrderStatisticsByWorkOrderTypeSubcategory(requestParameters: DashboardApiDashboardWorkOrderStatisticsByWorkOrderTypeSubcategoryRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultListDashboardWorkOrderTypeSubcategoryGroupStatsVO, any>>;
|
|
547
|
+
/**
|
|
548
|
+
*
|
|
549
|
+
* @summary 工单-完成率序列统计
|
|
550
|
+
* @param {DashboardApiDashboardWorkOrderStatisticsCompletionRateSeriesRequest} requestParameters Request parameters.
|
|
551
|
+
* @param {*} [options] Override http request option.
|
|
552
|
+
* @throws {RequiredError}
|
|
553
|
+
* @memberof DashboardApi
|
|
554
|
+
*/
|
|
555
|
+
dashboardWorkOrderStatisticsCompletionRateSeries(requestParameters: DashboardApiDashboardWorkOrderStatisticsCompletionRateSeriesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultListDashboardSeriesStatsBaseVO, any>>;
|
|
556
|
+
/**
|
|
557
|
+
*
|
|
558
|
+
* @summary 工单-列表
|
|
559
|
+
* @param {DashboardApiDashboardWorkOrderStatisticsListRequest} requestParameters Request parameters.
|
|
560
|
+
* @param {*} [options] Override http request option.
|
|
561
|
+
* @throws {RequiredError}
|
|
562
|
+
* @memberof DashboardApi
|
|
563
|
+
*/
|
|
564
|
+
dashboardWorkOrderStatisticsList(requestParameters: DashboardApiDashboardWorkOrderStatisticsListRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultPageDtoWorkOrderSearchDTO, any>>;
|
|
375
565
|
}
|