@gizone/rrs-client 4.2.7-alpha.438 → 4.2.7-alpha.440

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.
Files changed (37) hide show
  1. package/.openapi-generator/FILES +5 -0
  2. package/apis/common-api.ts +196 -0
  3. package/dist/apis/common-api.d.ts +103 -0
  4. package/dist/apis/common-api.js +144 -0
  5. package/dist/esm/apis/common-api.d.ts +103 -0
  6. package/dist/esm/apis/common-api.js +144 -0
  7. package/dist/esm/models/index.d.ts +5 -0
  8. package/dist/esm/models/index.js +5 -0
  9. package/dist/esm/models/json-result-list-srm-center-vo.d.ts +62 -0
  10. package/dist/esm/models/json-result-list-srm-center-vo.js +14 -0
  11. package/dist/esm/models/json-result-srm-center-entity.d.ts +62 -0
  12. package/dist/esm/models/json-result-srm-center-entity.js +14 -0
  13. package/dist/esm/models/srm-center-entity.d.ts +61 -0
  14. package/dist/esm/models/srm-center-entity.js +14 -0
  15. package/dist/esm/models/srm-center-vo.d.ts +61 -0
  16. package/dist/esm/models/srm-center-vo.js +14 -0
  17. package/dist/esm/models/srm-level-add-dto.d.ts +55 -0
  18. package/dist/esm/models/srm-level-add-dto.js +14 -0
  19. package/dist/models/index.d.ts +5 -0
  20. package/dist/models/index.js +5 -0
  21. package/dist/models/json-result-list-srm-center-vo.d.ts +62 -0
  22. package/dist/models/json-result-list-srm-center-vo.js +15 -0
  23. package/dist/models/json-result-srm-center-entity.d.ts +62 -0
  24. package/dist/models/json-result-srm-center-entity.js +15 -0
  25. package/dist/models/srm-center-entity.d.ts +61 -0
  26. package/dist/models/srm-center-entity.js +15 -0
  27. package/dist/models/srm-center-vo.d.ts +61 -0
  28. package/dist/models/srm-center-vo.js +15 -0
  29. package/dist/models/srm-level-add-dto.d.ts +55 -0
  30. package/dist/models/srm-level-add-dto.js +15 -0
  31. package/models/index.ts +5 -0
  32. package/models/json-result-list-srm-center-vo.ts +72 -0
  33. package/models/json-result-srm-center-entity.ts +72 -0
  34. package/models/srm-center-entity.ts +71 -0
  35. package/models/srm-center-vo.ts +71 -0
  36. package/models/srm-level-add-dto.ts +65 -0
  37. package/package.json +1 -1
@@ -272,6 +272,7 @@ models/json-result-list-space-point-dto.ts
272
272
  models/json-result-list-space-qr-code-dto.ts
273
273
  models/json-result-list-space-tree-dto.ts
274
274
  models/json-result-list-space-url-dto.ts
275
+ models/json-result-list-srm-center-vo.ts
275
276
  models/json-result-list-supplier-select-dto.ts
276
277
  models/json-result-list-surveillance-settings-coverage-standard-dto.ts
277
278
  models/json-result-list-sys-dept-drop-down-box-list-dto.ts
@@ -312,6 +313,7 @@ models/json-result-period-detail-resp.ts
312
313
  models/json-result-plan-detail-dto.ts
313
314
  models/json-result-space-add-redis-list-dto.ts
314
315
  models/json-result-space-image-detail-dto.ts
316
+ models/json-result-srm-center-entity.ts
315
317
  models/json-result-string.ts
316
318
  models/json-result-supplier-contract-details-dto.ts
317
319
  models/json-result-supplier-entity.ts
@@ -432,6 +434,9 @@ models/space-url-add-vo.ts
432
434
  models/space-url-dto.ts
433
435
  models/space-url-edit-vo.ts
434
436
  models/space.ts
437
+ models/srm-center-entity.ts
438
+ models/srm-center-vo.ts
439
+ models/srm-level-add-dto.ts
435
440
  models/srm-park-contract-change-vo.ts
436
441
  models/standard-delete-vo.ts
437
442
  models/sub-buttons.ts
@@ -34,6 +34,8 @@ import type { JsonResultListCenterListDTO } from '../models';
34
34
  // @ts-ignore
35
35
  import type { JsonResultListParkListDTO } from '../models';
36
36
  // @ts-ignore
37
+ import type { JsonResultListSrmCenterVO } from '../models';
38
+ // @ts-ignore
37
39
  import type { JsonResultListSysDept } from '../models';
38
40
  // @ts-ignore
39
41
  import type { JsonResultListSysDeptDropDownBoxListDTO } from '../models';
@@ -42,6 +44,8 @@ import type { JsonResultParkInfoDTO } from '../models';
42
44
  // @ts-ignore
43
45
  import type { JsonResultParkSettingsDetailsDTO } from '../models';
44
46
  // @ts-ignore
47
+ import type { JsonResultSrmCenterEntity } from '../models';
48
+ // @ts-ignore
45
49
  import type { JsonResultString } from '../models';
46
50
  // @ts-ignore
47
51
  import type { JsonResultSysDept } from '../models';
@@ -56,6 +60,8 @@ import type { ParkPlatFormEnum } from '../models';
56
60
  // @ts-ignore
57
61
  import type { ParkSettingsVO } from '../models';
58
62
  // @ts-ignore
63
+ import type { SrmLevelAddDTO } from '../models';
64
+ // @ts-ignore
59
65
  import type { SysDept } from '../models';
60
66
  // @ts-ignore
61
67
  import type { SysDeptDropDownVO } from '../models';
@@ -73,6 +79,46 @@ import type { UserBatchImportUploadRequest } from '../models';
73
79
  */
74
80
  export const CommonApiAxiosParamCreator = function (configuration?: Configuration) {
75
81
  return {
82
+ /**
83
+ *
84
+ * @summary 新增srmLevel
85
+ * @param {SrmLevelAddDTO} srmLevelAddDTO
86
+ * @param {*} [options] Override http request option.
87
+ * @throws {RequiredError}
88
+ */
89
+ addSrmLevel: async (srmLevelAddDTO: SrmLevelAddDTO, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
90
+ // verify required parameter 'srmLevelAddDTO' is not null or undefined
91
+ assertParamExists('addSrmLevel', 'srmLevelAddDTO', srmLevelAddDTO)
92
+ const localVarPath = `/srm/level`;
93
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
94
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
95
+ let baseOptions;
96
+ if (configuration) {
97
+ baseOptions = configuration.baseOptions;
98
+ }
99
+
100
+ const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
101
+ const localVarHeaderParameter = {} as any;
102
+ const localVarQueryParameter = {} as any;
103
+
104
+ // authentication tokenScheme required
105
+ // http bearer authentication required
106
+ await setBearerAuthToObject(localVarHeaderParameter, configuration)
107
+
108
+
109
+
110
+ localVarHeaderParameter['Content-Type'] = 'application/json';
111
+
112
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
113
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
114
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
115
+ localVarRequestOptions.data = serializeDataIfNeeded(srmLevelAddDTO, localVarRequestOptions, configuration)
116
+
117
+ return {
118
+ url: toPathString(localVarUrlObj),
119
+ options: localVarRequestOptions,
120
+ };
121
+ },
76
122
  /**
77
123
  *
78
124
  * @param {number} pid
@@ -1623,6 +1669,50 @@ export const CommonApiAxiosParamCreator = function (configuration?: Configuratio
1623
1669
 
1624
1670
 
1625
1671
 
1672
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
1673
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
1674
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
1675
+
1676
+ return {
1677
+ url: toPathString(localVarUrlObj),
1678
+ options: localVarRequestOptions,
1679
+ };
1680
+ },
1681
+ /**
1682
+ *
1683
+ * @summary 查询srmLevel
1684
+ * @param {string} [parentCode] 上级编码
1685
+ * @param {number} [level] 要查询的level
1686
+ * @param {*} [options] Override http request option.
1687
+ * @throws {RequiredError}
1688
+ */
1689
+ selectSrmLevel: async (parentCode?: string, level?: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
1690
+ const localVarPath = `/srm/level`;
1691
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
1692
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
1693
+ let baseOptions;
1694
+ if (configuration) {
1695
+ baseOptions = configuration.baseOptions;
1696
+ }
1697
+
1698
+ const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
1699
+ const localVarHeaderParameter = {} as any;
1700
+ const localVarQueryParameter = {} as any;
1701
+
1702
+ // authentication tokenScheme required
1703
+ // http bearer authentication required
1704
+ await setBearerAuthToObject(localVarHeaderParameter, configuration)
1705
+
1706
+ if (parentCode !== undefined) {
1707
+ localVarQueryParameter['parentCode'] = parentCode;
1708
+ }
1709
+
1710
+ if (level !== undefined) {
1711
+ localVarQueryParameter['level'] = level;
1712
+ }
1713
+
1714
+
1715
+
1626
1716
  setSearchParams(localVarUrlObj, localVarQueryParameter);
1627
1717
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
1628
1718
  localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
@@ -1976,6 +2066,19 @@ export const CommonApiAxiosParamCreator = function (configuration?: Configuratio
1976
2066
  export const CommonApiFp = function(configuration?: Configuration) {
1977
2067
  const localVarAxiosParamCreator = CommonApiAxiosParamCreator(configuration)
1978
2068
  return {
2069
+ /**
2070
+ *
2071
+ * @summary 新增srmLevel
2072
+ * @param {SrmLevelAddDTO} srmLevelAddDTO
2073
+ * @param {*} [options] Override http request option.
2074
+ * @throws {RequiredError}
2075
+ */
2076
+ async addSrmLevel(srmLevelAddDTO: SrmLevelAddDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultSrmCenterEntity>> {
2077
+ const localVarAxiosArgs = await localVarAxiosParamCreator.addSrmLevel(srmLevelAddDTO, options);
2078
+ const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
2079
+ const localVarOperationServerBasePath = operationServerMap['CommonApi.addSrmLevel']?.[localVarOperationServerIndex]?.url;
2080
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2081
+ },
1979
2082
  /**
1980
2083
  *
1981
2084
  * @param {number} pid
@@ -2463,6 +2566,20 @@ export const CommonApiFp = function(configuration?: Configuration) {
2463
2566
  const localVarOperationServerBasePath = operationServerMap['CommonApi.selectParkListByPermission']?.[localVarOperationServerIndex]?.url;
2464
2567
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2465
2568
  },
2569
+ /**
2570
+ *
2571
+ * @summary 查询srmLevel
2572
+ * @param {string} [parentCode] 上级编码
2573
+ * @param {number} [level] 要查询的level
2574
+ * @param {*} [options] Override http request option.
2575
+ * @throws {RequiredError}
2576
+ */
2577
+ async selectSrmLevel(parentCode?: string, level?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultListSrmCenterVO>> {
2578
+ const localVarAxiosArgs = await localVarAxiosParamCreator.selectSrmLevel(parentCode, level, options);
2579
+ const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
2580
+ const localVarOperationServerBasePath = operationServerMap['CommonApi.selectSrmLevel']?.[localVarOperationServerIndex]?.url;
2581
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2582
+ },
2466
2583
  /**
2467
2584
  *
2468
2585
  * @param {string} host 目标主机地址
@@ -2574,6 +2691,16 @@ export const CommonApiFp = function(configuration?: Configuration) {
2574
2691
  export const CommonApiFactory = function (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) {
2575
2692
  const localVarFp = CommonApiFp(configuration)
2576
2693
  return {
2694
+ /**
2695
+ *
2696
+ * @summary 新增srmLevel
2697
+ * @param {CommonApiAddSrmLevelRequest} requestParameters Request parameters.
2698
+ * @param {*} [options] Override http request option.
2699
+ * @throws {RequiredError}
2700
+ */
2701
+ addSrmLevel(requestParameters: CommonApiAddSrmLevelRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultSrmCenterEntity> {
2702
+ return localVarFp.addSrmLevel(requestParameters.srmLevelAddDTO, options).then((request) => request(axios, basePath));
2703
+ },
2577
2704
  /**
2578
2705
  *
2579
2706
  * @param {CommonApiAddressRegionListRequest} requestParameters Request parameters.
@@ -2939,6 +3066,16 @@ export const CommonApiFactory = function (configuration?: Configuration, basePat
2939
3066
  selectParkListByPermission(requestParameters: CommonApiSelectParkListByPermissionRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultListParkListDTO> {
2940
3067
  return localVarFp.selectParkListByPermission(requestParameters.permission, options).then((request) => request(axios, basePath));
2941
3068
  },
3069
+ /**
3070
+ *
3071
+ * @summary 查询srmLevel
3072
+ * @param {CommonApiSelectSrmLevelRequest} requestParameters Request parameters.
3073
+ * @param {*} [options] Override http request option.
3074
+ * @throws {RequiredError}
3075
+ */
3076
+ selectSrmLevel(requestParameters: CommonApiSelectSrmLevelRequest = {}, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultListSrmCenterVO> {
3077
+ return localVarFp.selectSrmLevel(requestParameters.parentCode, requestParameters.level, options).then((request) => request(axios, basePath));
3078
+ },
2942
3079
  /**
2943
3080
  *
2944
3081
  * @param {CommonApiTcpConnectRequest} requestParameters Request parameters.
@@ -3017,6 +3154,20 @@ export const CommonApiFactory = function (configuration?: Configuration, basePat
3017
3154
  };
3018
3155
  };
3019
3156
 
3157
+ /**
3158
+ * Request parameters for addSrmLevel operation in CommonApi.
3159
+ * @export
3160
+ * @interface CommonApiAddSrmLevelRequest
3161
+ */
3162
+ export interface CommonApiAddSrmLevelRequest {
3163
+ /**
3164
+ *
3165
+ * @type {SrmLevelAddDTO}
3166
+ * @memberof CommonApiAddSrmLevel
3167
+ */
3168
+ readonly srmLevelAddDTO: SrmLevelAddDTO
3169
+ }
3170
+
3020
3171
  /**
3021
3172
  * Request parameters for addressRegionList operation in CommonApi.
3022
3173
  * @export
@@ -3556,6 +3707,27 @@ export interface CommonApiSelectParkListByPermissionRequest {
3556
3707
  readonly permission: string
3557
3708
  }
3558
3709
 
3710
+ /**
3711
+ * Request parameters for selectSrmLevel operation in CommonApi.
3712
+ * @export
3713
+ * @interface CommonApiSelectSrmLevelRequest
3714
+ */
3715
+ export interface CommonApiSelectSrmLevelRequest {
3716
+ /**
3717
+ * 上级编码
3718
+ * @type {string}
3719
+ * @memberof CommonApiSelectSrmLevel
3720
+ */
3721
+ readonly parentCode?: string
3722
+
3723
+ /**
3724
+ * 要查询的level
3725
+ * @type {number}
3726
+ * @memberof CommonApiSelectSrmLevel
3727
+ */
3728
+ readonly level?: number
3729
+ }
3730
+
3559
3731
  /**
3560
3732
  * Request parameters for tcpConnect operation in CommonApi.
3561
3733
  * @export
@@ -3689,6 +3861,18 @@ export interface CommonApiUploadPrivacyRequest {
3689
3861
  * @extends {BaseAPI}
3690
3862
  */
3691
3863
  export class CommonApi extends BaseAPI {
3864
+ /**
3865
+ *
3866
+ * @summary 新增srmLevel
3867
+ * @param {CommonApiAddSrmLevelRequest} requestParameters Request parameters.
3868
+ * @param {*} [options] Override http request option.
3869
+ * @throws {RequiredError}
3870
+ * @memberof CommonApi
3871
+ */
3872
+ public addSrmLevel(requestParameters: CommonApiAddSrmLevelRequest, options?: RawAxiosRequestConfig) {
3873
+ return CommonApiFp(this.configuration).addSrmLevel(requestParameters.srmLevelAddDTO, options).then((request) => request(this.axios, this.basePath));
3874
+ }
3875
+
3692
3876
  /**
3693
3877
  *
3694
3878
  * @param {CommonApiAddressRegionListRequest} requestParameters Request parameters.
@@ -4132,6 +4316,18 @@ export class CommonApi extends BaseAPI {
4132
4316
  return CommonApiFp(this.configuration).selectParkListByPermission(requestParameters.permission, options).then((request) => request(this.axios, this.basePath));
4133
4317
  }
4134
4318
 
4319
+ /**
4320
+ *
4321
+ * @summary 查询srmLevel
4322
+ * @param {CommonApiSelectSrmLevelRequest} requestParameters Request parameters.
4323
+ * @param {*} [options] Override http request option.
4324
+ * @throws {RequiredError}
4325
+ * @memberof CommonApi
4326
+ */
4327
+ public selectSrmLevel(requestParameters: CommonApiSelectSrmLevelRequest = {}, options?: RawAxiosRequestConfig) {
4328
+ return CommonApiFp(this.configuration).selectSrmLevel(requestParameters.parentCode, requestParameters.level, options).then((request) => request(this.axios, this.basePath));
4329
+ }
4330
+
4135
4331
  /**
4136
4332
  *
4137
4333
  * @param {CommonApiTcpConnectRequest} requestParameters Request parameters.
@@ -18,10 +18,12 @@ import type { JsonResultFileDTO } from '../models';
18
18
  import type { JsonResultListAddressRegionEntity } from '../models';
19
19
  import type { JsonResultListCenterListDTO } from '../models';
20
20
  import type { JsonResultListParkListDTO } from '../models';
21
+ import type { JsonResultListSrmCenterVO } from '../models';
21
22
  import type { JsonResultListSysDept } from '../models';
22
23
  import type { JsonResultListSysDeptDropDownBoxListDTO } from '../models';
23
24
  import type { JsonResultParkInfoDTO } from '../models';
24
25
  import type { JsonResultParkSettingsDetailsDTO } from '../models';
26
+ import type { JsonResultSrmCenterEntity } from '../models';
25
27
  import type { JsonResultString } from '../models';
26
28
  import type { JsonResultSysDept } from '../models';
27
29
  import type { JsonResultVoid } from '../models';
@@ -29,6 +31,7 @@ import type { ParkCenterAttributeEnum } from '../models';
29
31
  import type { ParkInfoEditVO } from '../models';
30
32
  import type { ParkPlatFormEnum } from '../models';
31
33
  import type { ParkSettingsVO } from '../models';
34
+ import type { SrmLevelAddDTO } from '../models';
32
35
  import type { SysDept } from '../models';
33
36
  import type { SysDeptDropDownVO } from '../models';
34
37
  import type { SysMenu } from '../models';
@@ -40,6 +43,14 @@ import type { UserBatchImportUploadRequest } from '../models';
40
43
  * @export
41
44
  */
42
45
  export declare const CommonApiAxiosParamCreator: (configuration?: Configuration) => {
46
+ /**
47
+ *
48
+ * @summary 新增srmLevel
49
+ * @param {SrmLevelAddDTO} srmLevelAddDTO
50
+ * @param {*} [options] Override http request option.
51
+ * @throws {RequiredError}
52
+ */
53
+ addSrmLevel: (srmLevelAddDTO: SrmLevelAddDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
43
54
  /**
44
55
  *
45
56
  * @param {number} pid
@@ -332,6 +343,15 @@ export declare const CommonApiAxiosParamCreator: (configuration?: Configuration)
332
343
  * @throws {RequiredError}
333
344
  */
334
345
  selectParkListByPermission: (permission: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
346
+ /**
347
+ *
348
+ * @summary 查询srmLevel
349
+ * @param {string} [parentCode] 上级编码
350
+ * @param {number} [level] 要查询的level
351
+ * @param {*} [options] Override http request option.
352
+ * @throws {RequiredError}
353
+ */
354
+ selectSrmLevel: (parentCode?: string, level?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
335
355
  /**
336
356
  *
337
357
  * @param {string} host 目标主机地址
@@ -399,6 +419,14 @@ export declare const CommonApiAxiosParamCreator: (configuration?: Configuration)
399
419
  * @export
400
420
  */
401
421
  export declare const CommonApiFp: (configuration?: Configuration) => {
422
+ /**
423
+ *
424
+ * @summary 新增srmLevel
425
+ * @param {SrmLevelAddDTO} srmLevelAddDTO
426
+ * @param {*} [options] Override http request option.
427
+ * @throws {RequiredError}
428
+ */
429
+ addSrmLevel(srmLevelAddDTO: SrmLevelAddDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultSrmCenterEntity>>;
402
430
  /**
403
431
  *
404
432
  * @param {number} pid
@@ -725,6 +753,15 @@ export declare const CommonApiFp: (configuration?: Configuration) => {
725
753
  * @throws {RequiredError}
726
754
  */
727
755
  selectParkListByPermission(permission: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultListParkListDTO>>;
756
+ /**
757
+ *
758
+ * @summary 查询srmLevel
759
+ * @param {string} [parentCode] 上级编码
760
+ * @param {number} [level] 要查询的level
761
+ * @param {*} [options] Override http request option.
762
+ * @throws {RequiredError}
763
+ */
764
+ selectSrmLevel(parentCode?: string, level?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultListSrmCenterVO>>;
728
765
  /**
729
766
  *
730
767
  * @param {string} host 目标主机地址
@@ -800,6 +837,14 @@ export declare const CommonApiFp: (configuration?: Configuration) => {
800
837
  * @export
801
838
  */
802
839
  export declare const CommonApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
840
+ /**
841
+ *
842
+ * @summary 新增srmLevel
843
+ * @param {CommonApiAddSrmLevelRequest} requestParameters Request parameters.
844
+ * @param {*} [options] Override http request option.
845
+ * @throws {RequiredError}
846
+ */
847
+ addSrmLevel(requestParameters: CommonApiAddSrmLevelRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultSrmCenterEntity>;
803
848
  /**
804
849
  *
805
850
  * @param {CommonApiAddressRegionListRequest} requestParameters Request parameters.
@@ -1121,6 +1166,14 @@ export declare const CommonApiFactory: (configuration?: Configuration, basePath?
1121
1166
  * @throws {RequiredError}
1122
1167
  */
1123
1168
  selectParkListByPermission(requestParameters: CommonApiSelectParkListByPermissionRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultListParkListDTO>;
1169
+ /**
1170
+ *
1171
+ * @summary 查询srmLevel
1172
+ * @param {CommonApiSelectSrmLevelRequest} requestParameters Request parameters.
1173
+ * @param {*} [options] Override http request option.
1174
+ * @throws {RequiredError}
1175
+ */
1176
+ selectSrmLevel(requestParameters?: CommonApiSelectSrmLevelRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultListSrmCenterVO>;
1124
1177
  /**
1125
1178
  *
1126
1179
  * @param {CommonApiTcpConnectRequest} requestParameters Request parameters.
@@ -1189,6 +1242,19 @@ export declare const CommonApiFactory: (configuration?: Configuration, basePath?
1189
1242
  */
1190
1243
  uploadPrivacy(requestParameters?: CommonApiUploadPrivacyRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult>;
1191
1244
  };
1245
+ /**
1246
+ * Request parameters for addSrmLevel operation in CommonApi.
1247
+ * @export
1248
+ * @interface CommonApiAddSrmLevelRequest
1249
+ */
1250
+ export interface CommonApiAddSrmLevelRequest {
1251
+ /**
1252
+ *
1253
+ * @type {SrmLevelAddDTO}
1254
+ * @memberof CommonApiAddSrmLevel
1255
+ */
1256
+ readonly srmLevelAddDTO: SrmLevelAddDTO;
1257
+ }
1192
1258
  /**
1193
1259
  * Request parameters for addressRegionList operation in CommonApi.
1194
1260
  * @export
@@ -1687,6 +1753,25 @@ export interface CommonApiSelectParkListByPermissionRequest {
1687
1753
  */
1688
1754
  readonly permission: string;
1689
1755
  }
1756
+ /**
1757
+ * Request parameters for selectSrmLevel operation in CommonApi.
1758
+ * @export
1759
+ * @interface CommonApiSelectSrmLevelRequest
1760
+ */
1761
+ export interface CommonApiSelectSrmLevelRequest {
1762
+ /**
1763
+ * 上级编码
1764
+ * @type {string}
1765
+ * @memberof CommonApiSelectSrmLevel
1766
+ */
1767
+ readonly parentCode?: string;
1768
+ /**
1769
+ * 要查询的level
1770
+ * @type {number}
1771
+ * @memberof CommonApiSelectSrmLevel
1772
+ */
1773
+ readonly level?: number;
1774
+ }
1690
1775
  /**
1691
1776
  * Request parameters for tcpConnect operation in CommonApi.
1692
1777
  * @export
@@ -1810,6 +1895,15 @@ export interface CommonApiUploadPrivacyRequest {
1810
1895
  * @extends {BaseAPI}
1811
1896
  */
1812
1897
  export declare class CommonApi extends BaseAPI {
1898
+ /**
1899
+ *
1900
+ * @summary 新增srmLevel
1901
+ * @param {CommonApiAddSrmLevelRequest} requestParameters Request parameters.
1902
+ * @param {*} [options] Override http request option.
1903
+ * @throws {RequiredError}
1904
+ * @memberof CommonApi
1905
+ */
1906
+ addSrmLevel(requestParameters: CommonApiAddSrmLevelRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultSrmCenterEntity, any>>;
1813
1907
  /**
1814
1908
  *
1815
1909
  * @param {CommonApiAddressRegionListRequest} requestParameters Request parameters.
@@ -2170,6 +2264,15 @@ export declare class CommonApi extends BaseAPI {
2170
2264
  * @memberof CommonApi
2171
2265
  */
2172
2266
  selectParkListByPermission(requestParameters: CommonApiSelectParkListByPermissionRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultListParkListDTO, any>>;
2267
+ /**
2268
+ *
2269
+ * @summary 查询srmLevel
2270
+ * @param {CommonApiSelectSrmLevelRequest} requestParameters Request parameters.
2271
+ * @param {*} [options] Override http request option.
2272
+ * @throws {RequiredError}
2273
+ * @memberof CommonApi
2274
+ */
2275
+ selectSrmLevel(requestParameters?: CommonApiSelectSrmLevelRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultListSrmCenterVO, any>>;
2173
2276
  /**
2174
2277
  *
2175
2278
  * @param {CommonApiTcpConnectRequest} requestParameters Request parameters.