@gizone/rrs-client 4.2.9-alpha.566 → 4.2.9-alpha.570
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 +23 -0
- package/api.ts +2 -0
- package/apis/energy-cost-controller-api.ts +387 -34
- package/apis/mdmapi.ts +217 -0
- package/apis/reimbursement-bill-api.ts +605 -0
- package/dist/api.d.ts +2 -0
- package/dist/api.js +2 -0
- package/dist/apis/energy-cost-controller-api.d.ts +208 -25
- package/dist/apis/energy-cost-controller-api.js +315 -21
- package/dist/apis/mdmapi.d.ts +117 -0
- package/dist/apis/mdmapi.js +200 -0
- package/dist/apis/reimbursement-bill-api.d.ts +323 -0
- package/dist/apis/reimbursement-bill-api.js +489 -0
- package/dist/esm/api.d.ts +2 -0
- package/dist/esm/api.js +2 -0
- package/dist/esm/apis/energy-cost-controller-api.d.ts +208 -25
- package/dist/esm/apis/energy-cost-controller-api.js +314 -20
- package/dist/esm/apis/mdmapi.d.ts +117 -0
- package/dist/esm/apis/mdmapi.js +193 -0
- package/dist/esm/apis/reimbursement-bill-api.d.ts +323 -0
- package/dist/esm/apis/reimbursement-bill-api.js +482 -0
- package/dist/esm/models/energy-cost-import-redis-vo.d.ts +55 -0
- package/dist/esm/models/energy-cost-import-redis-vo.js +14 -0
- package/dist/esm/models/energy-cost-month-setting-excel-dto.d.ts +78 -0
- package/dist/esm/models/energy-cost-month-setting-excel-dto.js +14 -0
- package/dist/esm/models/energy-cost-record-info-not-emun-vo.d.ts +12 -0
- package/dist/esm/models/expense-subject-enum.d.ts +22 -0
- package/dist/esm/models/expense-subject-enum.js +23 -0
- package/dist/esm/models/index.d.ts +21 -0
- package/dist/esm/models/index.js +21 -0
- package/dist/esm/models/invoice-type-enum.d.ts +22 -0
- package/dist/esm/models/invoice-type-enum.js +23 -0
- package/dist/esm/models/ipage-energy-cost-record-info-vo.d.ts +8 -8
- package/dist/esm/models/json-result-energy-cost-import-redis-vo.d.ts +62 -0
- package/dist/esm/models/json-result-energy-cost-import-redis-vo.js +14 -0
- package/dist/esm/models/json-result-list-mdm-increment-vendor-bank-accounts-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-mdm-increment-vendor-bank-accounts-vo.js +14 -0
- package/dist/esm/models/json-result-list-mdm-increment-vendors-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-mdm-increment-vendors-vo.js +14 -0
- package/dist/esm/models/json-result-page-dto-reimbursement-bill-list-vo.d.ts +62 -0
- package/dist/esm/models/json-result-page-dto-reimbursement-bill-list-vo.js +14 -0
- package/dist/esm/models/json-result-reimbursement-bill-details-vo.d.ts +62 -0
- package/dist/esm/models/json-result-reimbursement-bill-details-vo.js +14 -0
- package/dist/esm/models/mdm-increment-vendor-bank-accounts-vo.d.ts +72 -0
- package/dist/esm/models/mdm-increment-vendor-bank-accounts-vo.js +14 -0
- package/dist/esm/models/mdm-increment-vendors-vo.d.ts +90 -0
- package/dist/esm/models/mdm-increment-vendors-vo.js +14 -0
- package/dist/esm/models/page-dto-reimbursement-bill-list-vo.d.ts +31 -0
- package/dist/esm/models/page-dto-reimbursement-bill-list-vo.js +14 -0
- package/dist/esm/models/payment-method-enum.d.ts +23 -0
- package/dist/esm/models/payment-method-enum.js +24 -0
- package/dist/esm/models/reimbursement-bill-details-vo.d.ts +242 -0
- package/dist/esm/models/reimbursement-bill-details-vo.js +22 -0
- package/dist/esm/models/reimbursement-bill-draft-dto.d.ts +188 -0
- package/dist/esm/models/reimbursement-bill-draft-dto.js +22 -0
- package/dist/esm/models/reimbursement-bill-handle-info-add-dto.d.ts +36 -0
- package/dist/esm/models/reimbursement-bill-handle-info-add-dto.js +14 -0
- package/dist/esm/models/reimbursement-bill-handle-info-vo.d.ts +48 -0
- package/dist/esm/models/reimbursement-bill-handle-info-vo.js +14 -0
- package/dist/esm/models/reimbursement-bill-list-vo.d.ts +142 -0
- package/dist/esm/models/reimbursement-bill-list-vo.js +14 -0
- package/dist/esm/models/reimbursement-bill-search-dto.d.ts +68 -0
- package/dist/esm/models/reimbursement-bill-search-dto.js +14 -0
- package/dist/esm/models/reimbursement-bill-submit-dto.d.ts +188 -0
- package/dist/esm/models/reimbursement-bill-submit-dto.js +22 -0
- package/dist/esm/models/reimbursement-status-enum.d.ts +23 -0
- package/dist/esm/models/reimbursement-status-enum.js +24 -0
- package/dist/models/energy-cost-import-redis-vo.d.ts +55 -0
- package/dist/models/energy-cost-import-redis-vo.js +15 -0
- package/dist/models/energy-cost-month-setting-excel-dto.d.ts +78 -0
- package/dist/models/energy-cost-month-setting-excel-dto.js +15 -0
- package/dist/models/energy-cost-record-info-not-emun-vo.d.ts +12 -0
- package/dist/models/expense-subject-enum.d.ts +22 -0
- package/dist/models/expense-subject-enum.js +26 -0
- package/dist/models/index.d.ts +21 -0
- package/dist/models/index.js +21 -0
- package/dist/models/invoice-type-enum.d.ts +22 -0
- package/dist/models/invoice-type-enum.js +26 -0
- package/dist/models/ipage-energy-cost-record-info-vo.d.ts +8 -8
- package/dist/models/json-result-energy-cost-import-redis-vo.d.ts +62 -0
- package/dist/models/json-result-energy-cost-import-redis-vo.js +15 -0
- package/dist/models/json-result-list-mdm-increment-vendor-bank-accounts-vo.d.ts +62 -0
- package/dist/models/json-result-list-mdm-increment-vendor-bank-accounts-vo.js +15 -0
- package/dist/models/json-result-list-mdm-increment-vendors-vo.d.ts +62 -0
- package/dist/models/json-result-list-mdm-increment-vendors-vo.js +15 -0
- package/dist/models/json-result-page-dto-reimbursement-bill-list-vo.d.ts +62 -0
- package/dist/models/json-result-page-dto-reimbursement-bill-list-vo.js +15 -0
- package/dist/models/json-result-reimbursement-bill-details-vo.d.ts +62 -0
- package/dist/models/json-result-reimbursement-bill-details-vo.js +15 -0
- package/dist/models/mdm-increment-vendor-bank-accounts-vo.d.ts +72 -0
- package/dist/models/mdm-increment-vendor-bank-accounts-vo.js +15 -0
- package/dist/models/mdm-increment-vendors-vo.d.ts +90 -0
- package/dist/models/mdm-increment-vendors-vo.js +15 -0
- package/dist/models/page-dto-reimbursement-bill-list-vo.d.ts +31 -0
- package/dist/models/page-dto-reimbursement-bill-list-vo.js +15 -0
- package/dist/models/payment-method-enum.d.ts +23 -0
- package/dist/models/payment-method-enum.js +27 -0
- package/dist/models/reimbursement-bill-details-vo.d.ts +242 -0
- package/dist/models/reimbursement-bill-details-vo.js +25 -0
- package/dist/models/reimbursement-bill-draft-dto.d.ts +188 -0
- package/dist/models/reimbursement-bill-draft-dto.js +25 -0
- package/dist/models/reimbursement-bill-handle-info-add-dto.d.ts +36 -0
- package/dist/models/reimbursement-bill-handle-info-add-dto.js +15 -0
- package/dist/models/reimbursement-bill-handle-info-vo.d.ts +48 -0
- package/dist/models/reimbursement-bill-handle-info-vo.js +15 -0
- package/dist/models/reimbursement-bill-list-vo.d.ts +142 -0
- package/dist/models/reimbursement-bill-list-vo.js +15 -0
- package/dist/models/reimbursement-bill-search-dto.d.ts +68 -0
- package/dist/models/reimbursement-bill-search-dto.js +15 -0
- package/dist/models/reimbursement-bill-submit-dto.d.ts +188 -0
- package/dist/models/reimbursement-bill-submit-dto.js +25 -0
- package/dist/models/reimbursement-status-enum.d.ts +23 -0
- package/dist/models/reimbursement-status-enum.js +27 -0
- package/models/energy-cost-import-redis-vo.ts +63 -0
- package/models/energy-cost-month-setting-excel-dto.ts +84 -0
- package/models/energy-cost-record-info-not-emun-vo.ts +12 -0
- package/models/expense-subject-enum.ts +32 -0
- package/models/index.ts +21 -0
- package/models/invoice-type-enum.ts +32 -0
- package/models/ipage-energy-cost-record-info-vo.ts +8 -8
- package/models/json-result-energy-cost-import-redis-vo.ts +72 -0
- package/models/json-result-list-mdm-increment-vendor-bank-accounts-vo.ts +72 -0
- package/models/json-result-list-mdm-increment-vendors-vo.ts +72 -0
- package/models/json-result-page-dto-reimbursement-bill-list-vo.ts +72 -0
- package/models/json-result-reimbursement-bill-details-vo.ts +72 -0
- package/models/mdm-increment-vendor-bank-accounts-vo.ts +78 -0
- package/models/mdm-increment-vendors-vo.ts +96 -0
- package/models/page-dto-reimbursement-bill-list-vo.ts +39 -0
- package/models/payment-method-enum.ts +33 -0
- package/models/reimbursement-bill-details-vo.ts +259 -0
- package/models/reimbursement-bill-draft-dto.ts +205 -0
- package/models/reimbursement-bill-handle-info-add-dto.ts +42 -0
- package/models/reimbursement-bill-handle-info-vo.ts +54 -0
- package/models/reimbursement-bill-list-vo.ts +158 -0
- package/models/reimbursement-bill-search-dto.ts +80 -0
- package/models/reimbursement-bill-submit-dto.ts +205 -0
- package/models/reimbursement-status-enum.ts +33 -0
- package/ossutil.log +1098 -1092
- package/package.json +1 -1
|
@@ -22,7 +22,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
22
22
|
});
|
|
23
23
|
};
|
|
24
24
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25
|
-
exports.EnergyCostMonthSettingSummaryListEnergyTypeEnum = exports.EnergyCostMonthSettingListEnergyTypeEnum = exports.EnergyCostControllerApi = exports.EnergyCostControllerApiFactory = exports.EnergyCostControllerApiFp = exports.EnergyCostControllerApiAxiosParamCreator = void 0;
|
|
25
|
+
exports.EnergyCostMonthSettingSummaryListEnergyTypeEnum = exports.EnergyCostMonthSettingListEnergyTypeEnum = exports.EnergyCostImportUploadEnergyTypeEnum = exports.EnergyCostImportPreviewEnergyTypeEnum = exports.EnergyCostImportConfirmEnergyTypeEnum = exports.EnergyCostControllerApi = exports.EnergyCostControllerApiFactory = exports.EnergyCostControllerApiFp = exports.EnergyCostControllerApiAxiosParamCreator = void 0;
|
|
26
26
|
const axios_1 = require("axios");
|
|
27
27
|
// Some imports not used depending on template conditions
|
|
28
28
|
// @ts-ignore
|
|
@@ -35,6 +35,111 @@ const base_1 = require("../base");
|
|
|
35
35
|
*/
|
|
36
36
|
const EnergyCostControllerApiAxiosParamCreator = function (configuration) {
|
|
37
37
|
return {
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @summary 能源费用管理设置-导入数据
|
|
41
|
+
* @param {EnergyCostImportConfirmEnergyTypeEnum} energyType
|
|
42
|
+
* @param {*} [options] Override http request option.
|
|
43
|
+
* @throws {RequiredError}
|
|
44
|
+
*/
|
|
45
|
+
energyCostImportConfirm: (energyType_1, ...args_1) => __awaiter(this, [energyType_1, ...args_1], void 0, function* (energyType, options = {}) {
|
|
46
|
+
// verify required parameter 'energyType' is not null or undefined
|
|
47
|
+
(0, common_1.assertParamExists)('energyCostImportConfirm', 'energyType', energyType);
|
|
48
|
+
const localVarPath = `/gizone/energy/cost/month/import/confirm`;
|
|
49
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
50
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
51
|
+
let baseOptions;
|
|
52
|
+
if (configuration) {
|
|
53
|
+
baseOptions = configuration.baseOptions;
|
|
54
|
+
}
|
|
55
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
56
|
+
const localVarHeaderParameter = {};
|
|
57
|
+
const localVarQueryParameter = {};
|
|
58
|
+
// authentication tokenScheme required
|
|
59
|
+
// http bearer authentication required
|
|
60
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
61
|
+
if (energyType !== undefined) {
|
|
62
|
+
localVarQueryParameter['energyType'] = energyType;
|
|
63
|
+
}
|
|
64
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
65
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
66
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
67
|
+
return {
|
|
68
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
69
|
+
options: localVarRequestOptions,
|
|
70
|
+
};
|
|
71
|
+
}),
|
|
72
|
+
/**
|
|
73
|
+
*
|
|
74
|
+
* @summary 能源费用管理设置-结果确认
|
|
75
|
+
* @param {EnergyCostImportPreviewEnergyTypeEnum} energyType
|
|
76
|
+
* @param {*} [options] Override http request option.
|
|
77
|
+
* @throws {RequiredError}
|
|
78
|
+
*/
|
|
79
|
+
energyCostImportPreview: (energyType_1, ...args_1) => __awaiter(this, [energyType_1, ...args_1], void 0, function* (energyType, options = {}) {
|
|
80
|
+
// verify required parameter 'energyType' is not null or undefined
|
|
81
|
+
(0, common_1.assertParamExists)('energyCostImportPreview', 'energyType', energyType);
|
|
82
|
+
const localVarPath = `/gizone/energy/cost/month/import/preview`;
|
|
83
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
84
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
85
|
+
let baseOptions;
|
|
86
|
+
if (configuration) {
|
|
87
|
+
baseOptions = configuration.baseOptions;
|
|
88
|
+
}
|
|
89
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
90
|
+
const localVarHeaderParameter = {};
|
|
91
|
+
const localVarQueryParameter = {};
|
|
92
|
+
// authentication tokenScheme required
|
|
93
|
+
// http bearer authentication required
|
|
94
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
95
|
+
if (energyType !== undefined) {
|
|
96
|
+
localVarQueryParameter['energyType'] = energyType;
|
|
97
|
+
}
|
|
98
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
99
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
100
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
101
|
+
return {
|
|
102
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
103
|
+
options: localVarRequestOptions,
|
|
104
|
+
};
|
|
105
|
+
}),
|
|
106
|
+
/**
|
|
107
|
+
*
|
|
108
|
+
* @summary 能源费用管理设置-上传文件
|
|
109
|
+
* @param {EnergyCostImportUploadEnergyTypeEnum} energyType
|
|
110
|
+
* @param {UserBatchImportUploadRequest} [userBatchImportUploadRequest]
|
|
111
|
+
* @param {*} [options] Override http request option.
|
|
112
|
+
* @throws {RequiredError}
|
|
113
|
+
*/
|
|
114
|
+
energyCostImportUpload: (energyType_1, userBatchImportUploadRequest_1, ...args_1) => __awaiter(this, [energyType_1, userBatchImportUploadRequest_1, ...args_1], void 0, function* (energyType, userBatchImportUploadRequest, options = {}) {
|
|
115
|
+
// verify required parameter 'energyType' is not null or undefined
|
|
116
|
+
(0, common_1.assertParamExists)('energyCostImportUpload', 'energyType', energyType);
|
|
117
|
+
const localVarPath = `/gizone/energy/cost/month/import/upload`;
|
|
118
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
119
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
120
|
+
let baseOptions;
|
|
121
|
+
if (configuration) {
|
|
122
|
+
baseOptions = configuration.baseOptions;
|
|
123
|
+
}
|
|
124
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
125
|
+
const localVarHeaderParameter = {};
|
|
126
|
+
const localVarQueryParameter = {};
|
|
127
|
+
// authentication tokenScheme required
|
|
128
|
+
// http bearer authentication required
|
|
129
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
130
|
+
if (energyType !== undefined) {
|
|
131
|
+
localVarQueryParameter['energyType'] = energyType;
|
|
132
|
+
}
|
|
133
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
134
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
135
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
136
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
137
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(userBatchImportUploadRequest, localVarRequestOptions, configuration);
|
|
138
|
+
return {
|
|
139
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
140
|
+
options: localVarRequestOptions,
|
|
141
|
+
};
|
|
142
|
+
}),
|
|
38
143
|
/**
|
|
39
144
|
*
|
|
40
145
|
* @summary 能源费用管理设置-新增
|
|
@@ -286,30 +391,55 @@ const EnergyCostControllerApiAxiosParamCreator = function (configuration) {
|
|
|
286
391
|
}),
|
|
287
392
|
/**
|
|
288
393
|
*
|
|
289
|
-
* @summary
|
|
290
|
-
* @param {UserBatchImportUploadRequest} [userBatchImportUploadRequest]
|
|
394
|
+
* @summary 导出电费标准导入模板
|
|
291
395
|
* @param {*} [options] Override http request option.
|
|
292
396
|
* @throws {RequiredError}
|
|
293
397
|
*/
|
|
294
|
-
|
|
295
|
-
const localVarPath = `/gizone/energy/cost/month/
|
|
398
|
+
exportElectricityTemplate: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
399
|
+
const localVarPath = `/gizone/energy/cost/month/export/electricity-template`;
|
|
296
400
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
297
401
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
298
402
|
let baseOptions;
|
|
299
403
|
if (configuration) {
|
|
300
404
|
baseOptions = configuration.baseOptions;
|
|
301
405
|
}
|
|
302
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: '
|
|
406
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
407
|
+
const localVarHeaderParameter = {};
|
|
408
|
+
const localVarQueryParameter = {};
|
|
409
|
+
// authentication tokenScheme required
|
|
410
|
+
// http bearer authentication required
|
|
411
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
412
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
413
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
414
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
415
|
+
return {
|
|
416
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
417
|
+
options: localVarRequestOptions,
|
|
418
|
+
};
|
|
419
|
+
}),
|
|
420
|
+
/**
|
|
421
|
+
*
|
|
422
|
+
* @summary 导出水费标准导入模板
|
|
423
|
+
* @param {*} [options] Override http request option.
|
|
424
|
+
* @throws {RequiredError}
|
|
425
|
+
*/
|
|
426
|
+
exportWaterTemplate: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
427
|
+
const localVarPath = `/gizone/energy/cost/month/export/water-template`;
|
|
428
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
429
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
430
|
+
let baseOptions;
|
|
431
|
+
if (configuration) {
|
|
432
|
+
baseOptions = configuration.baseOptions;
|
|
433
|
+
}
|
|
434
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
303
435
|
const localVarHeaderParameter = {};
|
|
304
436
|
const localVarQueryParameter = {};
|
|
305
437
|
// authentication tokenScheme required
|
|
306
438
|
// http bearer authentication required
|
|
307
439
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
308
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
309
440
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
310
441
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
311
442
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
312
|
-
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(userBatchImportUploadRequest, localVarRequestOptions, configuration);
|
|
313
443
|
return {
|
|
314
444
|
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
315
445
|
options: localVarRequestOptions,
|
|
@@ -325,6 +455,55 @@ exports.EnergyCostControllerApiAxiosParamCreator = EnergyCostControllerApiAxiosP
|
|
|
325
455
|
const EnergyCostControllerApiFp = function (configuration) {
|
|
326
456
|
const localVarAxiosParamCreator = (0, exports.EnergyCostControllerApiAxiosParamCreator)(configuration);
|
|
327
457
|
return {
|
|
458
|
+
/**
|
|
459
|
+
*
|
|
460
|
+
* @summary 能源费用管理设置-导入数据
|
|
461
|
+
* @param {EnergyCostImportConfirmEnergyTypeEnum} energyType
|
|
462
|
+
* @param {*} [options] Override http request option.
|
|
463
|
+
* @throws {RequiredError}
|
|
464
|
+
*/
|
|
465
|
+
energyCostImportConfirm(energyType, options) {
|
|
466
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
467
|
+
var _a, _b, _c;
|
|
468
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.energyCostImportConfirm(energyType, options);
|
|
469
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
470
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['EnergyCostControllerApi.energyCostImportConfirm']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
471
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
472
|
+
});
|
|
473
|
+
},
|
|
474
|
+
/**
|
|
475
|
+
*
|
|
476
|
+
* @summary 能源费用管理设置-结果确认
|
|
477
|
+
* @param {EnergyCostImportPreviewEnergyTypeEnum} energyType
|
|
478
|
+
* @param {*} [options] Override http request option.
|
|
479
|
+
* @throws {RequiredError}
|
|
480
|
+
*/
|
|
481
|
+
energyCostImportPreview(energyType, options) {
|
|
482
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
483
|
+
var _a, _b, _c;
|
|
484
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.energyCostImportPreview(energyType, options);
|
|
485
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
486
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['EnergyCostControllerApi.energyCostImportPreview']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
487
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
488
|
+
});
|
|
489
|
+
},
|
|
490
|
+
/**
|
|
491
|
+
*
|
|
492
|
+
* @summary 能源费用管理设置-上传文件
|
|
493
|
+
* @param {EnergyCostImportUploadEnergyTypeEnum} energyType
|
|
494
|
+
* @param {UserBatchImportUploadRequest} [userBatchImportUploadRequest]
|
|
495
|
+
* @param {*} [options] Override http request option.
|
|
496
|
+
* @throws {RequiredError}
|
|
497
|
+
*/
|
|
498
|
+
energyCostImportUpload(energyType, userBatchImportUploadRequest, options) {
|
|
499
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
500
|
+
var _a, _b, _c;
|
|
501
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.energyCostImportUpload(energyType, userBatchImportUploadRequest, options);
|
|
502
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
503
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['EnergyCostControllerApi.energyCostImportUpload']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
504
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
505
|
+
});
|
|
506
|
+
},
|
|
328
507
|
/**
|
|
329
508
|
*
|
|
330
509
|
* @summary 能源费用管理设置-新增
|
|
@@ -443,17 +622,31 @@ const EnergyCostControllerApiFp = function (configuration) {
|
|
|
443
622
|
},
|
|
444
623
|
/**
|
|
445
624
|
*
|
|
446
|
-
* @summary
|
|
447
|
-
* @param {UserBatchImportUploadRequest} [userBatchImportUploadRequest]
|
|
625
|
+
* @summary 导出电费标准导入模板
|
|
448
626
|
* @param {*} [options] Override http request option.
|
|
449
627
|
* @throws {RequiredError}
|
|
450
628
|
*/
|
|
451
|
-
|
|
629
|
+
exportElectricityTemplate(options) {
|
|
452
630
|
return __awaiter(this, void 0, void 0, function* () {
|
|
453
631
|
var _a, _b, _c;
|
|
454
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
632
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.exportElectricityTemplate(options);
|
|
455
633
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
456
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['EnergyCostControllerApi.
|
|
634
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['EnergyCostControllerApi.exportElectricityTemplate']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
635
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
636
|
+
});
|
|
637
|
+
},
|
|
638
|
+
/**
|
|
639
|
+
*
|
|
640
|
+
* @summary 导出水费标准导入模板
|
|
641
|
+
* @param {*} [options] Override http request option.
|
|
642
|
+
* @throws {RequiredError}
|
|
643
|
+
*/
|
|
644
|
+
exportWaterTemplate(options) {
|
|
645
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
646
|
+
var _a, _b, _c;
|
|
647
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.exportWaterTemplate(options);
|
|
648
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
649
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['EnergyCostControllerApi.exportWaterTemplate']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
457
650
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
458
651
|
});
|
|
459
652
|
},
|
|
@@ -467,6 +660,36 @@ exports.EnergyCostControllerApiFp = EnergyCostControllerApiFp;
|
|
|
467
660
|
const EnergyCostControllerApiFactory = function (configuration, basePath, axios) {
|
|
468
661
|
const localVarFp = (0, exports.EnergyCostControllerApiFp)(configuration);
|
|
469
662
|
return {
|
|
663
|
+
/**
|
|
664
|
+
*
|
|
665
|
+
* @summary 能源费用管理设置-导入数据
|
|
666
|
+
* @param {EnergyCostControllerApiEnergyCostImportConfirmRequest} requestParameters Request parameters.
|
|
667
|
+
* @param {*} [options] Override http request option.
|
|
668
|
+
* @throws {RequiredError}
|
|
669
|
+
*/
|
|
670
|
+
energyCostImportConfirm(requestParameters, options) {
|
|
671
|
+
return localVarFp.energyCostImportConfirm(requestParameters.energyType, options).then((request) => request(axios, basePath));
|
|
672
|
+
},
|
|
673
|
+
/**
|
|
674
|
+
*
|
|
675
|
+
* @summary 能源费用管理设置-结果确认
|
|
676
|
+
* @param {EnergyCostControllerApiEnergyCostImportPreviewRequest} requestParameters Request parameters.
|
|
677
|
+
* @param {*} [options] Override http request option.
|
|
678
|
+
* @throws {RequiredError}
|
|
679
|
+
*/
|
|
680
|
+
energyCostImportPreview(requestParameters, options) {
|
|
681
|
+
return localVarFp.energyCostImportPreview(requestParameters.energyType, options).then((request) => request(axios, basePath));
|
|
682
|
+
},
|
|
683
|
+
/**
|
|
684
|
+
*
|
|
685
|
+
* @summary 能源费用管理设置-上传文件
|
|
686
|
+
* @param {EnergyCostControllerApiEnergyCostImportUploadRequest} requestParameters Request parameters.
|
|
687
|
+
* @param {*} [options] Override http request option.
|
|
688
|
+
* @throws {RequiredError}
|
|
689
|
+
*/
|
|
690
|
+
energyCostImportUpload(requestParameters, options) {
|
|
691
|
+
return localVarFp.energyCostImportUpload(requestParameters.energyType, requestParameters.userBatchImportUploadRequest, options).then((request) => request(axios, basePath));
|
|
692
|
+
},
|
|
470
693
|
/**
|
|
471
694
|
*
|
|
472
695
|
* @summary 能源费用管理设置-新增
|
|
@@ -539,13 +762,21 @@ const EnergyCostControllerApiFactory = function (configuration, basePath, axios)
|
|
|
539
762
|
},
|
|
540
763
|
/**
|
|
541
764
|
*
|
|
542
|
-
* @summary
|
|
543
|
-
* @param {EnergyCostControllerApiImportData1Request} requestParameters Request parameters.
|
|
765
|
+
* @summary 导出电费标准导入模板
|
|
544
766
|
* @param {*} [options] Override http request option.
|
|
545
767
|
* @throws {RequiredError}
|
|
546
768
|
*/
|
|
547
|
-
|
|
548
|
-
return localVarFp.
|
|
769
|
+
exportElectricityTemplate(options) {
|
|
770
|
+
return localVarFp.exportElectricityTemplate(options).then((request) => request(axios, basePath));
|
|
771
|
+
},
|
|
772
|
+
/**
|
|
773
|
+
*
|
|
774
|
+
* @summary 导出水费标准导入模板
|
|
775
|
+
* @param {*} [options] Override http request option.
|
|
776
|
+
* @throws {RequiredError}
|
|
777
|
+
*/
|
|
778
|
+
exportWaterTemplate(options) {
|
|
779
|
+
return localVarFp.exportWaterTemplate(options).then((request) => request(axios, basePath));
|
|
549
780
|
},
|
|
550
781
|
};
|
|
551
782
|
};
|
|
@@ -557,6 +788,39 @@ exports.EnergyCostControllerApiFactory = EnergyCostControllerApiFactory;
|
|
|
557
788
|
* @extends {BaseAPI}
|
|
558
789
|
*/
|
|
559
790
|
class EnergyCostControllerApi extends base_1.BaseAPI {
|
|
791
|
+
/**
|
|
792
|
+
*
|
|
793
|
+
* @summary 能源费用管理设置-导入数据
|
|
794
|
+
* @param {EnergyCostControllerApiEnergyCostImportConfirmRequest} requestParameters Request parameters.
|
|
795
|
+
* @param {*} [options] Override http request option.
|
|
796
|
+
* @throws {RequiredError}
|
|
797
|
+
* @memberof EnergyCostControllerApi
|
|
798
|
+
*/
|
|
799
|
+
energyCostImportConfirm(requestParameters, options) {
|
|
800
|
+
return (0, exports.EnergyCostControllerApiFp)(this.configuration).energyCostImportConfirm(requestParameters.energyType, options).then((request) => request(this.axios, this.basePath));
|
|
801
|
+
}
|
|
802
|
+
/**
|
|
803
|
+
*
|
|
804
|
+
* @summary 能源费用管理设置-结果确认
|
|
805
|
+
* @param {EnergyCostControllerApiEnergyCostImportPreviewRequest} requestParameters Request parameters.
|
|
806
|
+
* @param {*} [options] Override http request option.
|
|
807
|
+
* @throws {RequiredError}
|
|
808
|
+
* @memberof EnergyCostControllerApi
|
|
809
|
+
*/
|
|
810
|
+
energyCostImportPreview(requestParameters, options) {
|
|
811
|
+
return (0, exports.EnergyCostControllerApiFp)(this.configuration).energyCostImportPreview(requestParameters.energyType, options).then((request) => request(this.axios, this.basePath));
|
|
812
|
+
}
|
|
813
|
+
/**
|
|
814
|
+
*
|
|
815
|
+
* @summary 能源费用管理设置-上传文件
|
|
816
|
+
* @param {EnergyCostControllerApiEnergyCostImportUploadRequest} requestParameters Request parameters.
|
|
817
|
+
* @param {*} [options] Override http request option.
|
|
818
|
+
* @throws {RequiredError}
|
|
819
|
+
* @memberof EnergyCostControllerApi
|
|
820
|
+
*/
|
|
821
|
+
energyCostImportUpload(requestParameters, options) {
|
|
822
|
+
return (0, exports.EnergyCostControllerApiFp)(this.configuration).energyCostImportUpload(requestParameters.energyType, requestParameters.userBatchImportUploadRequest, options).then((request) => request(this.axios, this.basePath));
|
|
823
|
+
}
|
|
560
824
|
/**
|
|
561
825
|
*
|
|
562
826
|
* @summary 能源费用管理设置-新增
|
|
@@ -636,17 +900,47 @@ class EnergyCostControllerApi extends base_1.BaseAPI {
|
|
|
636
900
|
}
|
|
637
901
|
/**
|
|
638
902
|
*
|
|
639
|
-
* @summary
|
|
640
|
-
* @param {EnergyCostControllerApiImportData1Request} requestParameters Request parameters.
|
|
903
|
+
* @summary 导出电费标准导入模板
|
|
641
904
|
* @param {*} [options] Override http request option.
|
|
642
905
|
* @throws {RequiredError}
|
|
643
906
|
* @memberof EnergyCostControllerApi
|
|
644
907
|
*/
|
|
645
|
-
|
|
646
|
-
return (0, exports.EnergyCostControllerApiFp)(this.configuration).
|
|
908
|
+
exportElectricityTemplate(options) {
|
|
909
|
+
return (0, exports.EnergyCostControllerApiFp)(this.configuration).exportElectricityTemplate(options).then((request) => request(this.axios, this.basePath));
|
|
910
|
+
}
|
|
911
|
+
/**
|
|
912
|
+
*
|
|
913
|
+
* @summary 导出水费标准导入模板
|
|
914
|
+
* @param {*} [options] Override http request option.
|
|
915
|
+
* @throws {RequiredError}
|
|
916
|
+
* @memberof EnergyCostControllerApi
|
|
917
|
+
*/
|
|
918
|
+
exportWaterTemplate(options) {
|
|
919
|
+
return (0, exports.EnergyCostControllerApiFp)(this.configuration).exportWaterTemplate(options).then((request) => request(this.axios, this.basePath));
|
|
647
920
|
}
|
|
648
921
|
}
|
|
649
922
|
exports.EnergyCostControllerApi = EnergyCostControllerApi;
|
|
923
|
+
/**
|
|
924
|
+
* @export
|
|
925
|
+
*/
|
|
926
|
+
exports.EnergyCostImportConfirmEnergyTypeEnum = {
|
|
927
|
+
Electric: 'ELECTRIC',
|
|
928
|
+
Water: 'WATER'
|
|
929
|
+
};
|
|
930
|
+
/**
|
|
931
|
+
* @export
|
|
932
|
+
*/
|
|
933
|
+
exports.EnergyCostImportPreviewEnergyTypeEnum = {
|
|
934
|
+
Electric: 'ELECTRIC',
|
|
935
|
+
Water: 'WATER'
|
|
936
|
+
};
|
|
937
|
+
/**
|
|
938
|
+
* @export
|
|
939
|
+
*/
|
|
940
|
+
exports.EnergyCostImportUploadEnergyTypeEnum = {
|
|
941
|
+
Electric: 'ELECTRIC',
|
|
942
|
+
Water: 'WATER'
|
|
943
|
+
};
|
|
650
944
|
/**
|
|
651
945
|
* @export
|
|
652
946
|
*/
|
|
@@ -0,0 +1,117 @@
|
|
|
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 { Configuration } from '../configuration';
|
|
13
|
+
import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
14
|
+
import { type RequestArgs, BaseAPI } from '../base';
|
|
15
|
+
import type { JsonResultListMdmIncrementVendorBankAccountsVo } from '../models';
|
|
16
|
+
import type { JsonResultListMdmIncrementVendorsVo } from '../models';
|
|
17
|
+
/**
|
|
18
|
+
* MDMApi - axios parameter creator
|
|
19
|
+
* @export
|
|
20
|
+
*/
|
|
21
|
+
export declare const MDMApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
22
|
+
/**
|
|
23
|
+
*
|
|
24
|
+
* @summary 获取供应商信息
|
|
25
|
+
* @param {*} [options] Override http request option.
|
|
26
|
+
* @throws {RequiredError}
|
|
27
|
+
*/
|
|
28
|
+
mdmVendors: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @summary 通过供应商id获取供应商银行信息
|
|
32
|
+
* @param {string} vendorId
|
|
33
|
+
* @param {*} [options] Override http request option.
|
|
34
|
+
* @throws {RequiredError}
|
|
35
|
+
*/
|
|
36
|
+
mdmVendors1: (vendorId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
37
|
+
};
|
|
38
|
+
/**
|
|
39
|
+
* MDMApi - functional programming interface
|
|
40
|
+
* @export
|
|
41
|
+
*/
|
|
42
|
+
export declare const MDMApiFp: (configuration?: Configuration) => {
|
|
43
|
+
/**
|
|
44
|
+
*
|
|
45
|
+
* @summary 获取供应商信息
|
|
46
|
+
* @param {*} [options] Override http request option.
|
|
47
|
+
* @throws {RequiredError}
|
|
48
|
+
*/
|
|
49
|
+
mdmVendors(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultListMdmIncrementVendorsVo>>;
|
|
50
|
+
/**
|
|
51
|
+
*
|
|
52
|
+
* @summary 通过供应商id获取供应商银行信息
|
|
53
|
+
* @param {string} vendorId
|
|
54
|
+
* @param {*} [options] Override http request option.
|
|
55
|
+
* @throws {RequiredError}
|
|
56
|
+
*/
|
|
57
|
+
mdmVendors1(vendorId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultListMdmIncrementVendorBankAccountsVo>>;
|
|
58
|
+
};
|
|
59
|
+
/**
|
|
60
|
+
* MDMApi - factory interface
|
|
61
|
+
* @export
|
|
62
|
+
*/
|
|
63
|
+
export declare const MDMApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
64
|
+
/**
|
|
65
|
+
*
|
|
66
|
+
* @summary 获取供应商信息
|
|
67
|
+
* @param {*} [options] Override http request option.
|
|
68
|
+
* @throws {RequiredError}
|
|
69
|
+
*/
|
|
70
|
+
mdmVendors(options?: RawAxiosRequestConfig): AxiosPromise<JsonResultListMdmIncrementVendorsVo>;
|
|
71
|
+
/**
|
|
72
|
+
*
|
|
73
|
+
* @summary 通过供应商id获取供应商银行信息
|
|
74
|
+
* @param {MDMApiMdmVendors1Request} requestParameters Request parameters.
|
|
75
|
+
* @param {*} [options] Override http request option.
|
|
76
|
+
* @throws {RequiredError}
|
|
77
|
+
*/
|
|
78
|
+
mdmVendors1(requestParameters: MDMApiMdmVendors1Request, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultListMdmIncrementVendorBankAccountsVo>;
|
|
79
|
+
};
|
|
80
|
+
/**
|
|
81
|
+
* Request parameters for mdmVendors1 operation in MDMApi.
|
|
82
|
+
* @export
|
|
83
|
+
* @interface MDMApiMdmVendors1Request
|
|
84
|
+
*/
|
|
85
|
+
export interface MDMApiMdmVendors1Request {
|
|
86
|
+
/**
|
|
87
|
+
*
|
|
88
|
+
* @type {string}
|
|
89
|
+
* @memberof MDMApiMdmVendors1
|
|
90
|
+
*/
|
|
91
|
+
readonly vendorId: string;
|
|
92
|
+
}
|
|
93
|
+
/**
|
|
94
|
+
* MDMApi - object-oriented interface
|
|
95
|
+
* @export
|
|
96
|
+
* @class MDMApi
|
|
97
|
+
* @extends {BaseAPI}
|
|
98
|
+
*/
|
|
99
|
+
export declare class MDMApi extends BaseAPI {
|
|
100
|
+
/**
|
|
101
|
+
*
|
|
102
|
+
* @summary 获取供应商信息
|
|
103
|
+
* @param {*} [options] Override http request option.
|
|
104
|
+
* @throws {RequiredError}
|
|
105
|
+
* @memberof MDMApi
|
|
106
|
+
*/
|
|
107
|
+
mdmVendors(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultListMdmIncrementVendorsVo, any, {}>>;
|
|
108
|
+
/**
|
|
109
|
+
*
|
|
110
|
+
* @summary 通过供应商id获取供应商银行信息
|
|
111
|
+
* @param {MDMApiMdmVendors1Request} requestParameters Request parameters.
|
|
112
|
+
* @param {*} [options] Override http request option.
|
|
113
|
+
* @throws {RequiredError}
|
|
114
|
+
* @memberof MDMApi
|
|
115
|
+
*/
|
|
116
|
+
mdmVendors1(requestParameters: MDMApiMdmVendors1Request, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultListMdmIncrementVendorBankAccountsVo, any, {}>>;
|
|
117
|
+
}
|