@gizone/rrs-client 4.2.0-alpha.242 → 4.2.0-alpha.243
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/{disaster-warning-standard-controller-api.ts → disaster-warning-standard-api.ts} +128 -128
- package/dist/api.d.ts +1 -1
- package/dist/api.js +1 -1
- package/dist/apis/{disaster-warning-standard-controller-api.d.ts → disaster-warning-standard-api.d.ts} +102 -102
- package/dist/apis/{disaster-warning-standard-controller-api.js → disaster-warning-standard-api.js} +70 -70
- package/dist/esm/api.d.ts +1 -1
- package/dist/esm/api.js +1 -1
- package/dist/esm/apis/{disaster-warning-standard-controller-api.d.ts → disaster-warning-standard-api.d.ts} +102 -102
- package/dist/esm/apis/{disaster-warning-standard-controller-api.js → disaster-warning-standard-api.js} +65 -65
- package/dist/esm/models/get-user-wx200-response.d.ts +10 -10
- package/dist/models/get-user-wx200-response.d.ts +10 -10
- package/models/get-user-wx200-response.ts +10 -10
- package/package.json +1 -1
|
@@ -21,10 +21,10 @@ import type { JsonResultPageDtoDisasterWarningStandardEntity } from '../models';
|
|
|
21
21
|
import type { JsonResultVoid } from '../models';
|
|
22
22
|
import type { SyncStandardVo } from '../models';
|
|
23
23
|
/**
|
|
24
|
-
*
|
|
24
|
+
* DisasterWarningStandardApi - axios parameter creator
|
|
25
25
|
* @export
|
|
26
26
|
*/
|
|
27
|
-
export declare const
|
|
27
|
+
export declare const DisasterWarningStandardApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
28
28
|
/**
|
|
29
29
|
*
|
|
30
30
|
* @summary 新增灾害预警标准
|
|
@@ -129,10 +129,10 @@ export declare const DisasterWarningStandardControllerApiAxiosParamCreator: (con
|
|
|
129
129
|
syncDisasterWarningStandard: (syncStandardVo: SyncStandardVo, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
130
130
|
};
|
|
131
131
|
/**
|
|
132
|
-
*
|
|
132
|
+
* DisasterWarningStandardApi - functional programming interface
|
|
133
133
|
* @export
|
|
134
134
|
*/
|
|
135
|
-
export declare const
|
|
135
|
+
export declare const DisasterWarningStandardApiFp: (configuration?: Configuration) => {
|
|
136
136
|
/**
|
|
137
137
|
*
|
|
138
138
|
* @summary 新增灾害预警标准
|
|
@@ -237,26 +237,26 @@ export declare const DisasterWarningStandardControllerApiFp: (configuration?: Co
|
|
|
237
237
|
syncDisasterWarningStandard(syncStandardVo: SyncStandardVo, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultVoid>>;
|
|
238
238
|
};
|
|
239
239
|
/**
|
|
240
|
-
*
|
|
240
|
+
* DisasterWarningStandardApi - factory interface
|
|
241
241
|
* @export
|
|
242
242
|
*/
|
|
243
|
-
export declare const
|
|
243
|
+
export declare const DisasterWarningStandardApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
244
244
|
/**
|
|
245
245
|
*
|
|
246
246
|
* @summary 新增灾害预警标准
|
|
247
|
-
* @param {
|
|
247
|
+
* @param {DisasterWarningStandardApiDisasterWarningStandardAddRequest} requestParameters Request parameters.
|
|
248
248
|
* @param {*} [options] Override http request option.
|
|
249
249
|
* @throws {RequiredError}
|
|
250
250
|
*/
|
|
251
|
-
disasterWarningStandardAdd(requestParameters:
|
|
251
|
+
disasterWarningStandardAdd(requestParameters: DisasterWarningStandardApiDisasterWarningStandardAddRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultBoolean>;
|
|
252
252
|
/**
|
|
253
253
|
*
|
|
254
254
|
* @summary 灾害预警标准导出-数据
|
|
255
|
-
* @param {
|
|
255
|
+
* @param {DisasterWarningStandardApiDisasterWarningStandardBatchExportRequest} requestParameters Request parameters.
|
|
256
256
|
* @param {*} [options] Override http request option.
|
|
257
257
|
* @throws {RequiredError}
|
|
258
258
|
*/
|
|
259
|
-
disasterWarningStandardBatchExport(requestParameters:
|
|
259
|
+
disasterWarningStandardBatchExport(requestParameters: DisasterWarningStandardApiDisasterWarningStandardBatchExportRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
260
260
|
/**
|
|
261
261
|
*
|
|
262
262
|
* @summary 灾害预警标准导入-确认导入
|
|
@@ -281,262 +281,262 @@ export declare const DisasterWarningStandardControllerApiFactory: (configuration
|
|
|
281
281
|
/**
|
|
282
282
|
*
|
|
283
283
|
* @summary 灾害预警标准导入-上传文件
|
|
284
|
-
* @param {
|
|
284
|
+
* @param {DisasterWarningStandardApiDisasterWarningStandardBatchImportUploadRequest} requestParameters Request parameters.
|
|
285
285
|
* @param {*} [options] Override http request option.
|
|
286
286
|
* @throws {RequiredError}
|
|
287
287
|
*/
|
|
288
|
-
disasterWarningStandardBatchImportUpload(requestParameters:
|
|
288
|
+
disasterWarningStandardBatchImportUpload(requestParameters: DisasterWarningStandardApiDisasterWarningStandardBatchImportUploadRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultExcelImportResultDTODisasterWarningStandardImportDTO>;
|
|
289
289
|
/**
|
|
290
290
|
*
|
|
291
291
|
* @summary 删除灾害预警标准
|
|
292
|
-
* @param {
|
|
292
|
+
* @param {DisasterWarningStandardApiDisasterWarningStandardDeleteRequest} requestParameters Request parameters.
|
|
293
293
|
* @param {*} [options] Override http request option.
|
|
294
294
|
* @throws {RequiredError}
|
|
295
295
|
*/
|
|
296
|
-
disasterWarningStandardDelete(requestParameters:
|
|
296
|
+
disasterWarningStandardDelete(requestParameters: DisasterWarningStandardApiDisasterWarningStandardDeleteRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultBoolean>;
|
|
297
297
|
/**
|
|
298
298
|
*
|
|
299
299
|
* @summary 删除灾害预警标准
|
|
300
|
-
* @param {
|
|
300
|
+
* @param {DisasterWarningStandardApiDisasterWarningStandardDeleteBatchRequest} requestParameters Request parameters.
|
|
301
301
|
* @param {*} [options] Override http request option.
|
|
302
302
|
* @throws {RequiredError}
|
|
303
303
|
*/
|
|
304
|
-
disasterWarningStandardDeleteBatch(requestParameters:
|
|
304
|
+
disasterWarningStandardDeleteBatch(requestParameters: DisasterWarningStandardApiDisasterWarningStandardDeleteBatchRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultBoolean>;
|
|
305
305
|
/**
|
|
306
306
|
*
|
|
307
307
|
* @summary 查询灾害预警标准
|
|
308
|
-
* @param {
|
|
308
|
+
* @param {DisasterWarningStandardApiDisasterWarningStandardDetailsRequest} requestParameters Request parameters.
|
|
309
309
|
* @param {*} [options] Override http request option.
|
|
310
310
|
* @throws {RequiredError}
|
|
311
311
|
*/
|
|
312
|
-
disasterWarningStandardDetails(requestParameters:
|
|
312
|
+
disasterWarningStandardDetails(requestParameters: DisasterWarningStandardApiDisasterWarningStandardDetailsRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultDisasterWarningStandardEntity>;
|
|
313
313
|
/**
|
|
314
314
|
*
|
|
315
315
|
* @summary 查询灾害预警标准列表
|
|
316
|
-
* @param {
|
|
316
|
+
* @param {DisasterWarningStandardApiDisasterWarningStandardListRequest} requestParameters Request parameters.
|
|
317
317
|
* @param {*} [options] Override http request option.
|
|
318
318
|
* @throws {RequiredError}
|
|
319
319
|
*/
|
|
320
|
-
disasterWarningStandardList(requestParameters:
|
|
320
|
+
disasterWarningStandardList(requestParameters: DisasterWarningStandardApiDisasterWarningStandardListRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultPageDtoDisasterWarningStandardEntity>;
|
|
321
321
|
/**
|
|
322
322
|
*
|
|
323
323
|
* @summary 修改灾害预警标准
|
|
324
|
-
* @param {
|
|
324
|
+
* @param {DisasterWarningStandardApiDisasterWarningStandardUpdateRequest} requestParameters Request parameters.
|
|
325
325
|
* @param {*} [options] Override http request option.
|
|
326
326
|
* @throws {RequiredError}
|
|
327
327
|
*/
|
|
328
|
-
disasterWarningStandardUpdate(requestParameters:
|
|
328
|
+
disasterWarningStandardUpdate(requestParameters: DisasterWarningStandardApiDisasterWarningStandardUpdateRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultBoolean>;
|
|
329
329
|
/**
|
|
330
330
|
*
|
|
331
331
|
* @summary 同步其他园区巡检标准
|
|
332
|
-
* @param {
|
|
332
|
+
* @param {DisasterWarningStandardApiSyncDisasterWarningStandardRequest} requestParameters Request parameters.
|
|
333
333
|
* @param {*} [options] Override http request option.
|
|
334
334
|
* @throws {RequiredError}
|
|
335
335
|
*/
|
|
336
|
-
syncDisasterWarningStandard(requestParameters:
|
|
336
|
+
syncDisasterWarningStandard(requestParameters: DisasterWarningStandardApiSyncDisasterWarningStandardRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultVoid>;
|
|
337
337
|
};
|
|
338
338
|
/**
|
|
339
|
-
* Request parameters for disasterWarningStandardAdd operation in
|
|
339
|
+
* Request parameters for disasterWarningStandardAdd operation in DisasterWarningStandardApi.
|
|
340
340
|
* @export
|
|
341
|
-
* @interface
|
|
341
|
+
* @interface DisasterWarningStandardApiDisasterWarningStandardAddRequest
|
|
342
342
|
*/
|
|
343
|
-
export interface
|
|
343
|
+
export interface DisasterWarningStandardApiDisasterWarningStandardAddRequest {
|
|
344
344
|
/**
|
|
345
345
|
*
|
|
346
346
|
* @type {Array<DisasterWarningStandardAddOrUpdateVo>}
|
|
347
|
-
* @memberof
|
|
347
|
+
* @memberof DisasterWarningStandardApiDisasterWarningStandardAdd
|
|
348
348
|
*/
|
|
349
349
|
readonly disasterWarningStandardAddOrUpdateVo: Array<DisasterWarningStandardAddOrUpdateVo>;
|
|
350
350
|
}
|
|
351
351
|
/**
|
|
352
|
-
* Request parameters for disasterWarningStandardBatchExport operation in
|
|
352
|
+
* Request parameters for disasterWarningStandardBatchExport operation in DisasterWarningStandardApi.
|
|
353
353
|
* @export
|
|
354
|
-
* @interface
|
|
354
|
+
* @interface DisasterWarningStandardApiDisasterWarningStandardBatchExportRequest
|
|
355
355
|
*/
|
|
356
|
-
export interface
|
|
356
|
+
export interface DisasterWarningStandardApiDisasterWarningStandardBatchExportRequest {
|
|
357
357
|
/**
|
|
358
358
|
* 园区id
|
|
359
359
|
* @type {number}
|
|
360
|
-
* @memberof
|
|
360
|
+
* @memberof DisasterWarningStandardApiDisasterWarningStandardBatchExport
|
|
361
361
|
*/
|
|
362
362
|
readonly parkId: number;
|
|
363
363
|
/**
|
|
364
364
|
* 内容
|
|
365
365
|
* @type {string}
|
|
366
|
-
* @memberof
|
|
366
|
+
* @memberof DisasterWarningStandardApiDisasterWarningStandardBatchExport
|
|
367
367
|
*/
|
|
368
368
|
readonly searchValue?: string;
|
|
369
369
|
/**
|
|
370
370
|
* 灾害预警分类
|
|
371
371
|
* @type {DisasterWarningStandardCategoryEnum}
|
|
372
|
-
* @memberof
|
|
372
|
+
* @memberof DisasterWarningStandardApiDisasterWarningStandardBatchExport
|
|
373
373
|
*/
|
|
374
374
|
readonly disasterWarningStandardCategory?: DisasterWarningStandardCategoryEnum;
|
|
375
375
|
}
|
|
376
376
|
/**
|
|
377
|
-
* Request parameters for disasterWarningStandardBatchImportUpload operation in
|
|
377
|
+
* Request parameters for disasterWarningStandardBatchImportUpload operation in DisasterWarningStandardApi.
|
|
378
378
|
* @export
|
|
379
|
-
* @interface
|
|
379
|
+
* @interface DisasterWarningStandardApiDisasterWarningStandardBatchImportUploadRequest
|
|
380
380
|
*/
|
|
381
|
-
export interface
|
|
381
|
+
export interface DisasterWarningStandardApiDisasterWarningStandardBatchImportUploadRequest {
|
|
382
382
|
/**
|
|
383
383
|
* 园区id
|
|
384
384
|
* @type {number}
|
|
385
|
-
* @memberof
|
|
385
|
+
* @memberof DisasterWarningStandardApiDisasterWarningStandardBatchImportUpload
|
|
386
386
|
*/
|
|
387
387
|
readonly parkId: number;
|
|
388
388
|
/**
|
|
389
389
|
*
|
|
390
390
|
* @type {File}
|
|
391
|
-
* @memberof
|
|
391
|
+
* @memberof DisasterWarningStandardApiDisasterWarningStandardBatchImportUpload
|
|
392
392
|
*/
|
|
393
393
|
readonly file: File;
|
|
394
394
|
/**
|
|
395
395
|
* 语言
|
|
396
396
|
* @type {string}
|
|
397
|
-
* @memberof
|
|
397
|
+
* @memberof DisasterWarningStandardApiDisasterWarningStandardBatchImportUpload
|
|
398
398
|
*/
|
|
399
399
|
readonly language?: string;
|
|
400
400
|
}
|
|
401
401
|
/**
|
|
402
|
-
* Request parameters for disasterWarningStandardDelete operation in
|
|
402
|
+
* Request parameters for disasterWarningStandardDelete operation in DisasterWarningStandardApi.
|
|
403
403
|
* @export
|
|
404
|
-
* @interface
|
|
404
|
+
* @interface DisasterWarningStandardApiDisasterWarningStandardDeleteRequest
|
|
405
405
|
*/
|
|
406
|
-
export interface
|
|
406
|
+
export interface DisasterWarningStandardApiDisasterWarningStandardDeleteRequest {
|
|
407
407
|
/**
|
|
408
408
|
*
|
|
409
409
|
* @type {number}
|
|
410
|
-
* @memberof
|
|
410
|
+
* @memberof DisasterWarningStandardApiDisasterWarningStandardDelete
|
|
411
411
|
*/
|
|
412
412
|
readonly id: number;
|
|
413
413
|
}
|
|
414
414
|
/**
|
|
415
|
-
* Request parameters for disasterWarningStandardDeleteBatch operation in
|
|
415
|
+
* Request parameters for disasterWarningStandardDeleteBatch operation in DisasterWarningStandardApi.
|
|
416
416
|
* @export
|
|
417
|
-
* @interface
|
|
417
|
+
* @interface DisasterWarningStandardApiDisasterWarningStandardDeleteBatchRequest
|
|
418
418
|
*/
|
|
419
|
-
export interface
|
|
419
|
+
export interface DisasterWarningStandardApiDisasterWarningStandardDeleteBatchRequest {
|
|
420
420
|
/**
|
|
421
421
|
*
|
|
422
422
|
* @type {Array<number>}
|
|
423
|
-
* @memberof
|
|
423
|
+
* @memberof DisasterWarningStandardApiDisasterWarningStandardDeleteBatch
|
|
424
424
|
*/
|
|
425
425
|
readonly requestBody: Array<number>;
|
|
426
426
|
}
|
|
427
427
|
/**
|
|
428
|
-
* Request parameters for disasterWarningStandardDetails operation in
|
|
428
|
+
* Request parameters for disasterWarningStandardDetails operation in DisasterWarningStandardApi.
|
|
429
429
|
* @export
|
|
430
|
-
* @interface
|
|
430
|
+
* @interface DisasterWarningStandardApiDisasterWarningStandardDetailsRequest
|
|
431
431
|
*/
|
|
432
|
-
export interface
|
|
432
|
+
export interface DisasterWarningStandardApiDisasterWarningStandardDetailsRequest {
|
|
433
433
|
/**
|
|
434
434
|
*
|
|
435
435
|
* @type {number}
|
|
436
|
-
* @memberof
|
|
436
|
+
* @memberof DisasterWarningStandardApiDisasterWarningStandardDetails
|
|
437
437
|
*/
|
|
438
438
|
readonly id: number;
|
|
439
439
|
}
|
|
440
440
|
/**
|
|
441
|
-
* Request parameters for disasterWarningStandardList operation in
|
|
441
|
+
* Request parameters for disasterWarningStandardList operation in DisasterWarningStandardApi.
|
|
442
442
|
* @export
|
|
443
|
-
* @interface
|
|
443
|
+
* @interface DisasterWarningStandardApiDisasterWarningStandardListRequest
|
|
444
444
|
*/
|
|
445
|
-
export interface
|
|
445
|
+
export interface DisasterWarningStandardApiDisasterWarningStandardListRequest {
|
|
446
446
|
/**
|
|
447
447
|
* 园区id
|
|
448
448
|
* @type {number}
|
|
449
|
-
* @memberof
|
|
449
|
+
* @memberof DisasterWarningStandardApiDisasterWarningStandardList
|
|
450
450
|
*/
|
|
451
451
|
readonly parkId: number;
|
|
452
452
|
/**
|
|
453
453
|
* 每页数量
|
|
454
454
|
* @type {number}
|
|
455
|
-
* @memberof
|
|
455
|
+
* @memberof DisasterWarningStandardApiDisasterWarningStandardList
|
|
456
456
|
*/
|
|
457
457
|
readonly pageSize: number;
|
|
458
458
|
/**
|
|
459
459
|
* 页码
|
|
460
460
|
* @type {number}
|
|
461
|
-
* @memberof
|
|
461
|
+
* @memberof DisasterWarningStandardApiDisasterWarningStandardList
|
|
462
462
|
*/
|
|
463
463
|
readonly page: number;
|
|
464
464
|
/**
|
|
465
465
|
* 灾害预警分类
|
|
466
466
|
* @type {DisasterWarningStandardCategoryEnum}
|
|
467
|
-
* @memberof
|
|
467
|
+
* @memberof DisasterWarningStandardApiDisasterWarningStandardList
|
|
468
468
|
*/
|
|
469
469
|
readonly disasterWarningStandardCategory?: DisasterWarningStandardCategoryEnum;
|
|
470
470
|
/**
|
|
471
471
|
* 内容
|
|
472
472
|
* @type {string}
|
|
473
|
-
* @memberof
|
|
473
|
+
* @memberof DisasterWarningStandardApiDisasterWarningStandardList
|
|
474
474
|
*/
|
|
475
475
|
readonly searchValue?: string;
|
|
476
476
|
}
|
|
477
477
|
/**
|
|
478
|
-
* Request parameters for disasterWarningStandardUpdate operation in
|
|
478
|
+
* Request parameters for disasterWarningStandardUpdate operation in DisasterWarningStandardApi.
|
|
479
479
|
* @export
|
|
480
|
-
* @interface
|
|
480
|
+
* @interface DisasterWarningStandardApiDisasterWarningStandardUpdateRequest
|
|
481
481
|
*/
|
|
482
|
-
export interface
|
|
482
|
+
export interface DisasterWarningStandardApiDisasterWarningStandardUpdateRequest {
|
|
483
483
|
/**
|
|
484
484
|
*
|
|
485
485
|
* @type {number}
|
|
486
|
-
* @memberof
|
|
486
|
+
* @memberof DisasterWarningStandardApiDisasterWarningStandardUpdate
|
|
487
487
|
*/
|
|
488
488
|
readonly id: number;
|
|
489
489
|
/**
|
|
490
490
|
*
|
|
491
491
|
* @type {DisasterWarningStandardAddOrUpdateVo}
|
|
492
|
-
* @memberof
|
|
492
|
+
* @memberof DisasterWarningStandardApiDisasterWarningStandardUpdate
|
|
493
493
|
*/
|
|
494
494
|
readonly disasterWarningStandardAddOrUpdateVo: DisasterWarningStandardAddOrUpdateVo;
|
|
495
495
|
}
|
|
496
496
|
/**
|
|
497
|
-
* Request parameters for syncDisasterWarningStandard operation in
|
|
497
|
+
* Request parameters for syncDisasterWarningStandard operation in DisasterWarningStandardApi.
|
|
498
498
|
* @export
|
|
499
|
-
* @interface
|
|
499
|
+
* @interface DisasterWarningStandardApiSyncDisasterWarningStandardRequest
|
|
500
500
|
*/
|
|
501
|
-
export interface
|
|
501
|
+
export interface DisasterWarningStandardApiSyncDisasterWarningStandardRequest {
|
|
502
502
|
/**
|
|
503
503
|
*
|
|
504
504
|
* @type {SyncStandardVo}
|
|
505
|
-
* @memberof
|
|
505
|
+
* @memberof DisasterWarningStandardApiSyncDisasterWarningStandard
|
|
506
506
|
*/
|
|
507
507
|
readonly syncStandardVo: SyncStandardVo;
|
|
508
508
|
}
|
|
509
509
|
/**
|
|
510
|
-
*
|
|
510
|
+
* DisasterWarningStandardApi - object-oriented interface
|
|
511
511
|
* @export
|
|
512
|
-
* @class
|
|
512
|
+
* @class DisasterWarningStandardApi
|
|
513
513
|
* @extends {BaseAPI}
|
|
514
514
|
*/
|
|
515
|
-
export declare class
|
|
515
|
+
export declare class DisasterWarningStandardApi extends BaseAPI {
|
|
516
516
|
/**
|
|
517
517
|
*
|
|
518
518
|
* @summary 新增灾害预警标准
|
|
519
|
-
* @param {
|
|
519
|
+
* @param {DisasterWarningStandardApiDisasterWarningStandardAddRequest} requestParameters Request parameters.
|
|
520
520
|
* @param {*} [options] Override http request option.
|
|
521
521
|
* @throws {RequiredError}
|
|
522
|
-
* @memberof
|
|
522
|
+
* @memberof DisasterWarningStandardApi
|
|
523
523
|
*/
|
|
524
|
-
disasterWarningStandardAdd(requestParameters:
|
|
524
|
+
disasterWarningStandardAdd(requestParameters: DisasterWarningStandardApiDisasterWarningStandardAddRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultBoolean, any>>;
|
|
525
525
|
/**
|
|
526
526
|
*
|
|
527
527
|
* @summary 灾害预警标准导出-数据
|
|
528
|
-
* @param {
|
|
528
|
+
* @param {DisasterWarningStandardApiDisasterWarningStandardBatchExportRequest} requestParameters Request parameters.
|
|
529
529
|
* @param {*} [options] Override http request option.
|
|
530
530
|
* @throws {RequiredError}
|
|
531
|
-
* @memberof
|
|
531
|
+
* @memberof DisasterWarningStandardApi
|
|
532
532
|
*/
|
|
533
|
-
disasterWarningStandardBatchExport(requestParameters:
|
|
533
|
+
disasterWarningStandardBatchExport(requestParameters: DisasterWarningStandardApiDisasterWarningStandardBatchExportRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
534
534
|
/**
|
|
535
535
|
*
|
|
536
536
|
* @summary 灾害预警标准导入-确认导入
|
|
537
537
|
* @param {*} [options] Override http request option.
|
|
538
538
|
* @throws {RequiredError}
|
|
539
|
-
* @memberof
|
|
539
|
+
* @memberof DisasterWarningStandardApi
|
|
540
540
|
*/
|
|
541
541
|
disasterWarningStandardBatchImportConfirm(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultExcelImportResultDTODisasterWarningStandardImportDTO, any>>;
|
|
542
542
|
/**
|
|
@@ -544,7 +544,7 @@ export declare class DisasterWarningStandardControllerApi extends BaseAPI {
|
|
|
544
544
|
* @summary 灾害预警标准导入-预览结果
|
|
545
545
|
* @param {*} [options] Override http request option.
|
|
546
546
|
* @throws {RequiredError}
|
|
547
|
-
* @memberof
|
|
547
|
+
* @memberof DisasterWarningStandardApi
|
|
548
548
|
*/
|
|
549
549
|
disasterWarningStandardBatchImportPreview(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultExcelImportResultDTODisasterWarningStandardImportDTO, any>>;
|
|
550
550
|
/**
|
|
@@ -552,70 +552,70 @@ export declare class DisasterWarningStandardControllerApi extends BaseAPI {
|
|
|
552
552
|
* @summary 灾害预警标准导入-下载模板
|
|
553
553
|
* @param {*} [options] Override http request option.
|
|
554
554
|
* @throws {RequiredError}
|
|
555
|
-
* @memberof
|
|
555
|
+
* @memberof DisasterWarningStandardApi
|
|
556
556
|
*/
|
|
557
557
|
disasterWarningStandardBatchImportTemplate(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
558
558
|
/**
|
|
559
559
|
*
|
|
560
560
|
* @summary 灾害预警标准导入-上传文件
|
|
561
|
-
* @param {
|
|
561
|
+
* @param {DisasterWarningStandardApiDisasterWarningStandardBatchImportUploadRequest} requestParameters Request parameters.
|
|
562
562
|
* @param {*} [options] Override http request option.
|
|
563
563
|
* @throws {RequiredError}
|
|
564
|
-
* @memberof
|
|
564
|
+
* @memberof DisasterWarningStandardApi
|
|
565
565
|
*/
|
|
566
|
-
disasterWarningStandardBatchImportUpload(requestParameters:
|
|
566
|
+
disasterWarningStandardBatchImportUpload(requestParameters: DisasterWarningStandardApiDisasterWarningStandardBatchImportUploadRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultExcelImportResultDTODisasterWarningStandardImportDTO, any>>;
|
|
567
567
|
/**
|
|
568
568
|
*
|
|
569
569
|
* @summary 删除灾害预警标准
|
|
570
|
-
* @param {
|
|
570
|
+
* @param {DisasterWarningStandardApiDisasterWarningStandardDeleteRequest} requestParameters Request parameters.
|
|
571
571
|
* @param {*} [options] Override http request option.
|
|
572
572
|
* @throws {RequiredError}
|
|
573
|
-
* @memberof
|
|
573
|
+
* @memberof DisasterWarningStandardApi
|
|
574
574
|
*/
|
|
575
|
-
disasterWarningStandardDelete(requestParameters:
|
|
575
|
+
disasterWarningStandardDelete(requestParameters: DisasterWarningStandardApiDisasterWarningStandardDeleteRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultBoolean, any>>;
|
|
576
576
|
/**
|
|
577
577
|
*
|
|
578
578
|
* @summary 删除灾害预警标准
|
|
579
|
-
* @param {
|
|
579
|
+
* @param {DisasterWarningStandardApiDisasterWarningStandardDeleteBatchRequest} requestParameters Request parameters.
|
|
580
580
|
* @param {*} [options] Override http request option.
|
|
581
581
|
* @throws {RequiredError}
|
|
582
|
-
* @memberof
|
|
582
|
+
* @memberof DisasterWarningStandardApi
|
|
583
583
|
*/
|
|
584
|
-
disasterWarningStandardDeleteBatch(requestParameters:
|
|
584
|
+
disasterWarningStandardDeleteBatch(requestParameters: DisasterWarningStandardApiDisasterWarningStandardDeleteBatchRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultBoolean, any>>;
|
|
585
585
|
/**
|
|
586
586
|
*
|
|
587
587
|
* @summary 查询灾害预警标准
|
|
588
|
-
* @param {
|
|
588
|
+
* @param {DisasterWarningStandardApiDisasterWarningStandardDetailsRequest} requestParameters Request parameters.
|
|
589
589
|
* @param {*} [options] Override http request option.
|
|
590
590
|
* @throws {RequiredError}
|
|
591
|
-
* @memberof
|
|
591
|
+
* @memberof DisasterWarningStandardApi
|
|
592
592
|
*/
|
|
593
|
-
disasterWarningStandardDetails(requestParameters:
|
|
593
|
+
disasterWarningStandardDetails(requestParameters: DisasterWarningStandardApiDisasterWarningStandardDetailsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultDisasterWarningStandardEntity, any>>;
|
|
594
594
|
/**
|
|
595
595
|
*
|
|
596
596
|
* @summary 查询灾害预警标准列表
|
|
597
|
-
* @param {
|
|
597
|
+
* @param {DisasterWarningStandardApiDisasterWarningStandardListRequest} requestParameters Request parameters.
|
|
598
598
|
* @param {*} [options] Override http request option.
|
|
599
599
|
* @throws {RequiredError}
|
|
600
|
-
* @memberof
|
|
600
|
+
* @memberof DisasterWarningStandardApi
|
|
601
601
|
*/
|
|
602
|
-
disasterWarningStandardList(requestParameters:
|
|
602
|
+
disasterWarningStandardList(requestParameters: DisasterWarningStandardApiDisasterWarningStandardListRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultPageDtoDisasterWarningStandardEntity, any>>;
|
|
603
603
|
/**
|
|
604
604
|
*
|
|
605
605
|
* @summary 修改灾害预警标准
|
|
606
|
-
* @param {
|
|
606
|
+
* @param {DisasterWarningStandardApiDisasterWarningStandardUpdateRequest} requestParameters Request parameters.
|
|
607
607
|
* @param {*} [options] Override http request option.
|
|
608
608
|
* @throws {RequiredError}
|
|
609
|
-
* @memberof
|
|
609
|
+
* @memberof DisasterWarningStandardApi
|
|
610
610
|
*/
|
|
611
|
-
disasterWarningStandardUpdate(requestParameters:
|
|
611
|
+
disasterWarningStandardUpdate(requestParameters: DisasterWarningStandardApiDisasterWarningStandardUpdateRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultBoolean, any>>;
|
|
612
612
|
/**
|
|
613
613
|
*
|
|
614
614
|
* @summary 同步其他园区巡检标准
|
|
615
|
-
* @param {
|
|
615
|
+
* @param {DisasterWarningStandardApiSyncDisasterWarningStandardRequest} requestParameters Request parameters.
|
|
616
616
|
* @param {*} [options] Override http request option.
|
|
617
617
|
* @throws {RequiredError}
|
|
618
|
-
* @memberof
|
|
618
|
+
* @memberof DisasterWarningStandardApi
|
|
619
619
|
*/
|
|
620
|
-
syncDisasterWarningStandard(requestParameters:
|
|
620
|
+
syncDisasterWarningStandard(requestParameters: DisasterWarningStandardApiSyncDisasterWarningStandardRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultVoid, any>>;
|
|
621
621
|
}
|