@gizone/rrs-client 4.2.0-alpha.254 → 4.2.0-alpha.256

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 (69) hide show
  1. package/.openapi-generator/FILES +1 -0
  2. package/apis/disaster-warning-standard-api.ts +18 -5
  3. package/apis/work-order-api.ts +3 -2
  4. package/dist/apis/disaster-warning-standard-api.d.ts +10 -2
  5. package/dist/apis/disaster-warning-standard-api.js +10 -5
  6. package/dist/apis/work-order-api.d.ts +2 -1
  7. package/dist/apis/work-order-api.js +2 -1
  8. package/dist/esm/apis/disaster-warning-standard-api.d.ts +10 -2
  9. package/dist/esm/apis/disaster-warning-standard-api.js +10 -5
  10. package/dist/esm/apis/work-order-api.d.ts +2 -1
  11. package/dist/esm/apis/work-order-api.js +2 -1
  12. package/dist/esm/models/disaster-warning-standard-entity.d.ts +1 -1
  13. package/dist/esm/models/get-user-wx200-response.d.ts +4 -4
  14. package/dist/esm/models/index.d.ts +1 -0
  15. package/dist/esm/models/index.js +1 -0
  16. package/dist/esm/models/ipage-access-vo.d.ts +3 -3
  17. package/dist/esm/models/period-detail-resp.d.ts +1 -0
  18. package/dist/esm/models/period-detail-resp.js +2 -1
  19. package/dist/esm/models/plan-add-vo.d.ts +9 -1
  20. package/dist/esm/models/plan-add-vo.js +2 -1
  21. package/dist/esm/models/plan-calendar-list-vo.d.ts +1 -0
  22. package/dist/esm/models/plan-calendar-list-vo.js +2 -1
  23. package/dist/esm/models/plan-detail-dto.d.ts +7 -0
  24. package/dist/esm/models/plan-detail-dto.js +2 -1
  25. package/dist/esm/models/plan-edit-vo.d.ts +9 -1
  26. package/dist/esm/models/plan-edit-vo.js +2 -1
  27. package/dist/esm/models/plan-inspection-items-dto.d.ts +7 -0
  28. package/dist/esm/models/plan-level-enum.d.ts +22 -0
  29. package/dist/esm/models/plan-level-enum.js +23 -0
  30. package/dist/esm/models/plan-search-dto.d.ts +1 -0
  31. package/dist/esm/models/plan-search-dto.js +2 -1
  32. package/dist/esm/models/work-order-type-subcategory-enum.d.ts +31 -0
  33. package/dist/esm/models/work-order-type-subcategory-enum.js +32 -1
  34. package/dist/models/disaster-warning-standard-entity.d.ts +1 -1
  35. package/dist/models/get-user-wx200-response.d.ts +4 -4
  36. package/dist/models/index.d.ts +1 -0
  37. package/dist/models/index.js +1 -0
  38. package/dist/models/ipage-access-vo.d.ts +3 -3
  39. package/dist/models/period-detail-resp.d.ts +1 -0
  40. package/dist/models/period-detail-resp.js +2 -1
  41. package/dist/models/plan-add-vo.d.ts +9 -1
  42. package/dist/models/plan-add-vo.js +2 -1
  43. package/dist/models/plan-calendar-list-vo.d.ts +1 -0
  44. package/dist/models/plan-calendar-list-vo.js +2 -1
  45. package/dist/models/plan-detail-dto.d.ts +7 -0
  46. package/dist/models/plan-detail-dto.js +2 -1
  47. package/dist/models/plan-edit-vo.d.ts +9 -1
  48. package/dist/models/plan-edit-vo.js +2 -1
  49. package/dist/models/plan-inspection-items-dto.d.ts +7 -0
  50. package/dist/models/plan-level-enum.d.ts +22 -0
  51. package/dist/models/plan-level-enum.js +26 -0
  52. package/dist/models/plan-search-dto.d.ts +1 -0
  53. package/dist/models/plan-search-dto.js +2 -1
  54. package/dist/models/work-order-type-subcategory-enum.d.ts +31 -0
  55. package/dist/models/work-order-type-subcategory-enum.js +32 -1
  56. package/models/disaster-warning-standard-entity.ts +1 -1
  57. package/models/get-user-wx200-response.ts +4 -4
  58. package/models/index.ts +1 -0
  59. package/models/ipage-access-vo.ts +3 -3
  60. package/models/period-detail-resp.ts +2 -1
  61. package/models/plan-add-vo.ts +12 -2
  62. package/models/plan-calendar-list-vo.ts +2 -1
  63. package/models/plan-detail-dto.ts +8 -1
  64. package/models/plan-edit-vo.ts +12 -2
  65. package/models/plan-inspection-items-dto.ts +9 -0
  66. package/models/plan-level-enum.ts +32 -0
  67. package/models/plan-search-dto.ts +2 -1
  68. package/models/work-order-type-subcategory-enum.ts +32 -1
  69. package/package.json +1 -1
@@ -783,6 +783,7 @@ models/plan-image-list.ts
783
783
  models/plan-inspection-items-dto.ts
784
784
  models/plan-item-add-vo.ts
785
785
  models/plan-item-edit-vo.ts
786
+ models/plan-level-enum.ts
786
787
  models/plan-search-dto.ts
787
788
  models/plan-to-state-vo.ts
788
789
  models/privacy-add-vo.ts
@@ -417,10 +417,11 @@ export const DisasterWarningStandardApiAxiosParamCreator = function (configurati
417
417
  * @param {number} page 页码
418
418
  * @param {DisasterWarningStandardCategoryEnum} [disasterWarningStandardCategory] 灾害预警分类
419
419
  * @param {string} [searchValue] 内容
420
+ * @param {number} [executionTime] 执行时效
420
421
  * @param {*} [options] Override http request option.
421
422
  * @throws {RequiredError}
422
423
  */
423
- disasterWarningStandardList: async (parkId: number, pageSize: number, page: number, disasterWarningStandardCategory?: DisasterWarningStandardCategoryEnum, searchValue?: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
424
+ disasterWarningStandardList: async (parkId: number, pageSize: number, page: number, disasterWarningStandardCategory?: DisasterWarningStandardCategoryEnum, searchValue?: string, executionTime?: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
424
425
  // verify required parameter 'parkId' is not null or undefined
425
426
  assertParamExists('disasterWarningStandardList', 'parkId', parkId)
426
427
  // verify required parameter 'pageSize' is not null or undefined
@@ -463,6 +464,10 @@ export const DisasterWarningStandardApiAxiosParamCreator = function (configurati
463
464
  localVarQueryParameter['searchValue'] = searchValue;
464
465
  }
465
466
 
467
+ if (executionTime !== undefined) {
468
+ localVarQueryParameter['executionTime'] = executionTime;
469
+ }
470
+
466
471
 
467
472
 
468
473
  setSearchParams(localVarUrlObj, localVarQueryParameter);
@@ -694,11 +699,12 @@ export const DisasterWarningStandardApiFp = function(configuration?: Configurati
694
699
  * @param {number} page 页码
695
700
  * @param {DisasterWarningStandardCategoryEnum} [disasterWarningStandardCategory] 灾害预警分类
696
701
  * @param {string} [searchValue] 内容
702
+ * @param {number} [executionTime] 执行时效
697
703
  * @param {*} [options] Override http request option.
698
704
  * @throws {RequiredError}
699
705
  */
700
- async disasterWarningStandardList(parkId: number, pageSize: number, page: number, disasterWarningStandardCategory?: DisasterWarningStandardCategoryEnum, searchValue?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultPageDtoDisasterWarningStandardEntity>> {
701
- const localVarAxiosArgs = await localVarAxiosParamCreator.disasterWarningStandardList(parkId, pageSize, page, disasterWarningStandardCategory, searchValue, options);
706
+ async disasterWarningStandardList(parkId: number, pageSize: number, page: number, disasterWarningStandardCategory?: DisasterWarningStandardCategoryEnum, searchValue?: string, executionTime?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultPageDtoDisasterWarningStandardEntity>> {
707
+ const localVarAxiosArgs = await localVarAxiosParamCreator.disasterWarningStandardList(parkId, pageSize, page, disasterWarningStandardCategory, searchValue, executionTime, options);
702
708
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
703
709
  const localVarOperationServerBasePath = operationServerMap['DisasterWarningStandardApi.disasterWarningStandardList']?.[localVarOperationServerIndex]?.url;
704
710
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
@@ -835,7 +841,7 @@ export const DisasterWarningStandardApiFactory = function (configuration?: Confi
835
841
  * @throws {RequiredError}
836
842
  */
837
843
  disasterWarningStandardList(requestParameters: DisasterWarningStandardApiDisasterWarningStandardListRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultPageDtoDisasterWarningStandardEntity> {
838
- return localVarFp.disasterWarningStandardList(requestParameters.parkId, requestParameters.pageSize, requestParameters.page, requestParameters.disasterWarningStandardCategory, requestParameters.searchValue, options).then((request) => request(axios, basePath));
844
+ return localVarFp.disasterWarningStandardList(requestParameters.parkId, requestParameters.pageSize, requestParameters.page, requestParameters.disasterWarningStandardCategory, requestParameters.searchValue, requestParameters.executionTime, options).then((request) => request(axios, basePath));
839
845
  },
840
846
  /**
841
847
  *
@@ -1012,6 +1018,13 @@ export interface DisasterWarningStandardApiDisasterWarningStandardListRequest {
1012
1018
  * @memberof DisasterWarningStandardApiDisasterWarningStandardList
1013
1019
  */
1014
1020
  readonly searchValue?: string
1021
+
1022
+ /**
1023
+ * 执行时效
1024
+ * @type {number}
1025
+ * @memberof DisasterWarningStandardApiDisasterWarningStandardList
1026
+ */
1027
+ readonly executionTime?: number
1015
1028
  }
1016
1029
 
1017
1030
  /**
@@ -1170,7 +1183,7 @@ export class DisasterWarningStandardApi extends BaseAPI {
1170
1183
  * @memberof DisasterWarningStandardApi
1171
1184
  */
1172
1185
  public disasterWarningStandardList(requestParameters: DisasterWarningStandardApiDisasterWarningStandardListRequest, options?: RawAxiosRequestConfig) {
1173
- return DisasterWarningStandardApiFp(this.configuration).disasterWarningStandardList(requestParameters.parkId, requestParameters.pageSize, requestParameters.page, requestParameters.disasterWarningStandardCategory, requestParameters.searchValue, options).then((request) => request(this.axios, this.basePath));
1186
+ return DisasterWarningStandardApiFp(this.configuration).disasterWarningStandardList(requestParameters.parkId, requestParameters.pageSize, requestParameters.page, requestParameters.disasterWarningStandardCategory, requestParameters.searchValue, requestParameters.executionTime, options).then((request) => request(this.axios, this.basePath));
1174
1187
  }
1175
1188
 
1176
1189
  /**
@@ -4395,7 +4395,7 @@ export interface WorkOrderApiPlanListRequest {
4395
4395
 
4396
4396
  /**
4397
4397
  * 计划类型列表
4398
- * @type {Array<'PLAN_TYPE_SHEBEIWEIBAO' | 'PLAN_TYPE_XUNJIAN_SPACE' | 'PLAN_TYPE_AI_INSPECTION' | 'PLAN_TYPE_XUNJIAN_EQUIPMENT'>}
4398
+ * @type {Array<'PLAN_TYPE_SHEBEIWEIBAO' | 'PLAN_TYPE_XUNJIAN_SPACE' | 'PLAN_TYPE_AI_INSPECTION' | 'PLAN_TYPE_XUNJIAN_EQUIPMENT' | 'PLAN_TYPE_DISASTER_WARNING'>}
4399
4399
  * @memberof WorkOrderApiPlanList
4400
4400
  */
4401
4401
  readonly planTypes?: Array<PlanListPlanTypesEnum>
@@ -5922,7 +5922,8 @@ export const PlanListPlanTypesEnum = {
5922
5922
  PlanTypeShebeiweibao: 'PLAN_TYPE_SHEBEIWEIBAO',
5923
5923
  PlanTypeXunjianSpace: 'PLAN_TYPE_XUNJIAN_SPACE',
5924
5924
  PlanTypeAiInspection: 'PLAN_TYPE_AI_INSPECTION',
5925
- PlanTypeXunjianEquipment: 'PLAN_TYPE_XUNJIAN_EQUIPMENT'
5925
+ PlanTypeXunjianEquipment: 'PLAN_TYPE_XUNJIAN_EQUIPMENT',
5926
+ PlanTypeDisasterWarning: 'PLAN_TYPE_DISASTER_WARNING'
5926
5927
  } as const;
5927
5928
  export type PlanListPlanTypesEnum = typeof PlanListPlanTypesEnum[keyof typeof PlanListPlanTypesEnum];
5928
5929
  /**
@@ -106,10 +106,11 @@ export declare const DisasterWarningStandardApiAxiosParamCreator: (configuration
106
106
  * @param {number} page 页码
107
107
  * @param {DisasterWarningStandardCategoryEnum} [disasterWarningStandardCategory] 灾害预警分类
108
108
  * @param {string} [searchValue] 内容
109
+ * @param {number} [executionTime] 执行时效
109
110
  * @param {*} [options] Override http request option.
110
111
  * @throws {RequiredError}
111
112
  */
112
- disasterWarningStandardList: (parkId: number, pageSize: number, page: number, disasterWarningStandardCategory?: DisasterWarningStandardCategoryEnum, searchValue?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
113
+ disasterWarningStandardList: (parkId: number, pageSize: number, page: number, disasterWarningStandardCategory?: DisasterWarningStandardCategoryEnum, searchValue?: string, executionTime?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
113
114
  /**
114
115
  *
115
116
  * @summary 修改灾害预警标准
@@ -214,10 +215,11 @@ export declare const DisasterWarningStandardApiFp: (configuration?: Configuratio
214
215
  * @param {number} page 页码
215
216
  * @param {DisasterWarningStandardCategoryEnum} [disasterWarningStandardCategory] 灾害预警分类
216
217
  * @param {string} [searchValue] 内容
218
+ * @param {number} [executionTime] 执行时效
217
219
  * @param {*} [options] Override http request option.
218
220
  * @throws {RequiredError}
219
221
  */
220
- disasterWarningStandardList(parkId: number, pageSize: number, page: number, disasterWarningStandardCategory?: DisasterWarningStandardCategoryEnum, searchValue?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultPageDtoDisasterWarningStandardEntity>>;
222
+ disasterWarningStandardList(parkId: number, pageSize: number, page: number, disasterWarningStandardCategory?: DisasterWarningStandardCategoryEnum, searchValue?: string, executionTime?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultPageDtoDisasterWarningStandardEntity>>;
221
223
  /**
222
224
  *
223
225
  * @summary 修改灾害预警标准
@@ -473,6 +475,12 @@ export interface DisasterWarningStandardApiDisasterWarningStandardListRequest {
473
475
  * @memberof DisasterWarningStandardApiDisasterWarningStandardList
474
476
  */
475
477
  readonly searchValue?: string;
478
+ /**
479
+ * 执行时效
480
+ * @type {number}
481
+ * @memberof DisasterWarningStandardApiDisasterWarningStandardList
482
+ */
483
+ readonly executionTime?: number;
476
484
  }
477
485
  /**
478
486
  * Request parameters for disasterWarningStandardUpdate operation in DisasterWarningStandardApi.
@@ -346,10 +346,11 @@ const DisasterWarningStandardApiAxiosParamCreator = function (configuration) {
346
346
  * @param {number} page 页码
347
347
  * @param {DisasterWarningStandardCategoryEnum} [disasterWarningStandardCategory] 灾害预警分类
348
348
  * @param {string} [searchValue] 内容
349
+ * @param {number} [executionTime] 执行时效
349
350
  * @param {*} [options] Override http request option.
350
351
  * @throws {RequiredError}
351
352
  */
352
- disasterWarningStandardList: (parkId_1, pageSize_1, page_1, disasterWarningStandardCategory_1, searchValue_1, ...args_1) => __awaiter(this, [parkId_1, pageSize_1, page_1, disasterWarningStandardCategory_1, searchValue_1, ...args_1], void 0, function* (parkId, pageSize, page, disasterWarningStandardCategory, searchValue, options = {}) {
353
+ disasterWarningStandardList: (parkId_1, pageSize_1, page_1, disasterWarningStandardCategory_1, searchValue_1, executionTime_1, ...args_1) => __awaiter(this, [parkId_1, pageSize_1, page_1, disasterWarningStandardCategory_1, searchValue_1, executionTime_1, ...args_1], void 0, function* (parkId, pageSize, page, disasterWarningStandardCategory, searchValue, executionTime, options = {}) {
353
354
  // verify required parameter 'parkId' is not null or undefined
354
355
  (0, common_1.assertParamExists)('disasterWarningStandardList', 'parkId', parkId);
355
356
  // verify required parameter 'pageSize' is not null or undefined
@@ -384,6 +385,9 @@ const DisasterWarningStandardApiAxiosParamCreator = function (configuration) {
384
385
  if (searchValue !== undefined) {
385
386
  localVarQueryParameter['searchValue'] = searchValue;
386
387
  }
388
+ if (executionTime !== undefined) {
389
+ localVarQueryParameter['executionTime'] = executionTime;
390
+ }
387
391
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
388
392
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
389
393
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -625,13 +629,14 @@ const DisasterWarningStandardApiFp = function (configuration) {
625
629
  * @param {number} page 页码
626
630
  * @param {DisasterWarningStandardCategoryEnum} [disasterWarningStandardCategory] 灾害预警分类
627
631
  * @param {string} [searchValue] 内容
632
+ * @param {number} [executionTime] 执行时效
628
633
  * @param {*} [options] Override http request option.
629
634
  * @throws {RequiredError}
630
635
  */
631
- disasterWarningStandardList(parkId, pageSize, page, disasterWarningStandardCategory, searchValue, options) {
636
+ disasterWarningStandardList(parkId, pageSize, page, disasterWarningStandardCategory, searchValue, executionTime, options) {
632
637
  return __awaiter(this, void 0, void 0, function* () {
633
638
  var _a, _b, _c;
634
- const localVarAxiosArgs = yield localVarAxiosParamCreator.disasterWarningStandardList(parkId, pageSize, page, disasterWarningStandardCategory, searchValue, options);
639
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.disasterWarningStandardList(parkId, pageSize, page, disasterWarningStandardCategory, searchValue, executionTime, options);
635
640
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
636
641
  const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DisasterWarningStandardApi.disasterWarningStandardList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
637
642
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
@@ -775,7 +780,7 @@ const DisasterWarningStandardApiFactory = function (configuration, basePath, axi
775
780
  * @throws {RequiredError}
776
781
  */
777
782
  disasterWarningStandardList(requestParameters, options) {
778
- return localVarFp.disasterWarningStandardList(requestParameters.parkId, requestParameters.pageSize, requestParameters.page, requestParameters.disasterWarningStandardCategory, requestParameters.searchValue, options).then((request) => request(axios, basePath));
783
+ return localVarFp.disasterWarningStandardList(requestParameters.parkId, requestParameters.pageSize, requestParameters.page, requestParameters.disasterWarningStandardCategory, requestParameters.searchValue, requestParameters.executionTime, options).then((request) => request(axios, basePath));
779
784
  },
780
785
  /**
781
786
  *
@@ -912,7 +917,7 @@ class DisasterWarningStandardApi extends base_1.BaseAPI {
912
917
  * @memberof DisasterWarningStandardApi
913
918
  */
914
919
  disasterWarningStandardList(requestParameters, options) {
915
- return (0, exports.DisasterWarningStandardApiFp)(this.configuration).disasterWarningStandardList(requestParameters.parkId, requestParameters.pageSize, requestParameters.page, requestParameters.disasterWarningStandardCategory, requestParameters.searchValue, options).then((request) => request(this.axios, this.basePath));
920
+ return (0, exports.DisasterWarningStandardApiFp)(this.configuration).disasterWarningStandardList(requestParameters.parkId, requestParameters.pageSize, requestParameters.page, requestParameters.disasterWarningStandardCategory, requestParameters.searchValue, requestParameters.executionTime, options).then((request) => request(this.axios, this.basePath));
916
921
  }
917
922
  /**
918
923
  *
@@ -1885,7 +1885,7 @@ export interface WorkOrderApiPlanListRequest {
1885
1885
  readonly deptIds?: Array<number>;
1886
1886
  /**
1887
1887
  * 计划类型列表
1888
- * @type {Array<'PLAN_TYPE_SHEBEIWEIBAO' | 'PLAN_TYPE_XUNJIAN_SPACE' | 'PLAN_TYPE_AI_INSPECTION' | 'PLAN_TYPE_XUNJIAN_EQUIPMENT'>}
1888
+ * @type {Array<'PLAN_TYPE_SHEBEIWEIBAO' | 'PLAN_TYPE_XUNJIAN_SPACE' | 'PLAN_TYPE_AI_INSPECTION' | 'PLAN_TYPE_XUNJIAN_EQUIPMENT' | 'PLAN_TYPE_DISASTER_WARNING'>}
1889
1889
  * @memberof WorkOrderApiPlanList
1890
1890
  */
1891
1891
  readonly planTypes?: Array<PlanListPlanTypesEnum>;
@@ -3163,6 +3163,7 @@ export declare const PlanListPlanTypesEnum: {
3163
3163
  readonly PlanTypeXunjianSpace: "PLAN_TYPE_XUNJIAN_SPACE";
3164
3164
  readonly PlanTypeAiInspection: "PLAN_TYPE_AI_INSPECTION";
3165
3165
  readonly PlanTypeXunjianEquipment: "PLAN_TYPE_XUNJIAN_EQUIPMENT";
3166
+ readonly PlanTypeDisasterWarning: "PLAN_TYPE_DISASTER_WARNING";
3166
3167
  };
3167
3168
  export type PlanListPlanTypesEnum = typeof PlanListPlanTypesEnum[keyof typeof PlanListPlanTypesEnum];
3168
3169
  /**
@@ -4308,7 +4308,8 @@ exports.PlanListPlanTypesEnum = {
4308
4308
  PlanTypeShebeiweibao: 'PLAN_TYPE_SHEBEIWEIBAO',
4309
4309
  PlanTypeXunjianSpace: 'PLAN_TYPE_XUNJIAN_SPACE',
4310
4310
  PlanTypeAiInspection: 'PLAN_TYPE_AI_INSPECTION',
4311
- PlanTypeXunjianEquipment: 'PLAN_TYPE_XUNJIAN_EQUIPMENT'
4311
+ PlanTypeXunjianEquipment: 'PLAN_TYPE_XUNJIAN_EQUIPMENT',
4312
+ PlanTypeDisasterWarning: 'PLAN_TYPE_DISASTER_WARNING'
4312
4313
  };
4313
4314
  /**
4314
4315
  * @export
@@ -106,10 +106,11 @@ export declare const DisasterWarningStandardApiAxiosParamCreator: (configuration
106
106
  * @param {number} page 页码
107
107
  * @param {DisasterWarningStandardCategoryEnum} [disasterWarningStandardCategory] 灾害预警分类
108
108
  * @param {string} [searchValue] 内容
109
+ * @param {number} [executionTime] 执行时效
109
110
  * @param {*} [options] Override http request option.
110
111
  * @throws {RequiredError}
111
112
  */
112
- disasterWarningStandardList: (parkId: number, pageSize: number, page: number, disasterWarningStandardCategory?: DisasterWarningStandardCategoryEnum, searchValue?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
113
+ disasterWarningStandardList: (parkId: number, pageSize: number, page: number, disasterWarningStandardCategory?: DisasterWarningStandardCategoryEnum, searchValue?: string, executionTime?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
113
114
  /**
114
115
  *
115
116
  * @summary 修改灾害预警标准
@@ -214,10 +215,11 @@ export declare const DisasterWarningStandardApiFp: (configuration?: Configuratio
214
215
  * @param {number} page 页码
215
216
  * @param {DisasterWarningStandardCategoryEnum} [disasterWarningStandardCategory] 灾害预警分类
216
217
  * @param {string} [searchValue] 内容
218
+ * @param {number} [executionTime] 执行时效
217
219
  * @param {*} [options] Override http request option.
218
220
  * @throws {RequiredError}
219
221
  */
220
- disasterWarningStandardList(parkId: number, pageSize: number, page: number, disasterWarningStandardCategory?: DisasterWarningStandardCategoryEnum, searchValue?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultPageDtoDisasterWarningStandardEntity>>;
222
+ disasterWarningStandardList(parkId: number, pageSize: number, page: number, disasterWarningStandardCategory?: DisasterWarningStandardCategoryEnum, searchValue?: string, executionTime?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultPageDtoDisasterWarningStandardEntity>>;
221
223
  /**
222
224
  *
223
225
  * @summary 修改灾害预警标准
@@ -473,6 +475,12 @@ export interface DisasterWarningStandardApiDisasterWarningStandardListRequest {
473
475
  * @memberof DisasterWarningStandardApiDisasterWarningStandardList
474
476
  */
475
477
  readonly searchValue?: string;
478
+ /**
479
+ * 执行时效
480
+ * @type {number}
481
+ * @memberof DisasterWarningStandardApiDisasterWarningStandardList
482
+ */
483
+ readonly executionTime?: number;
476
484
  }
477
485
  /**
478
486
  * Request parameters for disasterWarningStandardUpdate operation in DisasterWarningStandardApi.
@@ -343,10 +343,11 @@ export const DisasterWarningStandardApiAxiosParamCreator = function (configurati
343
343
  * @param {number} page 页码
344
344
  * @param {DisasterWarningStandardCategoryEnum} [disasterWarningStandardCategory] 灾害预警分类
345
345
  * @param {string} [searchValue] 内容
346
+ * @param {number} [executionTime] 执行时效
346
347
  * @param {*} [options] Override http request option.
347
348
  * @throws {RequiredError}
348
349
  */
349
- disasterWarningStandardList: (parkId_1, pageSize_1, page_1, disasterWarningStandardCategory_1, searchValue_1, ...args_1) => __awaiter(this, [parkId_1, pageSize_1, page_1, disasterWarningStandardCategory_1, searchValue_1, ...args_1], void 0, function* (parkId, pageSize, page, disasterWarningStandardCategory, searchValue, options = {}) {
350
+ disasterWarningStandardList: (parkId_1, pageSize_1, page_1, disasterWarningStandardCategory_1, searchValue_1, executionTime_1, ...args_1) => __awaiter(this, [parkId_1, pageSize_1, page_1, disasterWarningStandardCategory_1, searchValue_1, executionTime_1, ...args_1], void 0, function* (parkId, pageSize, page, disasterWarningStandardCategory, searchValue, executionTime, options = {}) {
350
351
  // verify required parameter 'parkId' is not null or undefined
351
352
  assertParamExists('disasterWarningStandardList', 'parkId', parkId);
352
353
  // verify required parameter 'pageSize' is not null or undefined
@@ -381,6 +382,9 @@ export const DisasterWarningStandardApiAxiosParamCreator = function (configurati
381
382
  if (searchValue !== undefined) {
382
383
  localVarQueryParameter['searchValue'] = searchValue;
383
384
  }
385
+ if (executionTime !== undefined) {
386
+ localVarQueryParameter['executionTime'] = executionTime;
387
+ }
384
388
  setSearchParams(localVarUrlObj, localVarQueryParameter);
385
389
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
386
390
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -621,13 +625,14 @@ export const DisasterWarningStandardApiFp = function (configuration) {
621
625
  * @param {number} page 页码
622
626
  * @param {DisasterWarningStandardCategoryEnum} [disasterWarningStandardCategory] 灾害预警分类
623
627
  * @param {string} [searchValue] 内容
628
+ * @param {number} [executionTime] 执行时效
624
629
  * @param {*} [options] Override http request option.
625
630
  * @throws {RequiredError}
626
631
  */
627
- disasterWarningStandardList(parkId, pageSize, page, disasterWarningStandardCategory, searchValue, options) {
632
+ disasterWarningStandardList(parkId, pageSize, page, disasterWarningStandardCategory, searchValue, executionTime, options) {
628
633
  return __awaiter(this, void 0, void 0, function* () {
629
634
  var _a, _b, _c;
630
- const localVarAxiosArgs = yield localVarAxiosParamCreator.disasterWarningStandardList(parkId, pageSize, page, disasterWarningStandardCategory, searchValue, options);
635
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.disasterWarningStandardList(parkId, pageSize, page, disasterWarningStandardCategory, searchValue, executionTime, options);
631
636
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
632
637
  const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DisasterWarningStandardApi.disasterWarningStandardList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
633
638
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
@@ -770,7 +775,7 @@ export const DisasterWarningStandardApiFactory = function (configuration, basePa
770
775
  * @throws {RequiredError}
771
776
  */
772
777
  disasterWarningStandardList(requestParameters, options) {
773
- return localVarFp.disasterWarningStandardList(requestParameters.parkId, requestParameters.pageSize, requestParameters.page, requestParameters.disasterWarningStandardCategory, requestParameters.searchValue, options).then((request) => request(axios, basePath));
778
+ return localVarFp.disasterWarningStandardList(requestParameters.parkId, requestParameters.pageSize, requestParameters.page, requestParameters.disasterWarningStandardCategory, requestParameters.searchValue, requestParameters.executionTime, options).then((request) => request(axios, basePath));
774
779
  },
775
780
  /**
776
781
  *
@@ -906,7 +911,7 @@ export class DisasterWarningStandardApi extends BaseAPI {
906
911
  * @memberof DisasterWarningStandardApi
907
912
  */
908
913
  disasterWarningStandardList(requestParameters, options) {
909
- return DisasterWarningStandardApiFp(this.configuration).disasterWarningStandardList(requestParameters.parkId, requestParameters.pageSize, requestParameters.page, requestParameters.disasterWarningStandardCategory, requestParameters.searchValue, options).then((request) => request(this.axios, this.basePath));
914
+ return DisasterWarningStandardApiFp(this.configuration).disasterWarningStandardList(requestParameters.parkId, requestParameters.pageSize, requestParameters.page, requestParameters.disasterWarningStandardCategory, requestParameters.searchValue, requestParameters.executionTime, options).then((request) => request(this.axios, this.basePath));
910
915
  }
911
916
  /**
912
917
  *
@@ -1885,7 +1885,7 @@ export interface WorkOrderApiPlanListRequest {
1885
1885
  readonly deptIds?: Array<number>;
1886
1886
  /**
1887
1887
  * 计划类型列表
1888
- * @type {Array<'PLAN_TYPE_SHEBEIWEIBAO' | 'PLAN_TYPE_XUNJIAN_SPACE' | 'PLAN_TYPE_AI_INSPECTION' | 'PLAN_TYPE_XUNJIAN_EQUIPMENT'>}
1888
+ * @type {Array<'PLAN_TYPE_SHEBEIWEIBAO' | 'PLAN_TYPE_XUNJIAN_SPACE' | 'PLAN_TYPE_AI_INSPECTION' | 'PLAN_TYPE_XUNJIAN_EQUIPMENT' | 'PLAN_TYPE_DISASTER_WARNING'>}
1889
1889
  * @memberof WorkOrderApiPlanList
1890
1890
  */
1891
1891
  readonly planTypes?: Array<PlanListPlanTypesEnum>;
@@ -3163,6 +3163,7 @@ export declare const PlanListPlanTypesEnum: {
3163
3163
  readonly PlanTypeXunjianSpace: "PLAN_TYPE_XUNJIAN_SPACE";
3164
3164
  readonly PlanTypeAiInspection: "PLAN_TYPE_AI_INSPECTION";
3165
3165
  readonly PlanTypeXunjianEquipment: "PLAN_TYPE_XUNJIAN_EQUIPMENT";
3166
+ readonly PlanTypeDisasterWarning: "PLAN_TYPE_DISASTER_WARNING";
3166
3167
  };
3167
3168
  export type PlanListPlanTypesEnum = typeof PlanListPlanTypesEnum[keyof typeof PlanListPlanTypesEnum];
3168
3169
  /**
@@ -4301,7 +4301,8 @@ export const PlanListPlanTypesEnum = {
4301
4301
  PlanTypeShebeiweibao: 'PLAN_TYPE_SHEBEIWEIBAO',
4302
4302
  PlanTypeXunjianSpace: 'PLAN_TYPE_XUNJIAN_SPACE',
4303
4303
  PlanTypeAiInspection: 'PLAN_TYPE_AI_INSPECTION',
4304
- PlanTypeXunjianEquipment: 'PLAN_TYPE_XUNJIAN_EQUIPMENT'
4304
+ PlanTypeXunjianEquipment: 'PLAN_TYPE_XUNJIAN_EQUIPMENT',
4305
+ PlanTypeDisasterWarning: 'PLAN_TYPE_DISASTER_WARNING'
4305
4306
  };
4306
4307
  /**
4307
4308
  * @export
@@ -11,7 +11,7 @@
11
11
  */
12
12
  import type { DisasterWarningStandardCategoryEnum } from './disaster-warning-standard-category-enum';
13
13
  /**
14
- * 页数据列表
14
+ * 灾害预警标准
15
15
  * @export
16
16
  * @interface DisasterWarningStandardEntity
17
17
  */
@@ -25,16 +25,16 @@ export interface GetUserWx200Response {
25
25
  'status'?: number;
26
26
  /**
27
27
  *
28
- * @type {object}
28
+ * @type {Array<string>}
29
29
  * @memberof GetUserWx200Response
30
30
  */
31
- 'trailerFields'?: object;
31
+ 'headerNames'?: Array<string>;
32
32
  /**
33
33
  *
34
- * @type {Array<string>}
34
+ * @type {object}
35
35
  * @memberof GetUserWx200Response
36
36
  */
37
- 'headerNames'?: Array<string>;
37
+ 'trailerFields'?: object;
38
38
  /**
39
39
  *
40
40
  * @type {GetUserWx200ResponseLocale}
@@ -715,6 +715,7 @@ export * from './plan-image-list';
715
715
  export * from './plan-inspection-items-dto';
716
716
  export * from './plan-item-add-vo';
717
717
  export * from './plan-item-edit-vo';
718
+ export * from './plan-level-enum';
718
719
  export * from './plan-search-dto';
719
720
  export * from './plan-to-state-vo';
720
721
  export * from './privacy-add-vo';
@@ -715,6 +715,7 @@ export * from './plan-image-list';
715
715
  export * from './plan-inspection-items-dto';
716
716
  export * from './plan-item-add-vo';
717
717
  export * from './plan-item-edit-vo';
718
+ export * from './plan-level-enum';
718
719
  export * from './plan-search-dto';
719
720
  export * from './plan-to-state-vo';
720
721
  export * from './privacy-add-vo';
@@ -44,15 +44,15 @@ export interface IPageAccessVO {
44
44
  *
45
45
  * @type {boolean}
46
46
  * @memberof IPageAccessVO
47
+ * @deprecated
47
48
  */
48
- 'searchCount'?: boolean;
49
+ 'hitCount'?: boolean;
49
50
  /**
50
51
  *
51
52
  * @type {boolean}
52
53
  * @memberof IPageAccessVO
53
- * @deprecated
54
54
  */
55
- 'hitCount'?: boolean;
55
+ 'searchCount'?: boolean;
56
56
  /**
57
57
  *
58
58
  * @type {number}
@@ -213,5 +213,6 @@ export declare const PeriodDetailRespPlanTypeEnum: {
213
213
  readonly PlanTypeXunjianSpace: "PLAN_TYPE_XUNJIAN_SPACE";
214
214
  readonly PlanTypeAiInspection: "PLAN_TYPE_AI_INSPECTION";
215
215
  readonly PlanTypeXunjianEquipment: "PLAN_TYPE_XUNJIAN_EQUIPMENT";
216
+ readonly PlanTypeDisasterWarning: "PLAN_TYPE_DISASTER_WARNING";
216
217
  };
217
218
  export type PeriodDetailRespPlanTypeEnum = typeof PeriodDetailRespPlanTypeEnum[keyof typeof PeriodDetailRespPlanTypeEnum];
@@ -20,5 +20,6 @@ export const PeriodDetailRespPlanTypeEnum = {
20
20
  PlanTypeShebeiweibao: 'PLAN_TYPE_SHEBEIWEIBAO',
21
21
  PlanTypeXunjianSpace: 'PLAN_TYPE_XUNJIAN_SPACE',
22
22
  PlanTypeAiInspection: 'PLAN_TYPE_AI_INSPECTION',
23
- PlanTypeXunjianEquipment: 'PLAN_TYPE_XUNJIAN_EQUIPMENT'
23
+ PlanTypeXunjianEquipment: 'PLAN_TYPE_XUNJIAN_EQUIPMENT',
24
+ PlanTypeDisasterWarning: 'PLAN_TYPE_DISASTER_WARNING'
24
25
  };
@@ -11,6 +11,7 @@
11
11
  */
12
12
  import type { InspectionItemContentVo } from './inspection-item-content-vo';
13
13
  import type { PlanItemAddVo } from './plan-item-add-vo';
14
+ import type { PlanLevelEnum } from './plan-level-enum';
14
15
  import type { WorkOrderTypeSubcategoryEnum } from './work-order-type-subcategory-enum';
15
16
  /**
16
17
  * 计划工单新建请求参数
@@ -65,7 +66,7 @@ export interface PlanAddVo {
65
66
  * @type {PlanItemAddVo}
66
67
  * @memberof PlanAddVo
67
68
  */
68
- 'planItem': PlanItemAddVo;
69
+ 'planItem'?: PlanItemAddVo;
69
70
  /**
70
71
  * 巡检项巡检内容
71
72
  * @type {Array<InspectionItemContentVo>}
@@ -84,11 +85,18 @@ export interface PlanAddVo {
84
85
  * @memberof PlanAddVo
85
86
  */
86
87
  'workOrderTypeSubcategory'?: WorkOrderTypeSubcategoryEnum;
88
+ /**
89
+ *
90
+ * @type {PlanLevelEnum}
91
+ * @memberof PlanAddVo
92
+ */
93
+ 'planLevel'?: PlanLevelEnum;
87
94
  }
88
95
  export declare const PlanAddVoPlanTypeEnum: {
89
96
  readonly PlanTypeShebeiweibao: "PLAN_TYPE_SHEBEIWEIBAO";
90
97
  readonly PlanTypeXunjianSpace: "PLAN_TYPE_XUNJIAN_SPACE";
91
98
  readonly PlanTypeAiInspection: "PLAN_TYPE_AI_INSPECTION";
92
99
  readonly PlanTypeXunjianEquipment: "PLAN_TYPE_XUNJIAN_EQUIPMENT";
100
+ readonly PlanTypeDisasterWarning: "PLAN_TYPE_DISASTER_WARNING";
93
101
  };
94
102
  export type PlanAddVoPlanTypeEnum = typeof PlanAddVoPlanTypeEnum[keyof typeof PlanAddVoPlanTypeEnum];
@@ -15,5 +15,6 @@ export const PlanAddVoPlanTypeEnum = {
15
15
  PlanTypeShebeiweibao: 'PLAN_TYPE_SHEBEIWEIBAO',
16
16
  PlanTypeXunjianSpace: 'PLAN_TYPE_XUNJIAN_SPACE',
17
17
  PlanTypeAiInspection: 'PLAN_TYPE_AI_INSPECTION',
18
- PlanTypeXunjianEquipment: 'PLAN_TYPE_XUNJIAN_EQUIPMENT'
18
+ PlanTypeXunjianEquipment: 'PLAN_TYPE_XUNJIAN_EQUIPMENT',
19
+ PlanTypeDisasterWarning: 'PLAN_TYPE_DISASTER_WARNING'
19
20
  };
@@ -45,5 +45,6 @@ export declare const PlanCalendarListVoTypeEnum: {
45
45
  readonly PlanTypeXunjianSpace: "PLAN_TYPE_XUNJIAN_SPACE";
46
46
  readonly PlanTypeAiInspection: "PLAN_TYPE_AI_INSPECTION";
47
47
  readonly PlanTypeXunjianEquipment: "PLAN_TYPE_XUNJIAN_EQUIPMENT";
48
+ readonly PlanTypeDisasterWarning: "PLAN_TYPE_DISASTER_WARNING";
48
49
  };
49
50
  export type PlanCalendarListVoTypeEnum = typeof PlanCalendarListVoTypeEnum[keyof typeof PlanCalendarListVoTypeEnum];
@@ -15,5 +15,6 @@ export const PlanCalendarListVoTypeEnum = {
15
15
  PlanTypeShebeiweibao: 'PLAN_TYPE_SHEBEIWEIBAO',
16
16
  PlanTypeXunjianSpace: 'PLAN_TYPE_XUNJIAN_SPACE',
17
17
  PlanTypeAiInspection: 'PLAN_TYPE_AI_INSPECTION',
18
- PlanTypeXunjianEquipment: 'PLAN_TYPE_XUNJIAN_EQUIPMENT'
18
+ PlanTypeXunjianEquipment: 'PLAN_TYPE_XUNJIAN_EQUIPMENT',
19
+ PlanTypeDisasterWarning: 'PLAN_TYPE_DISASTER_WARNING'
19
20
  };
@@ -72,6 +72,12 @@ export interface PlanDetailDTO {
72
72
  * @memberof PlanDetailDTO
73
73
  */
74
74
  'maintenanceItems'?: Array<PlanInspectionItemsDTO>;
75
+ /**
76
+ * 灾害预警项集合
77
+ * @type {Array<PlanInspectionItemsDTO>}
78
+ * @memberof PlanDetailDTO
79
+ */
80
+ 'disasterWarningItems'?: Array<PlanInspectionItemsDTO>;
75
81
  /**
76
82
  *
77
83
  * @type {PlanItemEditVo}
@@ -102,5 +108,6 @@ export declare const PlanDetailDTOPlanTypeEnum: {
102
108
  readonly PlanTypeXunjianSpace: "PLAN_TYPE_XUNJIAN_SPACE";
103
109
  readonly PlanTypeAiInspection: "PLAN_TYPE_AI_INSPECTION";
104
110
  readonly PlanTypeXunjianEquipment: "PLAN_TYPE_XUNJIAN_EQUIPMENT";
111
+ readonly PlanTypeDisasterWarning: "PLAN_TYPE_DISASTER_WARNING";
105
112
  };
106
113
  export type PlanDetailDTOPlanTypeEnum = typeof PlanDetailDTOPlanTypeEnum[keyof typeof PlanDetailDTOPlanTypeEnum];
@@ -15,5 +15,6 @@ export const PlanDetailDTOPlanTypeEnum = {
15
15
  PlanTypeShebeiweibao: 'PLAN_TYPE_SHEBEIWEIBAO',
16
16
  PlanTypeXunjianSpace: 'PLAN_TYPE_XUNJIAN_SPACE',
17
17
  PlanTypeAiInspection: 'PLAN_TYPE_AI_INSPECTION',
18
- PlanTypeXunjianEquipment: 'PLAN_TYPE_XUNJIAN_EQUIPMENT'
18
+ PlanTypeXunjianEquipment: 'PLAN_TYPE_XUNJIAN_EQUIPMENT',
19
+ PlanTypeDisasterWarning: 'PLAN_TYPE_DISASTER_WARNING'
19
20
  };
@@ -11,6 +11,7 @@
11
11
  */
12
12
  import type { InspectionItemContentVo } from './inspection-item-content-vo';
13
13
  import type { PlanItemEditVo } from './plan-item-edit-vo';
14
+ import type { PlanLevelEnum } from './plan-level-enum';
14
15
  import type { WorkOrderTypeSubcategoryEnum } from './work-order-type-subcategory-enum';
15
16
  /**
16
17
  * 计划工单编辑请求参数
@@ -59,7 +60,7 @@ export interface PlanEditVo {
59
60
  * @type {PlanItemEditVo}
60
61
  * @memberof PlanEditVo
61
62
  */
62
- 'planItem': PlanItemEditVo;
63
+ 'planItem'?: PlanItemEditVo;
63
64
  /**
64
65
  * 巡检项巡检内容
65
66
  * @type {Array<InspectionItemContentVo>}
@@ -72,11 +73,18 @@ export interface PlanEditVo {
72
73
  * @memberof PlanEditVo
73
74
  */
74
75
  'workOrderTypeSubcategory': WorkOrderTypeSubcategoryEnum;
76
+ /**
77
+ *
78
+ * @type {PlanLevelEnum}
79
+ * @memberof PlanEditVo
80
+ */
81
+ 'planLevel'?: PlanLevelEnum;
75
82
  }
76
83
  export declare const PlanEditVoPlanTypeEnum: {
77
84
  readonly PlanTypeShebeiweibao: "PLAN_TYPE_SHEBEIWEIBAO";
78
85
  readonly PlanTypeXunjianSpace: "PLAN_TYPE_XUNJIAN_SPACE";
79
86
  readonly PlanTypeAiInspection: "PLAN_TYPE_AI_INSPECTION";
80
87
  readonly PlanTypeXunjianEquipment: "PLAN_TYPE_XUNJIAN_EQUIPMENT";
88
+ readonly PlanTypeDisasterWarning: "PLAN_TYPE_DISASTER_WARNING";
81
89
  };
82
90
  export type PlanEditVoPlanTypeEnum = typeof PlanEditVoPlanTypeEnum[keyof typeof PlanEditVoPlanTypeEnum];
@@ -15,5 +15,6 @@ export const PlanEditVoPlanTypeEnum = {
15
15
  PlanTypeShebeiweibao: 'PLAN_TYPE_SHEBEIWEIBAO',
16
16
  PlanTypeXunjianSpace: 'PLAN_TYPE_XUNJIAN_SPACE',
17
17
  PlanTypeAiInspection: 'PLAN_TYPE_AI_INSPECTION',
18
- PlanTypeXunjianEquipment: 'PLAN_TYPE_XUNJIAN_EQUIPMENT'
18
+ PlanTypeXunjianEquipment: 'PLAN_TYPE_XUNJIAN_EQUIPMENT',
19
+ PlanTypeDisasterWarning: 'PLAN_TYPE_DISASTER_WARNING'
19
20
  };
@@ -9,6 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import type { DisasterWarningStandardEntity } from './disaster-warning-standard-entity';
12
13
  import type { InspectionStandardEntity } from './inspection-standard-entity';
13
14
  import type { MaintenanceStandardEntity } from './maintenance-standard-entity';
14
15
  /**
@@ -47,6 +48,12 @@ export interface PlanInspectionItemsDTO {
47
48
  * @memberof PlanInspectionItemsDTO
48
49
  */
49
50
  'inspectionStandards'?: Array<InspectionStandardEntity>;
51
+ /**
52
+ * 灾害预警标准
53
+ * @type {Array<DisasterWarningStandardEntity>}
54
+ * @memberof PlanInspectionItemsDTO
55
+ */
56
+ 'disasterWarningStandards'?: Array<DisasterWarningStandardEntity>;
50
57
  /**
51
58
  * 排序
52
59
  * @type {number}
@@ -0,0 +1,22 @@
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
+ /**
13
+ * 计划级别枚举
14
+ * @export
15
+ * @enum {string}
16
+ */
17
+ export declare const PlanLevelEnum: {
18
+ readonly Red: "RED";
19
+ readonly Orange: "ORANGE";
20
+ readonly Yellow: "YELLOW";
21
+ };
22
+ export type PlanLevelEnum = typeof PlanLevelEnum[keyof typeof PlanLevelEnum];