@gizone/rrs-client 4.2.9-alpha.707 → 4.2.9-alpha.709
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 +1 -1
- package/api.ts +1 -1
- package/apis/{default-api.ts → evaluation-config-api.ts} +163 -163
- package/dist/api.d.ts +1 -1
- package/dist/api.js +1 -1
- package/dist/apis/{default-api.d.ts → evaluation-config-api.d.ts} +131 -131
- package/dist/apis/{default-api.js → evaluation-config-api.js} +87 -87
- package/dist/esm/api.d.ts +1 -1
- package/dist/esm/api.js +1 -1
- package/dist/esm/apis/{default-api.d.ts → evaluation-config-api.d.ts} +131 -131
- package/dist/esm/apis/{default-api.js → evaluation-config-api.js} +82 -82
- package/dist/esm/models/ipage-energy-cost-record-info-vo.d.ts +6 -6
- package/dist/models/ipage-energy-cost-record-info-vo.d.ts +6 -6
- package/models/ipage-energy-cost-record-info-vo.ts +6 -6
- package/ossutil.log +1221 -1221
- package/package.json +1 -1
|
@@ -46,10 +46,10 @@ import type { JsonResultListEvaluationModuleCategoryVo } from '../models';
|
|
|
46
46
|
// @ts-ignore
|
|
47
47
|
import type { JsonResultPageDtoEvaluationConfigListVo } from '../models';
|
|
48
48
|
/**
|
|
49
|
-
*
|
|
49
|
+
* EvaluationConfigApi - axios parameter creator
|
|
50
50
|
* @export
|
|
51
51
|
*/
|
|
52
|
-
export const
|
|
52
|
+
export const EvaluationConfigApiAxiosParamCreator = function (configuration?: Configuration) {
|
|
53
53
|
return {
|
|
54
54
|
/**
|
|
55
55
|
* 新增评价配置信息及违规配置
|
|
@@ -310,7 +310,7 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
310
310
|
},
|
|
311
311
|
/**
|
|
312
312
|
* 下载评价配置导入模板
|
|
313
|
-
* @summary
|
|
313
|
+
* @summary 评价配置导入-下载模板
|
|
314
314
|
* @param {*} [options] Override http request option.
|
|
315
315
|
* @throws {RequiredError}
|
|
316
316
|
*/
|
|
@@ -709,11 +709,11 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
709
709
|
};
|
|
710
710
|
|
|
711
711
|
/**
|
|
712
|
-
*
|
|
712
|
+
* EvaluationConfigApi - functional programming interface
|
|
713
713
|
* @export
|
|
714
714
|
*/
|
|
715
|
-
export const
|
|
716
|
-
const localVarAxiosParamCreator =
|
|
715
|
+
export const EvaluationConfigApiFp = function(configuration?: Configuration) {
|
|
716
|
+
const localVarAxiosParamCreator = EvaluationConfigApiAxiosParamCreator(configuration)
|
|
717
717
|
return {
|
|
718
718
|
/**
|
|
719
719
|
* 新增评价配置信息及违规配置
|
|
@@ -725,7 +725,7 @@ export const DefaultApiFp = function(configuration?: Configuration) {
|
|
|
725
725
|
async evaluationConfigAdd(evaluationConfigAddDto: EvaluationConfigAddDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultInteger>> {
|
|
726
726
|
const localVarAxiosArgs = await localVarAxiosParamCreator.evaluationConfigAdd(evaluationConfigAddDto, options);
|
|
727
727
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
728
|
-
const localVarOperationServerBasePath = operationServerMap['
|
|
728
|
+
const localVarOperationServerBasePath = operationServerMap['EvaluationConfigApi.evaluationConfigAdd']?.[localVarOperationServerIndex]?.url;
|
|
729
729
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
730
730
|
},
|
|
731
731
|
/**
|
|
@@ -738,7 +738,7 @@ export const DefaultApiFp = function(configuration?: Configuration) {
|
|
|
738
738
|
async evaluationConfigAddApprovalProcess(evaluationApprovalProcessDto: EvaluationApprovalProcessDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultBoolean>> {
|
|
739
739
|
const localVarAxiosArgs = await localVarAxiosParamCreator.evaluationConfigAddApprovalProcess(evaluationApprovalProcessDto, options);
|
|
740
740
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
741
|
-
const localVarOperationServerBasePath = operationServerMap['
|
|
741
|
+
const localVarOperationServerBasePath = operationServerMap['EvaluationConfigApi.evaluationConfigAddApprovalProcess']?.[localVarOperationServerIndex]?.url;
|
|
742
742
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
743
743
|
},
|
|
744
744
|
/**
|
|
@@ -751,7 +751,7 @@ export const DefaultApiFp = function(configuration?: Configuration) {
|
|
|
751
751
|
async evaluationConfigBatchDelete(requestBody: Array<number>, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultBoolean>> {
|
|
752
752
|
const localVarAxiosArgs = await localVarAxiosParamCreator.evaluationConfigBatchDelete(requestBody, options);
|
|
753
753
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
754
|
-
const localVarOperationServerBasePath = operationServerMap['
|
|
754
|
+
const localVarOperationServerBasePath = operationServerMap['EvaluationConfigApi.evaluationConfigBatchDelete']?.[localVarOperationServerIndex]?.url;
|
|
755
755
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
756
756
|
},
|
|
757
757
|
/**
|
|
@@ -770,7 +770,7 @@ export const DefaultApiFp = function(configuration?: Configuration) {
|
|
|
770
770
|
async evaluationConfigBatchExport(searchValue?: string, moduleId?: number, subCategoryId?: number, status?: boolean, type?: EvaluationTypeEnum, page?: number, pageSize?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
|
|
771
771
|
const localVarAxiosArgs = await localVarAxiosParamCreator.evaluationConfigBatchExport(searchValue, moduleId, subCategoryId, status, type, page, pageSize, options);
|
|
772
772
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
773
|
-
const localVarOperationServerBasePath = operationServerMap['
|
|
773
|
+
const localVarOperationServerBasePath = operationServerMap['EvaluationConfigApi.evaluationConfigBatchExport']?.[localVarOperationServerIndex]?.url;
|
|
774
774
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
775
775
|
},
|
|
776
776
|
/**
|
|
@@ -782,7 +782,7 @@ export const DefaultApiFp = function(configuration?: Configuration) {
|
|
|
782
782
|
async evaluationConfigBatchImportConfirm(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultExcelImportResultDTOEvaluationConfigImportDto>> {
|
|
783
783
|
const localVarAxiosArgs = await localVarAxiosParamCreator.evaluationConfigBatchImportConfirm(options);
|
|
784
784
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
785
|
-
const localVarOperationServerBasePath = operationServerMap['
|
|
785
|
+
const localVarOperationServerBasePath = operationServerMap['EvaluationConfigApi.evaluationConfigBatchImportConfirm']?.[localVarOperationServerIndex]?.url;
|
|
786
786
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
787
787
|
},
|
|
788
788
|
/**
|
|
@@ -794,19 +794,19 @@ export const DefaultApiFp = function(configuration?: Configuration) {
|
|
|
794
794
|
async evaluationConfigBatchImportPreview(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultExcelImportResultDTOEvaluationConfigImportDto>> {
|
|
795
795
|
const localVarAxiosArgs = await localVarAxiosParamCreator.evaluationConfigBatchImportPreview(options);
|
|
796
796
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
797
|
-
const localVarOperationServerBasePath = operationServerMap['
|
|
797
|
+
const localVarOperationServerBasePath = operationServerMap['EvaluationConfigApi.evaluationConfigBatchImportPreview']?.[localVarOperationServerIndex]?.url;
|
|
798
798
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
799
799
|
},
|
|
800
800
|
/**
|
|
801
801
|
* 下载评价配置导入模板
|
|
802
|
-
* @summary
|
|
802
|
+
* @summary 评价配置导入-下载模板
|
|
803
803
|
* @param {*} [options] Override http request option.
|
|
804
804
|
* @throws {RequiredError}
|
|
805
805
|
*/
|
|
806
806
|
async evaluationConfigBatchImportTemplate(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
|
|
807
807
|
const localVarAxiosArgs = await localVarAxiosParamCreator.evaluationConfigBatchImportTemplate(options);
|
|
808
808
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
809
|
-
const localVarOperationServerBasePath = operationServerMap['
|
|
809
|
+
const localVarOperationServerBasePath = operationServerMap['EvaluationConfigApi.evaluationConfigBatchImportTemplate']?.[localVarOperationServerIndex]?.url;
|
|
810
810
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
811
811
|
},
|
|
812
812
|
/**
|
|
@@ -820,7 +820,7 @@ export const DefaultApiFp = function(configuration?: Configuration) {
|
|
|
820
820
|
async evaluationConfigBatchImportUpload(type: EvaluationTypeEnum, file: File, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultExcelImportResultDTOEvaluationConfigImportDto>> {
|
|
821
821
|
const localVarAxiosArgs = await localVarAxiosParamCreator.evaluationConfigBatchImportUpload(type, file, options);
|
|
822
822
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
823
|
-
const localVarOperationServerBasePath = operationServerMap['
|
|
823
|
+
const localVarOperationServerBasePath = operationServerMap['EvaluationConfigApi.evaluationConfigBatchImportUpload']?.[localVarOperationServerIndex]?.url;
|
|
824
824
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
825
825
|
},
|
|
826
826
|
/**
|
|
@@ -833,7 +833,7 @@ export const DefaultApiFp = function(configuration?: Configuration) {
|
|
|
833
833
|
async evaluationConfigDelete(id: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultBoolean>> {
|
|
834
834
|
const localVarAxiosArgs = await localVarAxiosParamCreator.evaluationConfigDelete(id, options);
|
|
835
835
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
836
|
-
const localVarOperationServerBasePath = operationServerMap['
|
|
836
|
+
const localVarOperationServerBasePath = operationServerMap['EvaluationConfigApi.evaluationConfigDelete']?.[localVarOperationServerIndex]?.url;
|
|
837
837
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
838
838
|
},
|
|
839
839
|
/**
|
|
@@ -846,7 +846,7 @@ export const DefaultApiFp = function(configuration?: Configuration) {
|
|
|
846
846
|
async evaluationConfigDetails(id: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultEvaluationConfigDetailsVo>> {
|
|
847
847
|
const localVarAxiosArgs = await localVarAxiosParamCreator.evaluationConfigDetails(id, options);
|
|
848
848
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
849
|
-
const localVarOperationServerBasePath = operationServerMap['
|
|
849
|
+
const localVarOperationServerBasePath = operationServerMap['EvaluationConfigApi.evaluationConfigDetails']?.[localVarOperationServerIndex]?.url;
|
|
850
850
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
851
851
|
},
|
|
852
852
|
/**
|
|
@@ -860,7 +860,7 @@ export const DefaultApiFp = function(configuration?: Configuration) {
|
|
|
860
860
|
async evaluationConfigGetApprovalProcess(parkId: number, approvalType: EvaluationTypeEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultEvaluationApprovalProcessVo>> {
|
|
861
861
|
const localVarAxiosArgs = await localVarAxiosParamCreator.evaluationConfigGetApprovalProcess(parkId, approvalType, options);
|
|
862
862
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
863
|
-
const localVarOperationServerBasePath = operationServerMap['
|
|
863
|
+
const localVarOperationServerBasePath = operationServerMap['EvaluationConfigApi.evaluationConfigGetApprovalProcess']?.[localVarOperationServerIndex]?.url;
|
|
864
864
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
865
865
|
},
|
|
866
866
|
/**
|
|
@@ -879,7 +879,7 @@ export const DefaultApiFp = function(configuration?: Configuration) {
|
|
|
879
879
|
async evaluationConfigPageList(searchValue?: string, moduleId?: number, subCategoryId?: number, status?: boolean, type?: EvaluationTypeEnum, page?: number, pageSize?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultPageDtoEvaluationConfigListVo>> {
|
|
880
880
|
const localVarAxiosArgs = await localVarAxiosParamCreator.evaluationConfigPageList(searchValue, moduleId, subCategoryId, status, type, page, pageSize, options);
|
|
881
881
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
882
|
-
const localVarOperationServerBasePath = operationServerMap['
|
|
882
|
+
const localVarOperationServerBasePath = operationServerMap['EvaluationConfigApi.evaluationConfigPageList']?.[localVarOperationServerIndex]?.url;
|
|
883
883
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
884
884
|
},
|
|
885
885
|
/**
|
|
@@ -893,7 +893,7 @@ export const DefaultApiFp = function(configuration?: Configuration) {
|
|
|
893
893
|
async evaluationConfigUpdate(id: number, evaluationConfigUpdateDto: EvaluationConfigUpdateDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultInteger>> {
|
|
894
894
|
const localVarAxiosArgs = await localVarAxiosParamCreator.evaluationConfigUpdate(id, evaluationConfigUpdateDto, options);
|
|
895
895
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
896
|
-
const localVarOperationServerBasePath = operationServerMap['
|
|
896
|
+
const localVarOperationServerBasePath = operationServerMap['EvaluationConfigApi.evaluationConfigUpdate']?.[localVarOperationServerIndex]?.url;
|
|
897
897
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
898
898
|
},
|
|
899
899
|
/**
|
|
@@ -906,7 +906,7 @@ export const DefaultApiFp = function(configuration?: Configuration) {
|
|
|
906
906
|
async evaluationConfigUpdateStatus(evaluationConfigStatusDto: EvaluationConfigStatusDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultBoolean>> {
|
|
907
907
|
const localVarAxiosArgs = await localVarAxiosParamCreator.evaluationConfigUpdateStatus(evaluationConfigStatusDto, options);
|
|
908
908
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
909
|
-
const localVarOperationServerBasePath = operationServerMap['
|
|
909
|
+
const localVarOperationServerBasePath = operationServerMap['EvaluationConfigApi.evaluationConfigUpdateStatus']?.[localVarOperationServerIndex]?.url;
|
|
910
910
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
911
911
|
},
|
|
912
912
|
/**
|
|
@@ -918,57 +918,57 @@ export const DefaultApiFp = function(configuration?: Configuration) {
|
|
|
918
918
|
async evaluationModuleCategoryList(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultListEvaluationModuleCategoryVo>> {
|
|
919
919
|
const localVarAxiosArgs = await localVarAxiosParamCreator.evaluationModuleCategoryList(options);
|
|
920
920
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
921
|
-
const localVarOperationServerBasePath = operationServerMap['
|
|
921
|
+
const localVarOperationServerBasePath = operationServerMap['EvaluationConfigApi.evaluationModuleCategoryList']?.[localVarOperationServerIndex]?.url;
|
|
922
922
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
923
923
|
},
|
|
924
924
|
}
|
|
925
925
|
};
|
|
926
926
|
|
|
927
927
|
/**
|
|
928
|
-
*
|
|
928
|
+
* EvaluationConfigApi - factory interface
|
|
929
929
|
* @export
|
|
930
930
|
*/
|
|
931
|
-
export const
|
|
932
|
-
const localVarFp =
|
|
931
|
+
export const EvaluationConfigApiFactory = function (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) {
|
|
932
|
+
const localVarFp = EvaluationConfigApiFp(configuration)
|
|
933
933
|
return {
|
|
934
934
|
/**
|
|
935
935
|
* 新增评价配置信息及违规配置
|
|
936
936
|
* @summary 新增评价配置
|
|
937
|
-
* @param {
|
|
937
|
+
* @param {EvaluationConfigApiEvaluationConfigAddRequest} requestParameters Request parameters.
|
|
938
938
|
* @param {*} [options] Override http request option.
|
|
939
939
|
* @throws {RequiredError}
|
|
940
940
|
*/
|
|
941
|
-
evaluationConfigAdd(requestParameters:
|
|
941
|
+
evaluationConfigAdd(requestParameters: EvaluationConfigApiEvaluationConfigAddRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultInteger> {
|
|
942
942
|
return localVarFp.evaluationConfigAdd(requestParameters.evaluationConfigAddDto, options).then((request) => request(axios, basePath));
|
|
943
943
|
},
|
|
944
944
|
/**
|
|
945
945
|
* 为评价配置添加审批流程,支持自定义审批顺序
|
|
946
946
|
* @summary 添加审批流程
|
|
947
|
-
* @param {
|
|
947
|
+
* @param {EvaluationConfigApiEvaluationConfigAddApprovalProcessRequest} requestParameters Request parameters.
|
|
948
948
|
* @param {*} [options] Override http request option.
|
|
949
949
|
* @throws {RequiredError}
|
|
950
950
|
*/
|
|
951
|
-
evaluationConfigAddApprovalProcess(requestParameters:
|
|
951
|
+
evaluationConfigAddApprovalProcess(requestParameters: EvaluationConfigApiEvaluationConfigAddApprovalProcessRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultBoolean> {
|
|
952
952
|
return localVarFp.evaluationConfigAddApprovalProcess(requestParameters.evaluationApprovalProcessDto, options).then((request) => request(axios, basePath));
|
|
953
953
|
},
|
|
954
954
|
/**
|
|
955
955
|
* 批量删除评价配置信息
|
|
956
956
|
* @summary 批量删除评价配置
|
|
957
|
-
* @param {
|
|
957
|
+
* @param {EvaluationConfigApiEvaluationConfigBatchDeleteRequest} requestParameters Request parameters.
|
|
958
958
|
* @param {*} [options] Override http request option.
|
|
959
959
|
* @throws {RequiredError}
|
|
960
960
|
*/
|
|
961
|
-
evaluationConfigBatchDelete(requestParameters:
|
|
961
|
+
evaluationConfigBatchDelete(requestParameters: EvaluationConfigApiEvaluationConfigBatchDeleteRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultBoolean> {
|
|
962
962
|
return localVarFp.evaluationConfigBatchDelete(requestParameters.requestBody, options).then((request) => request(axios, basePath));
|
|
963
963
|
},
|
|
964
964
|
/**
|
|
965
965
|
* 评价配置导出
|
|
966
966
|
* @summary 评价配置导出
|
|
967
|
-
* @param {
|
|
967
|
+
* @param {EvaluationConfigApiEvaluationConfigBatchExportRequest} requestParameters Request parameters.
|
|
968
968
|
* @param {*} [options] Override http request option.
|
|
969
969
|
* @throws {RequiredError}
|
|
970
970
|
*/
|
|
971
|
-
evaluationConfigBatchExport(requestParameters:
|
|
971
|
+
evaluationConfigBatchExport(requestParameters: EvaluationConfigApiEvaluationConfigBatchExportRequest = {}, options?: RawAxiosRequestConfig): AxiosPromise<void> {
|
|
972
972
|
return localVarFp.evaluationConfigBatchExport(requestParameters.searchValue, requestParameters.moduleId, requestParameters.subCategoryId, requestParameters.status, requestParameters.type, requestParameters.page, requestParameters.pageSize, options).then((request) => request(axios, basePath));
|
|
973
973
|
},
|
|
974
974
|
/**
|
|
@@ -991,7 +991,7 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
|
|
|
991
991
|
},
|
|
992
992
|
/**
|
|
993
993
|
* 下载评价配置导入模板
|
|
994
|
-
* @summary
|
|
994
|
+
* @summary 评价配置导入-下载模板
|
|
995
995
|
* @param {*} [options] Override http request option.
|
|
996
996
|
* @throws {RequiredError}
|
|
997
997
|
*/
|
|
@@ -1001,71 +1001,71 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
|
|
|
1001
1001
|
/**
|
|
1002
1002
|
* 评价配置导入-上传文件
|
|
1003
1003
|
* @summary 评价配置导入-上传文件
|
|
1004
|
-
* @param {
|
|
1004
|
+
* @param {EvaluationConfigApiEvaluationConfigBatchImportUploadRequest} requestParameters Request parameters.
|
|
1005
1005
|
* @param {*} [options] Override http request option.
|
|
1006
1006
|
* @throws {RequiredError}
|
|
1007
1007
|
*/
|
|
1008
|
-
evaluationConfigBatchImportUpload(requestParameters:
|
|
1008
|
+
evaluationConfigBatchImportUpload(requestParameters: EvaluationConfigApiEvaluationConfigBatchImportUploadRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultExcelImportResultDTOEvaluationConfigImportDto> {
|
|
1009
1009
|
return localVarFp.evaluationConfigBatchImportUpload(requestParameters.type, requestParameters.file, options).then((request) => request(axios, basePath));
|
|
1010
1010
|
},
|
|
1011
1011
|
/**
|
|
1012
1012
|
* 删除评价配置信息
|
|
1013
1013
|
* @summary 删除评价配置
|
|
1014
|
-
* @param {
|
|
1014
|
+
* @param {EvaluationConfigApiEvaluationConfigDeleteRequest} requestParameters Request parameters.
|
|
1015
1015
|
* @param {*} [options] Override http request option.
|
|
1016
1016
|
* @throws {RequiredError}
|
|
1017
1017
|
*/
|
|
1018
|
-
evaluationConfigDelete(requestParameters:
|
|
1018
|
+
evaluationConfigDelete(requestParameters: EvaluationConfigApiEvaluationConfigDeleteRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultBoolean> {
|
|
1019
1019
|
return localVarFp.evaluationConfigDelete(requestParameters.id, options).then((request) => request(axios, basePath));
|
|
1020
1020
|
},
|
|
1021
1021
|
/**
|
|
1022
1022
|
* 获取指定ID的评价配置详情,包含模块名称、子分类名称和违规配置列表
|
|
1023
1023
|
* @summary 获取评价配置详情
|
|
1024
|
-
* @param {
|
|
1024
|
+
* @param {EvaluationConfigApiEvaluationConfigDetailsRequest} requestParameters Request parameters.
|
|
1025
1025
|
* @param {*} [options] Override http request option.
|
|
1026
1026
|
* @throws {RequiredError}
|
|
1027
1027
|
*/
|
|
1028
|
-
evaluationConfigDetails(requestParameters:
|
|
1028
|
+
evaluationConfigDetails(requestParameters: EvaluationConfigApiEvaluationConfigDetailsRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultEvaluationConfigDetailsVo> {
|
|
1029
1029
|
return localVarFp.evaluationConfigDetails(requestParameters.id, options).then((request) => request(axios, basePath));
|
|
1030
1030
|
},
|
|
1031
1031
|
/**
|
|
1032
1032
|
* 根据园区ID和审批类型获取审批流程详情
|
|
1033
1033
|
* @summary 获取审批流程详情
|
|
1034
|
-
* @param {
|
|
1034
|
+
* @param {EvaluationConfigApiEvaluationConfigGetApprovalProcessRequest} requestParameters Request parameters.
|
|
1035
1035
|
* @param {*} [options] Override http request option.
|
|
1036
1036
|
* @throws {RequiredError}
|
|
1037
1037
|
*/
|
|
1038
|
-
evaluationConfigGetApprovalProcess(requestParameters:
|
|
1038
|
+
evaluationConfigGetApprovalProcess(requestParameters: EvaluationConfigApiEvaluationConfigGetApprovalProcessRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultEvaluationApprovalProcessVo> {
|
|
1039
1039
|
return localVarFp.evaluationConfigGetApprovalProcess(requestParameters.parkId, requestParameters.approvalType, options).then((request) => request(axios, basePath));
|
|
1040
1040
|
},
|
|
1041
1041
|
/**
|
|
1042
1042
|
* 根据关键词、模块、子分类、状态、类型等条件分页查询评价配置列表
|
|
1043
1043
|
* @summary 分页查询评价配置列表
|
|
1044
|
-
* @param {
|
|
1044
|
+
* @param {EvaluationConfigApiEvaluationConfigPageListRequest} requestParameters Request parameters.
|
|
1045
1045
|
* @param {*} [options] Override http request option.
|
|
1046
1046
|
* @throws {RequiredError}
|
|
1047
1047
|
*/
|
|
1048
|
-
evaluationConfigPageList(requestParameters:
|
|
1048
|
+
evaluationConfigPageList(requestParameters: EvaluationConfigApiEvaluationConfigPageListRequest = {}, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultPageDtoEvaluationConfigListVo> {
|
|
1049
1049
|
return localVarFp.evaluationConfigPageList(requestParameters.searchValue, requestParameters.moduleId, requestParameters.subCategoryId, requestParameters.status, requestParameters.type, requestParameters.page, requestParameters.pageSize, options).then((request) => request(axios, basePath));
|
|
1050
1050
|
},
|
|
1051
1051
|
/**
|
|
1052
1052
|
* 修改评价配置信息及违规配置
|
|
1053
1053
|
* @summary 修改评价配置
|
|
1054
|
-
* @param {
|
|
1054
|
+
* @param {EvaluationConfigApiEvaluationConfigUpdateRequest} requestParameters Request parameters.
|
|
1055
1055
|
* @param {*} [options] Override http request option.
|
|
1056
1056
|
* @throws {RequiredError}
|
|
1057
1057
|
*/
|
|
1058
|
-
evaluationConfigUpdate(requestParameters:
|
|
1058
|
+
evaluationConfigUpdate(requestParameters: EvaluationConfigApiEvaluationConfigUpdateRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultInteger> {
|
|
1059
1059
|
return localVarFp.evaluationConfigUpdate(requestParameters.id, requestParameters.evaluationConfigUpdateDto, options).then((request) => request(axios, basePath));
|
|
1060
1060
|
},
|
|
1061
1061
|
/**
|
|
1062
1062
|
* 评价配置-修改状态
|
|
1063
1063
|
* @summary 评价配置-修改状态
|
|
1064
|
-
* @param {
|
|
1064
|
+
* @param {EvaluationConfigApiEvaluationConfigUpdateStatusRequest} requestParameters Request parameters.
|
|
1065
1065
|
* @param {*} [options] Override http request option.
|
|
1066
1066
|
* @throws {RequiredError}
|
|
1067
1067
|
*/
|
|
1068
|
-
evaluationConfigUpdateStatus(requestParameters:
|
|
1068
|
+
evaluationConfigUpdateStatus(requestParameters: EvaluationConfigApiEvaluationConfigUpdateStatusRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultBoolean> {
|
|
1069
1069
|
return localVarFp.evaluationConfigUpdateStatus(requestParameters.evaluationConfigStatusDto, options).then((request) => request(axios, basePath));
|
|
1070
1070
|
},
|
|
1071
1071
|
/**
|
|
@@ -1081,317 +1081,317 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
|
|
|
1081
1081
|
};
|
|
1082
1082
|
|
|
1083
1083
|
/**
|
|
1084
|
-
* Request parameters for evaluationConfigAdd operation in
|
|
1084
|
+
* Request parameters for evaluationConfigAdd operation in EvaluationConfigApi.
|
|
1085
1085
|
* @export
|
|
1086
|
-
* @interface
|
|
1086
|
+
* @interface EvaluationConfigApiEvaluationConfigAddRequest
|
|
1087
1087
|
*/
|
|
1088
|
-
export interface
|
|
1088
|
+
export interface EvaluationConfigApiEvaluationConfigAddRequest {
|
|
1089
1089
|
/**
|
|
1090
1090
|
*
|
|
1091
1091
|
* @type {EvaluationConfigAddDto}
|
|
1092
|
-
* @memberof
|
|
1092
|
+
* @memberof EvaluationConfigApiEvaluationConfigAdd
|
|
1093
1093
|
*/
|
|
1094
1094
|
readonly evaluationConfigAddDto: EvaluationConfigAddDto
|
|
1095
1095
|
}
|
|
1096
1096
|
|
|
1097
1097
|
/**
|
|
1098
|
-
* Request parameters for evaluationConfigAddApprovalProcess operation in
|
|
1098
|
+
* Request parameters for evaluationConfigAddApprovalProcess operation in EvaluationConfigApi.
|
|
1099
1099
|
* @export
|
|
1100
|
-
* @interface
|
|
1100
|
+
* @interface EvaluationConfigApiEvaluationConfigAddApprovalProcessRequest
|
|
1101
1101
|
*/
|
|
1102
|
-
export interface
|
|
1102
|
+
export interface EvaluationConfigApiEvaluationConfigAddApprovalProcessRequest {
|
|
1103
1103
|
/**
|
|
1104
1104
|
*
|
|
1105
1105
|
* @type {EvaluationApprovalProcessDto}
|
|
1106
|
-
* @memberof
|
|
1106
|
+
* @memberof EvaluationConfigApiEvaluationConfigAddApprovalProcess
|
|
1107
1107
|
*/
|
|
1108
1108
|
readonly evaluationApprovalProcessDto: EvaluationApprovalProcessDto
|
|
1109
1109
|
}
|
|
1110
1110
|
|
|
1111
1111
|
/**
|
|
1112
|
-
* Request parameters for evaluationConfigBatchDelete operation in
|
|
1112
|
+
* Request parameters for evaluationConfigBatchDelete operation in EvaluationConfigApi.
|
|
1113
1113
|
* @export
|
|
1114
|
-
* @interface
|
|
1114
|
+
* @interface EvaluationConfigApiEvaluationConfigBatchDeleteRequest
|
|
1115
1115
|
*/
|
|
1116
|
-
export interface
|
|
1116
|
+
export interface EvaluationConfigApiEvaluationConfigBatchDeleteRequest {
|
|
1117
1117
|
/**
|
|
1118
1118
|
*
|
|
1119
1119
|
* @type {Array<number>}
|
|
1120
|
-
* @memberof
|
|
1120
|
+
* @memberof EvaluationConfigApiEvaluationConfigBatchDelete
|
|
1121
1121
|
*/
|
|
1122
1122
|
readonly requestBody: Array<number>
|
|
1123
1123
|
}
|
|
1124
1124
|
|
|
1125
1125
|
/**
|
|
1126
|
-
* Request parameters for evaluationConfigBatchExport operation in
|
|
1126
|
+
* Request parameters for evaluationConfigBatchExport operation in EvaluationConfigApi.
|
|
1127
1127
|
* @export
|
|
1128
|
-
* @interface
|
|
1128
|
+
* @interface EvaluationConfigApiEvaluationConfigBatchExportRequest
|
|
1129
1129
|
*/
|
|
1130
|
-
export interface
|
|
1130
|
+
export interface EvaluationConfigApiEvaluationConfigBatchExportRequest {
|
|
1131
1131
|
/**
|
|
1132
1132
|
* 关键词(评价单号、职责内容)
|
|
1133
1133
|
* @type {string}
|
|
1134
|
-
* @memberof
|
|
1134
|
+
* @memberof EvaluationConfigApiEvaluationConfigBatchExport
|
|
1135
1135
|
*/
|
|
1136
1136
|
readonly searchValue?: string
|
|
1137
1137
|
|
|
1138
1138
|
/**
|
|
1139
1139
|
* 模块ID
|
|
1140
1140
|
* @type {number}
|
|
1141
|
-
* @memberof
|
|
1141
|
+
* @memberof EvaluationConfigApiEvaluationConfigBatchExport
|
|
1142
1142
|
*/
|
|
1143
1143
|
readonly moduleId?: number
|
|
1144
1144
|
|
|
1145
1145
|
/**
|
|
1146
1146
|
* 子分类ID
|
|
1147
1147
|
* @type {number}
|
|
1148
|
-
* @memberof
|
|
1148
|
+
* @memberof EvaluationConfigApiEvaluationConfigBatchExport
|
|
1149
1149
|
*/
|
|
1150
1150
|
readonly subCategoryId?: number
|
|
1151
1151
|
|
|
1152
1152
|
/**
|
|
1153
1153
|
* 状态
|
|
1154
1154
|
* @type {boolean}
|
|
1155
|
-
* @memberof
|
|
1155
|
+
* @memberof EvaluationConfigApiEvaluationConfigBatchExport
|
|
1156
1156
|
*/
|
|
1157
1157
|
readonly status?: boolean
|
|
1158
1158
|
|
|
1159
1159
|
/**
|
|
1160
1160
|
* 类型
|
|
1161
1161
|
* @type {EvaluationTypeEnum}
|
|
1162
|
-
* @memberof
|
|
1162
|
+
* @memberof EvaluationConfigApiEvaluationConfigBatchExport
|
|
1163
1163
|
*/
|
|
1164
1164
|
readonly type?: EvaluationTypeEnum
|
|
1165
1165
|
|
|
1166
1166
|
/**
|
|
1167
1167
|
* 当前页
|
|
1168
1168
|
* @type {number}
|
|
1169
|
-
* @memberof
|
|
1169
|
+
* @memberof EvaluationConfigApiEvaluationConfigBatchExport
|
|
1170
1170
|
*/
|
|
1171
1171
|
readonly page?: number
|
|
1172
1172
|
|
|
1173
1173
|
/**
|
|
1174
1174
|
* 每页条数
|
|
1175
1175
|
* @type {number}
|
|
1176
|
-
* @memberof
|
|
1176
|
+
* @memberof EvaluationConfigApiEvaluationConfigBatchExport
|
|
1177
1177
|
*/
|
|
1178
1178
|
readonly pageSize?: number
|
|
1179
1179
|
}
|
|
1180
1180
|
|
|
1181
1181
|
/**
|
|
1182
|
-
* Request parameters for evaluationConfigBatchImportUpload operation in
|
|
1182
|
+
* Request parameters for evaluationConfigBatchImportUpload operation in EvaluationConfigApi.
|
|
1183
1183
|
* @export
|
|
1184
|
-
* @interface
|
|
1184
|
+
* @interface EvaluationConfigApiEvaluationConfigBatchImportUploadRequest
|
|
1185
1185
|
*/
|
|
1186
|
-
export interface
|
|
1186
|
+
export interface EvaluationConfigApiEvaluationConfigBatchImportUploadRequest {
|
|
1187
1187
|
/**
|
|
1188
1188
|
*
|
|
1189
1189
|
* @type {EvaluationTypeEnum}
|
|
1190
|
-
* @memberof
|
|
1190
|
+
* @memberof EvaluationConfigApiEvaluationConfigBatchImportUpload
|
|
1191
1191
|
*/
|
|
1192
1192
|
readonly type: EvaluationTypeEnum
|
|
1193
1193
|
|
|
1194
1194
|
/**
|
|
1195
1195
|
*
|
|
1196
1196
|
* @type {File}
|
|
1197
|
-
* @memberof
|
|
1197
|
+
* @memberof EvaluationConfigApiEvaluationConfigBatchImportUpload
|
|
1198
1198
|
*/
|
|
1199
1199
|
readonly file: File
|
|
1200
1200
|
}
|
|
1201
1201
|
|
|
1202
1202
|
/**
|
|
1203
|
-
* Request parameters for evaluationConfigDelete operation in
|
|
1203
|
+
* Request parameters for evaluationConfigDelete operation in EvaluationConfigApi.
|
|
1204
1204
|
* @export
|
|
1205
|
-
* @interface
|
|
1205
|
+
* @interface EvaluationConfigApiEvaluationConfigDeleteRequest
|
|
1206
1206
|
*/
|
|
1207
|
-
export interface
|
|
1207
|
+
export interface EvaluationConfigApiEvaluationConfigDeleteRequest {
|
|
1208
1208
|
/**
|
|
1209
1209
|
*
|
|
1210
1210
|
* @type {number}
|
|
1211
|
-
* @memberof
|
|
1211
|
+
* @memberof EvaluationConfigApiEvaluationConfigDelete
|
|
1212
1212
|
*/
|
|
1213
1213
|
readonly id: number
|
|
1214
1214
|
}
|
|
1215
1215
|
|
|
1216
1216
|
/**
|
|
1217
|
-
* Request parameters for evaluationConfigDetails operation in
|
|
1217
|
+
* Request parameters for evaluationConfigDetails operation in EvaluationConfigApi.
|
|
1218
1218
|
* @export
|
|
1219
|
-
* @interface
|
|
1219
|
+
* @interface EvaluationConfigApiEvaluationConfigDetailsRequest
|
|
1220
1220
|
*/
|
|
1221
|
-
export interface
|
|
1221
|
+
export interface EvaluationConfigApiEvaluationConfigDetailsRequest {
|
|
1222
1222
|
/**
|
|
1223
1223
|
*
|
|
1224
1224
|
* @type {number}
|
|
1225
|
-
* @memberof
|
|
1225
|
+
* @memberof EvaluationConfigApiEvaluationConfigDetails
|
|
1226
1226
|
*/
|
|
1227
1227
|
readonly id: number
|
|
1228
1228
|
}
|
|
1229
1229
|
|
|
1230
1230
|
/**
|
|
1231
|
-
* Request parameters for evaluationConfigGetApprovalProcess operation in
|
|
1231
|
+
* Request parameters for evaluationConfigGetApprovalProcess operation in EvaluationConfigApi.
|
|
1232
1232
|
* @export
|
|
1233
|
-
* @interface
|
|
1233
|
+
* @interface EvaluationConfigApiEvaluationConfigGetApprovalProcessRequest
|
|
1234
1234
|
*/
|
|
1235
|
-
export interface
|
|
1235
|
+
export interface EvaluationConfigApiEvaluationConfigGetApprovalProcessRequest {
|
|
1236
1236
|
/**
|
|
1237
1237
|
* 园区ID
|
|
1238
1238
|
* @type {number}
|
|
1239
|
-
* @memberof
|
|
1239
|
+
* @memberof EvaluationConfigApiEvaluationConfigGetApprovalProcess
|
|
1240
1240
|
*/
|
|
1241
1241
|
readonly parkId: number
|
|
1242
1242
|
|
|
1243
1243
|
/**
|
|
1244
1244
|
* 审批类型
|
|
1245
1245
|
* @type {EvaluationTypeEnum}
|
|
1246
|
-
* @memberof
|
|
1246
|
+
* @memberof EvaluationConfigApiEvaluationConfigGetApprovalProcess
|
|
1247
1247
|
*/
|
|
1248
1248
|
readonly approvalType: EvaluationTypeEnum
|
|
1249
1249
|
}
|
|
1250
1250
|
|
|
1251
1251
|
/**
|
|
1252
|
-
* Request parameters for evaluationConfigPageList operation in
|
|
1252
|
+
* Request parameters for evaluationConfigPageList operation in EvaluationConfigApi.
|
|
1253
1253
|
* @export
|
|
1254
|
-
* @interface
|
|
1254
|
+
* @interface EvaluationConfigApiEvaluationConfigPageListRequest
|
|
1255
1255
|
*/
|
|
1256
|
-
export interface
|
|
1256
|
+
export interface EvaluationConfigApiEvaluationConfigPageListRequest {
|
|
1257
1257
|
/**
|
|
1258
1258
|
* 关键词(评价单号、职责内容)
|
|
1259
1259
|
* @type {string}
|
|
1260
|
-
* @memberof
|
|
1260
|
+
* @memberof EvaluationConfigApiEvaluationConfigPageList
|
|
1261
1261
|
*/
|
|
1262
1262
|
readonly searchValue?: string
|
|
1263
1263
|
|
|
1264
1264
|
/**
|
|
1265
1265
|
* 模块ID
|
|
1266
1266
|
* @type {number}
|
|
1267
|
-
* @memberof
|
|
1267
|
+
* @memberof EvaluationConfigApiEvaluationConfigPageList
|
|
1268
1268
|
*/
|
|
1269
1269
|
readonly moduleId?: number
|
|
1270
1270
|
|
|
1271
1271
|
/**
|
|
1272
1272
|
* 子分类ID
|
|
1273
1273
|
* @type {number}
|
|
1274
|
-
* @memberof
|
|
1274
|
+
* @memberof EvaluationConfigApiEvaluationConfigPageList
|
|
1275
1275
|
*/
|
|
1276
1276
|
readonly subCategoryId?: number
|
|
1277
1277
|
|
|
1278
1278
|
/**
|
|
1279
1279
|
* 状态
|
|
1280
1280
|
* @type {boolean}
|
|
1281
|
-
* @memberof
|
|
1281
|
+
* @memberof EvaluationConfigApiEvaluationConfigPageList
|
|
1282
1282
|
*/
|
|
1283
1283
|
readonly status?: boolean
|
|
1284
1284
|
|
|
1285
1285
|
/**
|
|
1286
1286
|
* 类型
|
|
1287
1287
|
* @type {EvaluationTypeEnum}
|
|
1288
|
-
* @memberof
|
|
1288
|
+
* @memberof EvaluationConfigApiEvaluationConfigPageList
|
|
1289
1289
|
*/
|
|
1290
1290
|
readonly type?: EvaluationTypeEnum
|
|
1291
1291
|
|
|
1292
1292
|
/**
|
|
1293
1293
|
* 当前页
|
|
1294
1294
|
* @type {number}
|
|
1295
|
-
* @memberof
|
|
1295
|
+
* @memberof EvaluationConfigApiEvaluationConfigPageList
|
|
1296
1296
|
*/
|
|
1297
1297
|
readonly page?: number
|
|
1298
1298
|
|
|
1299
1299
|
/**
|
|
1300
1300
|
* 每页条数
|
|
1301
1301
|
* @type {number}
|
|
1302
|
-
* @memberof
|
|
1302
|
+
* @memberof EvaluationConfigApiEvaluationConfigPageList
|
|
1303
1303
|
*/
|
|
1304
1304
|
readonly pageSize?: number
|
|
1305
1305
|
}
|
|
1306
1306
|
|
|
1307
1307
|
/**
|
|
1308
|
-
* Request parameters for evaluationConfigUpdate operation in
|
|
1308
|
+
* Request parameters for evaluationConfigUpdate operation in EvaluationConfigApi.
|
|
1309
1309
|
* @export
|
|
1310
|
-
* @interface
|
|
1310
|
+
* @interface EvaluationConfigApiEvaluationConfigUpdateRequest
|
|
1311
1311
|
*/
|
|
1312
|
-
export interface
|
|
1312
|
+
export interface EvaluationConfigApiEvaluationConfigUpdateRequest {
|
|
1313
1313
|
/**
|
|
1314
1314
|
*
|
|
1315
1315
|
* @type {number}
|
|
1316
|
-
* @memberof
|
|
1316
|
+
* @memberof EvaluationConfigApiEvaluationConfigUpdate
|
|
1317
1317
|
*/
|
|
1318
1318
|
readonly id: number
|
|
1319
1319
|
|
|
1320
1320
|
/**
|
|
1321
1321
|
*
|
|
1322
1322
|
* @type {EvaluationConfigUpdateDto}
|
|
1323
|
-
* @memberof
|
|
1323
|
+
* @memberof EvaluationConfigApiEvaluationConfigUpdate
|
|
1324
1324
|
*/
|
|
1325
1325
|
readonly evaluationConfigUpdateDto: EvaluationConfigUpdateDto
|
|
1326
1326
|
}
|
|
1327
1327
|
|
|
1328
1328
|
/**
|
|
1329
|
-
* Request parameters for evaluationConfigUpdateStatus operation in
|
|
1329
|
+
* Request parameters for evaluationConfigUpdateStatus operation in EvaluationConfigApi.
|
|
1330
1330
|
* @export
|
|
1331
|
-
* @interface
|
|
1331
|
+
* @interface EvaluationConfigApiEvaluationConfigUpdateStatusRequest
|
|
1332
1332
|
*/
|
|
1333
|
-
export interface
|
|
1333
|
+
export interface EvaluationConfigApiEvaluationConfigUpdateStatusRequest {
|
|
1334
1334
|
/**
|
|
1335
1335
|
*
|
|
1336
1336
|
* @type {EvaluationConfigStatusDto}
|
|
1337
|
-
* @memberof
|
|
1337
|
+
* @memberof EvaluationConfigApiEvaluationConfigUpdateStatus
|
|
1338
1338
|
*/
|
|
1339
1339
|
readonly evaluationConfigStatusDto: EvaluationConfigStatusDto
|
|
1340
1340
|
}
|
|
1341
1341
|
|
|
1342
1342
|
/**
|
|
1343
|
-
*
|
|
1343
|
+
* EvaluationConfigApi - object-oriented interface
|
|
1344
1344
|
* @export
|
|
1345
|
-
* @class
|
|
1345
|
+
* @class EvaluationConfigApi
|
|
1346
1346
|
* @extends {BaseAPI}
|
|
1347
1347
|
*/
|
|
1348
|
-
export class
|
|
1348
|
+
export class EvaluationConfigApi extends BaseAPI {
|
|
1349
1349
|
/**
|
|
1350
1350
|
* 新增评价配置信息及违规配置
|
|
1351
1351
|
* @summary 新增评价配置
|
|
1352
|
-
* @param {
|
|
1352
|
+
* @param {EvaluationConfigApiEvaluationConfigAddRequest} requestParameters Request parameters.
|
|
1353
1353
|
* @param {*} [options] Override http request option.
|
|
1354
1354
|
* @throws {RequiredError}
|
|
1355
|
-
* @memberof
|
|
1355
|
+
* @memberof EvaluationConfigApi
|
|
1356
1356
|
*/
|
|
1357
|
-
public evaluationConfigAdd(requestParameters:
|
|
1358
|
-
return
|
|
1357
|
+
public evaluationConfigAdd(requestParameters: EvaluationConfigApiEvaluationConfigAddRequest, options?: RawAxiosRequestConfig) {
|
|
1358
|
+
return EvaluationConfigApiFp(this.configuration).evaluationConfigAdd(requestParameters.evaluationConfigAddDto, options).then((request) => request(this.axios, this.basePath));
|
|
1359
1359
|
}
|
|
1360
1360
|
|
|
1361
1361
|
/**
|
|
1362
1362
|
* 为评价配置添加审批流程,支持自定义审批顺序
|
|
1363
1363
|
* @summary 添加审批流程
|
|
1364
|
-
* @param {
|
|
1364
|
+
* @param {EvaluationConfigApiEvaluationConfigAddApprovalProcessRequest} requestParameters Request parameters.
|
|
1365
1365
|
* @param {*} [options] Override http request option.
|
|
1366
1366
|
* @throws {RequiredError}
|
|
1367
|
-
* @memberof
|
|
1367
|
+
* @memberof EvaluationConfigApi
|
|
1368
1368
|
*/
|
|
1369
|
-
public evaluationConfigAddApprovalProcess(requestParameters:
|
|
1370
|
-
return
|
|
1369
|
+
public evaluationConfigAddApprovalProcess(requestParameters: EvaluationConfigApiEvaluationConfigAddApprovalProcessRequest, options?: RawAxiosRequestConfig) {
|
|
1370
|
+
return EvaluationConfigApiFp(this.configuration).evaluationConfigAddApprovalProcess(requestParameters.evaluationApprovalProcessDto, options).then((request) => request(this.axios, this.basePath));
|
|
1371
1371
|
}
|
|
1372
1372
|
|
|
1373
1373
|
/**
|
|
1374
1374
|
* 批量删除评价配置信息
|
|
1375
1375
|
* @summary 批量删除评价配置
|
|
1376
|
-
* @param {
|
|
1376
|
+
* @param {EvaluationConfigApiEvaluationConfigBatchDeleteRequest} requestParameters Request parameters.
|
|
1377
1377
|
* @param {*} [options] Override http request option.
|
|
1378
1378
|
* @throws {RequiredError}
|
|
1379
|
-
* @memberof
|
|
1379
|
+
* @memberof EvaluationConfigApi
|
|
1380
1380
|
*/
|
|
1381
|
-
public evaluationConfigBatchDelete(requestParameters:
|
|
1382
|
-
return
|
|
1381
|
+
public evaluationConfigBatchDelete(requestParameters: EvaluationConfigApiEvaluationConfigBatchDeleteRequest, options?: RawAxiosRequestConfig) {
|
|
1382
|
+
return EvaluationConfigApiFp(this.configuration).evaluationConfigBatchDelete(requestParameters.requestBody, options).then((request) => request(this.axios, this.basePath));
|
|
1383
1383
|
}
|
|
1384
1384
|
|
|
1385
1385
|
/**
|
|
1386
1386
|
* 评价配置导出
|
|
1387
1387
|
* @summary 评价配置导出
|
|
1388
|
-
* @param {
|
|
1388
|
+
* @param {EvaluationConfigApiEvaluationConfigBatchExportRequest} requestParameters Request parameters.
|
|
1389
1389
|
* @param {*} [options] Override http request option.
|
|
1390
1390
|
* @throws {RequiredError}
|
|
1391
|
-
* @memberof
|
|
1391
|
+
* @memberof EvaluationConfigApi
|
|
1392
1392
|
*/
|
|
1393
|
-
public evaluationConfigBatchExport(requestParameters:
|
|
1394
|
-
return
|
|
1393
|
+
public evaluationConfigBatchExport(requestParameters: EvaluationConfigApiEvaluationConfigBatchExportRequest = {}, options?: RawAxiosRequestConfig) {
|
|
1394
|
+
return EvaluationConfigApiFp(this.configuration).evaluationConfigBatchExport(requestParameters.searchValue, requestParameters.moduleId, requestParameters.subCategoryId, requestParameters.status, requestParameters.type, requestParameters.page, requestParameters.pageSize, options).then((request) => request(this.axios, this.basePath));
|
|
1395
1395
|
}
|
|
1396
1396
|
|
|
1397
1397
|
/**
|
|
@@ -1399,10 +1399,10 @@ export class DefaultApi extends BaseAPI {
|
|
|
1399
1399
|
* @summary 评价配置导入-确认导入
|
|
1400
1400
|
* @param {*} [options] Override http request option.
|
|
1401
1401
|
* @throws {RequiredError}
|
|
1402
|
-
* @memberof
|
|
1402
|
+
* @memberof EvaluationConfigApi
|
|
1403
1403
|
*/
|
|
1404
1404
|
public evaluationConfigBatchImportConfirm(options?: RawAxiosRequestConfig) {
|
|
1405
|
-
return
|
|
1405
|
+
return EvaluationConfigApiFp(this.configuration).evaluationConfigBatchImportConfirm(options).then((request) => request(this.axios, this.basePath));
|
|
1406
1406
|
}
|
|
1407
1407
|
|
|
1408
1408
|
/**
|
|
@@ -1410,105 +1410,105 @@ export class DefaultApi extends BaseAPI {
|
|
|
1410
1410
|
* @summary 评价配置导入-预览结果
|
|
1411
1411
|
* @param {*} [options] Override http request option.
|
|
1412
1412
|
* @throws {RequiredError}
|
|
1413
|
-
* @memberof
|
|
1413
|
+
* @memberof EvaluationConfigApi
|
|
1414
1414
|
*/
|
|
1415
1415
|
public evaluationConfigBatchImportPreview(options?: RawAxiosRequestConfig) {
|
|
1416
|
-
return
|
|
1416
|
+
return EvaluationConfigApiFp(this.configuration).evaluationConfigBatchImportPreview(options).then((request) => request(this.axios, this.basePath));
|
|
1417
1417
|
}
|
|
1418
1418
|
|
|
1419
1419
|
/**
|
|
1420
1420
|
* 下载评价配置导入模板
|
|
1421
|
-
* @summary
|
|
1421
|
+
* @summary 评价配置导入-下载模板
|
|
1422
1422
|
* @param {*} [options] Override http request option.
|
|
1423
1423
|
* @throws {RequiredError}
|
|
1424
|
-
* @memberof
|
|
1424
|
+
* @memberof EvaluationConfigApi
|
|
1425
1425
|
*/
|
|
1426
1426
|
public evaluationConfigBatchImportTemplate(options?: RawAxiosRequestConfig) {
|
|
1427
|
-
return
|
|
1427
|
+
return EvaluationConfigApiFp(this.configuration).evaluationConfigBatchImportTemplate(options).then((request) => request(this.axios, this.basePath));
|
|
1428
1428
|
}
|
|
1429
1429
|
|
|
1430
1430
|
/**
|
|
1431
1431
|
* 评价配置导入-上传文件
|
|
1432
1432
|
* @summary 评价配置导入-上传文件
|
|
1433
|
-
* @param {
|
|
1433
|
+
* @param {EvaluationConfigApiEvaluationConfigBatchImportUploadRequest} requestParameters Request parameters.
|
|
1434
1434
|
* @param {*} [options] Override http request option.
|
|
1435
1435
|
* @throws {RequiredError}
|
|
1436
|
-
* @memberof
|
|
1436
|
+
* @memberof EvaluationConfigApi
|
|
1437
1437
|
*/
|
|
1438
|
-
public evaluationConfigBatchImportUpload(requestParameters:
|
|
1439
|
-
return
|
|
1438
|
+
public evaluationConfigBatchImportUpload(requestParameters: EvaluationConfigApiEvaluationConfigBatchImportUploadRequest, options?: RawAxiosRequestConfig) {
|
|
1439
|
+
return EvaluationConfigApiFp(this.configuration).evaluationConfigBatchImportUpload(requestParameters.type, requestParameters.file, options).then((request) => request(this.axios, this.basePath));
|
|
1440
1440
|
}
|
|
1441
1441
|
|
|
1442
1442
|
/**
|
|
1443
1443
|
* 删除评价配置信息
|
|
1444
1444
|
* @summary 删除评价配置
|
|
1445
|
-
* @param {
|
|
1445
|
+
* @param {EvaluationConfigApiEvaluationConfigDeleteRequest} requestParameters Request parameters.
|
|
1446
1446
|
* @param {*} [options] Override http request option.
|
|
1447
1447
|
* @throws {RequiredError}
|
|
1448
|
-
* @memberof
|
|
1448
|
+
* @memberof EvaluationConfigApi
|
|
1449
1449
|
*/
|
|
1450
|
-
public evaluationConfigDelete(requestParameters:
|
|
1451
|
-
return
|
|
1450
|
+
public evaluationConfigDelete(requestParameters: EvaluationConfigApiEvaluationConfigDeleteRequest, options?: RawAxiosRequestConfig) {
|
|
1451
|
+
return EvaluationConfigApiFp(this.configuration).evaluationConfigDelete(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
1452
1452
|
}
|
|
1453
1453
|
|
|
1454
1454
|
/**
|
|
1455
1455
|
* 获取指定ID的评价配置详情,包含模块名称、子分类名称和违规配置列表
|
|
1456
1456
|
* @summary 获取评价配置详情
|
|
1457
|
-
* @param {
|
|
1457
|
+
* @param {EvaluationConfigApiEvaluationConfigDetailsRequest} requestParameters Request parameters.
|
|
1458
1458
|
* @param {*} [options] Override http request option.
|
|
1459
1459
|
* @throws {RequiredError}
|
|
1460
|
-
* @memberof
|
|
1460
|
+
* @memberof EvaluationConfigApi
|
|
1461
1461
|
*/
|
|
1462
|
-
public evaluationConfigDetails(requestParameters:
|
|
1463
|
-
return
|
|
1462
|
+
public evaluationConfigDetails(requestParameters: EvaluationConfigApiEvaluationConfigDetailsRequest, options?: RawAxiosRequestConfig) {
|
|
1463
|
+
return EvaluationConfigApiFp(this.configuration).evaluationConfigDetails(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
1464
1464
|
}
|
|
1465
1465
|
|
|
1466
1466
|
/**
|
|
1467
1467
|
* 根据园区ID和审批类型获取审批流程详情
|
|
1468
1468
|
* @summary 获取审批流程详情
|
|
1469
|
-
* @param {
|
|
1469
|
+
* @param {EvaluationConfigApiEvaluationConfigGetApprovalProcessRequest} requestParameters Request parameters.
|
|
1470
1470
|
* @param {*} [options] Override http request option.
|
|
1471
1471
|
* @throws {RequiredError}
|
|
1472
|
-
* @memberof
|
|
1472
|
+
* @memberof EvaluationConfigApi
|
|
1473
1473
|
*/
|
|
1474
|
-
public evaluationConfigGetApprovalProcess(requestParameters:
|
|
1475
|
-
return
|
|
1474
|
+
public evaluationConfigGetApprovalProcess(requestParameters: EvaluationConfigApiEvaluationConfigGetApprovalProcessRequest, options?: RawAxiosRequestConfig) {
|
|
1475
|
+
return EvaluationConfigApiFp(this.configuration).evaluationConfigGetApprovalProcess(requestParameters.parkId, requestParameters.approvalType, options).then((request) => request(this.axios, this.basePath));
|
|
1476
1476
|
}
|
|
1477
1477
|
|
|
1478
1478
|
/**
|
|
1479
1479
|
* 根据关键词、模块、子分类、状态、类型等条件分页查询评价配置列表
|
|
1480
1480
|
* @summary 分页查询评价配置列表
|
|
1481
|
-
* @param {
|
|
1481
|
+
* @param {EvaluationConfigApiEvaluationConfigPageListRequest} requestParameters Request parameters.
|
|
1482
1482
|
* @param {*} [options] Override http request option.
|
|
1483
1483
|
* @throws {RequiredError}
|
|
1484
|
-
* @memberof
|
|
1484
|
+
* @memberof EvaluationConfigApi
|
|
1485
1485
|
*/
|
|
1486
|
-
public evaluationConfigPageList(requestParameters:
|
|
1487
|
-
return
|
|
1486
|
+
public evaluationConfigPageList(requestParameters: EvaluationConfigApiEvaluationConfigPageListRequest = {}, options?: RawAxiosRequestConfig) {
|
|
1487
|
+
return EvaluationConfigApiFp(this.configuration).evaluationConfigPageList(requestParameters.searchValue, requestParameters.moduleId, requestParameters.subCategoryId, requestParameters.status, requestParameters.type, requestParameters.page, requestParameters.pageSize, options).then((request) => request(this.axios, this.basePath));
|
|
1488
1488
|
}
|
|
1489
1489
|
|
|
1490
1490
|
/**
|
|
1491
1491
|
* 修改评价配置信息及违规配置
|
|
1492
1492
|
* @summary 修改评价配置
|
|
1493
|
-
* @param {
|
|
1493
|
+
* @param {EvaluationConfigApiEvaluationConfigUpdateRequest} requestParameters Request parameters.
|
|
1494
1494
|
* @param {*} [options] Override http request option.
|
|
1495
1495
|
* @throws {RequiredError}
|
|
1496
|
-
* @memberof
|
|
1496
|
+
* @memberof EvaluationConfigApi
|
|
1497
1497
|
*/
|
|
1498
|
-
public evaluationConfigUpdate(requestParameters:
|
|
1499
|
-
return
|
|
1498
|
+
public evaluationConfigUpdate(requestParameters: EvaluationConfigApiEvaluationConfigUpdateRequest, options?: RawAxiosRequestConfig) {
|
|
1499
|
+
return EvaluationConfigApiFp(this.configuration).evaluationConfigUpdate(requestParameters.id, requestParameters.evaluationConfigUpdateDto, options).then((request) => request(this.axios, this.basePath));
|
|
1500
1500
|
}
|
|
1501
1501
|
|
|
1502
1502
|
/**
|
|
1503
1503
|
* 评价配置-修改状态
|
|
1504
1504
|
* @summary 评价配置-修改状态
|
|
1505
|
-
* @param {
|
|
1505
|
+
* @param {EvaluationConfigApiEvaluationConfigUpdateStatusRequest} requestParameters Request parameters.
|
|
1506
1506
|
* @param {*} [options] Override http request option.
|
|
1507
1507
|
* @throws {RequiredError}
|
|
1508
|
-
* @memberof
|
|
1508
|
+
* @memberof EvaluationConfigApi
|
|
1509
1509
|
*/
|
|
1510
|
-
public evaluationConfigUpdateStatus(requestParameters:
|
|
1511
|
-
return
|
|
1510
|
+
public evaluationConfigUpdateStatus(requestParameters: EvaluationConfigApiEvaluationConfigUpdateStatusRequest, options?: RawAxiosRequestConfig) {
|
|
1511
|
+
return EvaluationConfigApiFp(this.configuration).evaluationConfigUpdateStatus(requestParameters.evaluationConfigStatusDto, options).then((request) => request(this.axios, this.basePath));
|
|
1512
1512
|
}
|
|
1513
1513
|
|
|
1514
1514
|
/**
|
|
@@ -1516,10 +1516,10 @@ export class DefaultApi extends BaseAPI {
|
|
|
1516
1516
|
* @summary 查询模块分类列表
|
|
1517
1517
|
* @param {*} [options] Override http request option.
|
|
1518
1518
|
* @throws {RequiredError}
|
|
1519
|
-
* @memberof
|
|
1519
|
+
* @memberof EvaluationConfigApi
|
|
1520
1520
|
*/
|
|
1521
1521
|
public evaluationModuleCategoryList(options?: RawAxiosRequestConfig) {
|
|
1522
|
-
return
|
|
1522
|
+
return EvaluationConfigApiFp(this.configuration).evaluationModuleCategoryList(options).then((request) => request(this.axios, this.basePath));
|
|
1523
1523
|
}
|
|
1524
1524
|
}
|
|
1525
1525
|
|