@gizone/rrs-client 4.2.0-alpha.241 → 4.2.0-alpha.242
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 +12 -0
- package/api.ts +2 -0
- package/apis/disaster-warning-standard-controller-api.ts +1200 -0
- package/apis/hwork-api.ts +167 -0
- package/apis/inspection-standard-api.ts +18 -32
- package/apis/maintenance-standard-api.ts +91 -0
- package/dist/api.d.ts +2 -0
- package/dist/api.js +2 -0
- package/dist/apis/disaster-warning-standard-controller-api.d.ts +621 -0
- package/dist/apis/disaster-warning-standard-controller-api.js +940 -0
- package/dist/apis/hwork-api.d.ts +96 -0
- package/dist/apis/hwork-api.js +145 -0
- package/dist/apis/inspection-standard-api.d.ts +7 -14
- package/dist/apis/inspection-standard-api.js +13 -21
- package/dist/apis/maintenance-standard-api.d.ts +47 -0
- package/dist/apis/maintenance-standard-api.js +70 -0
- package/dist/esm/api.d.ts +2 -0
- package/dist/esm/api.js +2 -0
- package/dist/esm/apis/disaster-warning-standard-controller-api.d.ts +621 -0
- package/dist/esm/apis/disaster-warning-standard-controller-api.js +933 -0
- package/dist/esm/apis/hwork-api.d.ts +96 -0
- package/dist/esm/apis/hwork-api.js +138 -0
- package/dist/esm/apis/inspection-standard-api.d.ts +7 -14
- package/dist/esm/apis/inspection-standard-api.js +13 -21
- package/dist/esm/apis/maintenance-standard-api.d.ts +47 -0
- package/dist/esm/apis/maintenance-standard-api.js +70 -0
- package/dist/esm/models/disaster-warning-standard-add-or-update-vo.d.ts +85 -0
- package/dist/esm/models/disaster-warning-standard-add-or-update-vo.js +14 -0
- package/dist/esm/models/disaster-warning-standard-category-enum.d.ts +50 -0
- package/dist/esm/models/disaster-warning-standard-category-enum.js +51 -0
- package/dist/esm/models/disaster-warning-standard-entity.d.ts +109 -0
- package/dist/esm/models/disaster-warning-standard-entity.js +14 -0
- package/dist/esm/models/disaster-warning-standard-import-dto.d.ts +103 -0
- package/dist/esm/models/disaster-warning-standard-import-dto.js +14 -0
- package/dist/esm/models/excel-import-result-dtodisaster-warning-standard-import-dto.d.ts +31 -0
- package/dist/esm/models/excel-import-result-dtodisaster-warning-standard-import-dto.js +14 -0
- package/dist/esm/models/get-user-wx200-response.d.ts +10 -10
- package/dist/esm/models/index.d.ts +10 -0
- package/dist/esm/models/index.js +10 -0
- package/dist/esm/models/ipage-access-vo.d.ts +6 -6
- package/dist/esm/models/json-result-disaster-warning-standard-entity.d.ts +62 -0
- package/dist/esm/models/json-result-disaster-warning-standard-entity.js +14 -0
- package/dist/esm/models/json-result-excel-import-result-dtodisaster-warning-standard-import-dto.d.ts +62 -0
- package/dist/esm/models/json-result-excel-import-result-dtodisaster-warning-standard-import-dto.js +14 -0
- package/dist/esm/models/json-result-page-dto-disaster-warning-standard-entity.d.ts +62 -0
- package/dist/esm/models/json-result-page-dto-disaster-warning-standard-entity.js +14 -0
- package/dist/esm/models/login-type-enum.d.ts +2 -0
- package/dist/esm/models/login-type-enum.js +3 -1
- package/dist/esm/models/page-dto-disaster-warning-standard-entity.d.ts +31 -0
- package/dist/esm/models/page-dto-disaster-warning-standard-entity.js +14 -0
- package/dist/esm/models/sync-standard-vo.d.ts +30 -0
- package/dist/esm/models/sync-standard-vo.js +14 -0
- package/dist/esm/models/sys-user.d.ts +10 -4
- package/dist/models/disaster-warning-standard-add-or-update-vo.d.ts +85 -0
- package/dist/models/disaster-warning-standard-add-or-update-vo.js +15 -0
- package/dist/models/disaster-warning-standard-category-enum.d.ts +50 -0
- package/dist/models/disaster-warning-standard-category-enum.js +54 -0
- package/dist/models/disaster-warning-standard-entity.d.ts +109 -0
- package/dist/models/disaster-warning-standard-entity.js +15 -0
- package/dist/models/disaster-warning-standard-import-dto.d.ts +103 -0
- package/dist/models/disaster-warning-standard-import-dto.js +15 -0
- package/dist/models/excel-import-result-dtodisaster-warning-standard-import-dto.d.ts +31 -0
- package/dist/models/excel-import-result-dtodisaster-warning-standard-import-dto.js +15 -0
- package/dist/models/get-user-wx200-response.d.ts +10 -10
- package/dist/models/index.d.ts +10 -0
- package/dist/models/index.js +10 -0
- package/dist/models/ipage-access-vo.d.ts +6 -6
- package/dist/models/json-result-disaster-warning-standard-entity.d.ts +62 -0
- package/dist/models/json-result-disaster-warning-standard-entity.js +15 -0
- package/dist/models/json-result-excel-import-result-dtodisaster-warning-standard-import-dto.d.ts +62 -0
- package/dist/models/json-result-excel-import-result-dtodisaster-warning-standard-import-dto.js +15 -0
- package/dist/models/json-result-page-dto-disaster-warning-standard-entity.d.ts +62 -0
- package/dist/models/json-result-page-dto-disaster-warning-standard-entity.js +15 -0
- package/dist/models/login-type-enum.d.ts +2 -0
- package/dist/models/login-type-enum.js +3 -1
- package/dist/models/page-dto-disaster-warning-standard-entity.d.ts +31 -0
- package/dist/models/page-dto-disaster-warning-standard-entity.js +15 -0
- package/dist/models/sync-standard-vo.d.ts +30 -0
- package/dist/models/sync-standard-vo.js +15 -0
- package/dist/models/sys-user.d.ts +10 -4
- package/models/disaster-warning-standard-add-or-update-vo.ts +95 -0
- package/models/disaster-warning-standard-category-enum.ts +60 -0
- package/models/disaster-warning-standard-entity.ts +119 -0
- package/models/disaster-warning-standard-import-dto.ts +113 -0
- package/models/excel-import-result-dtodisaster-warning-standard-import-dto.ts +39 -0
- package/models/get-user-wx200-response.ts +10 -10
- package/models/index.ts +10 -0
- package/models/ipage-access-vo.ts +6 -6
- package/models/json-result-disaster-warning-standard-entity.ts +72 -0
- package/models/json-result-excel-import-result-dtodisaster-warning-standard-import-dto.ts +72 -0
- package/models/json-result-page-dto-disaster-warning-standard-entity.ts +72 -0
- package/models/login-type-enum.ts +3 -1
- package/models/page-dto-disaster-warning-standard-entity.ts +39 -0
- package/models/sync-standard-vo.ts +36 -0
- package/models/sys-user.ts +10 -4
- package/package.json +1 -1
package/dist/esm/models/json-result-excel-import-result-dtodisaster-warning-standard-import-dto.d.ts
ADDED
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OpenAPI definition
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { BaseErrorResult } from './base-error-result';
|
|
13
|
+
import type { ExcelImportResultDTODisasterWarningStandardImportDTO } from './excel-import-result-dtodisaster-warning-standard-import-dto';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface JsonResultExcelImportResultDTODisasterWarningStandardImportDTO
|
|
18
|
+
*/
|
|
19
|
+
export interface JsonResultExcelImportResultDTODisasterWarningStandardImportDTO {
|
|
20
|
+
/**
|
|
21
|
+
* 错误码,0:成功,其他:失败
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof JsonResultExcelImportResultDTODisasterWarningStandardImportDTO
|
|
24
|
+
*/
|
|
25
|
+
'code'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 错误消息
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof JsonResultExcelImportResultDTODisasterWarningStandardImportDTO
|
|
30
|
+
*/
|
|
31
|
+
'msg'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 错误堆栈
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof JsonResultExcelImportResultDTODisasterWarningStandardImportDTO
|
|
36
|
+
*/
|
|
37
|
+
'stacks'?: string;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {ExcelImportResultDTODisasterWarningStandardImportDTO}
|
|
41
|
+
* @memberof JsonResultExcelImportResultDTODisasterWarningStandardImportDTO
|
|
42
|
+
*/
|
|
43
|
+
'data'?: ExcelImportResultDTODisasterWarningStandardImportDTO | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {BaseErrorResult}
|
|
47
|
+
* @memberof JsonResultExcelImportResultDTODisasterWarningStandardImportDTO
|
|
48
|
+
*/
|
|
49
|
+
'error'?: BaseErrorResult | null;
|
|
50
|
+
/**
|
|
51
|
+
* 日志追踪ID
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof JsonResultExcelImportResultDTODisasterWarningStandardImportDTO
|
|
54
|
+
*/
|
|
55
|
+
'traceId'?: string | null;
|
|
56
|
+
/**
|
|
57
|
+
* requestId
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof JsonResultExcelImportResultDTODisasterWarningStandardImportDTO
|
|
60
|
+
*/
|
|
61
|
+
'requestId'?: string | null;
|
|
62
|
+
}
|
package/dist/esm/models/json-result-excel-import-result-dtodisaster-warning-standard-import-dto.js
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export {};
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OpenAPI definition
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { BaseErrorResult } from './base-error-result';
|
|
13
|
+
import type { PageDtoDisasterWarningStandardEntity } from './page-dto-disaster-warning-standard-entity';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface JsonResultPageDtoDisasterWarningStandardEntity
|
|
18
|
+
*/
|
|
19
|
+
export interface JsonResultPageDtoDisasterWarningStandardEntity {
|
|
20
|
+
/**
|
|
21
|
+
* 错误码,0:成功,其他:失败
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof JsonResultPageDtoDisasterWarningStandardEntity
|
|
24
|
+
*/
|
|
25
|
+
'code'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 错误消息
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof JsonResultPageDtoDisasterWarningStandardEntity
|
|
30
|
+
*/
|
|
31
|
+
'msg'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 错误堆栈
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof JsonResultPageDtoDisasterWarningStandardEntity
|
|
36
|
+
*/
|
|
37
|
+
'stacks'?: string;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {PageDtoDisasterWarningStandardEntity}
|
|
41
|
+
* @memberof JsonResultPageDtoDisasterWarningStandardEntity
|
|
42
|
+
*/
|
|
43
|
+
'data'?: PageDtoDisasterWarningStandardEntity | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {BaseErrorResult}
|
|
47
|
+
* @memberof JsonResultPageDtoDisasterWarningStandardEntity
|
|
48
|
+
*/
|
|
49
|
+
'error'?: BaseErrorResult | null;
|
|
50
|
+
/**
|
|
51
|
+
* 日志追踪ID
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof JsonResultPageDtoDisasterWarningStandardEntity
|
|
54
|
+
*/
|
|
55
|
+
'traceId'?: string | null;
|
|
56
|
+
/**
|
|
57
|
+
* requestId
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof JsonResultPageDtoDisasterWarningStandardEntity
|
|
60
|
+
*/
|
|
61
|
+
'requestId'?: string | null;
|
|
62
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export {};
|
|
@@ -19,5 +19,7 @@ export declare const LoginTypeEnum: {
|
|
|
19
19
|
readonly Applet: "APPLET";
|
|
20
20
|
readonly App: "APP";
|
|
21
21
|
readonly H5: "H5";
|
|
22
|
+
readonly HWorkPc: "H_WORK_PC";
|
|
23
|
+
readonly HWorkApp: "H_WORK_APP";
|
|
22
24
|
};
|
|
23
25
|
export type LoginTypeEnum = typeof LoginTypeEnum[keyof typeof LoginTypeEnum];
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OpenAPI definition
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { DisasterWarningStandardEntity } from './disaster-warning-standard-entity';
|
|
13
|
+
/**
|
|
14
|
+
* 返回数据,可以是任意类型的值
|
|
15
|
+
* @export
|
|
16
|
+
* @interface PageDtoDisasterWarningStandardEntity
|
|
17
|
+
*/
|
|
18
|
+
export interface PageDtoDisasterWarningStandardEntity {
|
|
19
|
+
/**
|
|
20
|
+
* 总记录数
|
|
21
|
+
* @type {number}
|
|
22
|
+
* @memberof PageDtoDisasterWarningStandardEntity
|
|
23
|
+
*/
|
|
24
|
+
'totalSize'?: number;
|
|
25
|
+
/**
|
|
26
|
+
* 页数据列表
|
|
27
|
+
* @type {Array<DisasterWarningStandardEntity>}
|
|
28
|
+
* @memberof PageDtoDisasterWarningStandardEntity
|
|
29
|
+
*/
|
|
30
|
+
'pageList'?: Array<DisasterWarningStandardEntity>;
|
|
31
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export {};
|
|
@@ -0,0 +1,30 @@
|
|
|
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
|
+
* @interface SyncStandardVo
|
|
16
|
+
*/
|
|
17
|
+
export interface SyncStandardVo {
|
|
18
|
+
/**
|
|
19
|
+
* 源园区
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof SyncStandardVo
|
|
22
|
+
*/
|
|
23
|
+
'sourceParkId': number;
|
|
24
|
+
/**
|
|
25
|
+
* 目标园区
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof SyncStandardVo
|
|
28
|
+
*/
|
|
29
|
+
'targetParkId': number;
|
|
30
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export {};
|
|
@@ -356,6 +356,12 @@ export interface SysUser {
|
|
|
356
356
|
* @memberof SysUser
|
|
357
357
|
*/
|
|
358
358
|
'supplierId'?: number;
|
|
359
|
+
/**
|
|
360
|
+
* 第三方系统用户编号
|
|
361
|
+
* @type {string}
|
|
362
|
+
* @memberof SysUser
|
|
363
|
+
*/
|
|
364
|
+
'userNo'?: string;
|
|
359
365
|
/**
|
|
360
366
|
* 用户附件
|
|
361
367
|
* @type {Array<SysUserAttachmentInfo>}
|
|
@@ -364,14 +370,14 @@ export interface SysUser {
|
|
|
364
370
|
'userAttachments'?: Array<SysUserAttachmentInfo>;
|
|
365
371
|
/**
|
|
366
372
|
*
|
|
367
|
-
* @type {
|
|
373
|
+
* @type {number}
|
|
368
374
|
* @memberof SysUser
|
|
369
375
|
*/
|
|
370
|
-
'
|
|
376
|
+
'cuserId'?: number;
|
|
371
377
|
/**
|
|
372
378
|
*
|
|
373
|
-
* @type {
|
|
379
|
+
* @type {string}
|
|
374
380
|
* @memberof SysUser
|
|
375
381
|
*/
|
|
376
|
-
'
|
|
382
|
+
'cid'?: string;
|
|
377
383
|
}
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OpenAPI definition
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { DisasterWarningStandardCategoryEnum } from './disaster-warning-standard-category-enum';
|
|
13
|
+
/**
|
|
14
|
+
* 灾害预警标准新增或修改
|
|
15
|
+
* @export
|
|
16
|
+
* @interface DisasterWarningStandardAddOrUpdateVo
|
|
17
|
+
*/
|
|
18
|
+
export interface DisasterWarningStandardAddOrUpdateVo {
|
|
19
|
+
/**
|
|
20
|
+
* 园区ID
|
|
21
|
+
* @type {number}
|
|
22
|
+
* @memberof DisasterWarningStandardAddOrUpdateVo
|
|
23
|
+
*/
|
|
24
|
+
'parkId': number;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {DisasterWarningStandardCategoryEnum}
|
|
28
|
+
* @memberof DisasterWarningStandardAddOrUpdateVo
|
|
29
|
+
*/
|
|
30
|
+
'category': DisasterWarningStandardCategoryEnum;
|
|
31
|
+
/**
|
|
32
|
+
* 内容
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof DisasterWarningStandardAddOrUpdateVo
|
|
35
|
+
*/
|
|
36
|
+
'content': string;
|
|
37
|
+
/**
|
|
38
|
+
* 标准
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof DisasterWarningStandardAddOrUpdateVo
|
|
41
|
+
*/
|
|
42
|
+
'standard': string;
|
|
43
|
+
/**
|
|
44
|
+
* 执行时间(小时)
|
|
45
|
+
* @type {number}
|
|
46
|
+
* @memberof DisasterWarningStandardAddOrUpdateVo
|
|
47
|
+
*/
|
|
48
|
+
'executionTime': number;
|
|
49
|
+
/**
|
|
50
|
+
* 是否扫码 1:是 0:否
|
|
51
|
+
* @type {boolean}
|
|
52
|
+
* @memberof DisasterWarningStandardAddOrUpdateVo
|
|
53
|
+
*/
|
|
54
|
+
'isScanRequired': boolean;
|
|
55
|
+
/**
|
|
56
|
+
* 是否拍照 1是 0 否
|
|
57
|
+
* @type {boolean}
|
|
58
|
+
* @memberof DisasterWarningStandardAddOrUpdateVo
|
|
59
|
+
*/
|
|
60
|
+
'isPhotoRequired': boolean;
|
|
61
|
+
/**
|
|
62
|
+
* 是否备注 1是 0否
|
|
63
|
+
* @type {boolean}
|
|
64
|
+
* @memberof DisasterWarningStandardAddOrUpdateVo
|
|
65
|
+
*/
|
|
66
|
+
'isRemarkRequired': boolean;
|
|
67
|
+
/**
|
|
68
|
+
* 是否需要抄表 1是 2否
|
|
69
|
+
* @type {boolean}
|
|
70
|
+
* @memberof DisasterWarningStandardAddOrUpdateVo
|
|
71
|
+
*/
|
|
72
|
+
'isReadingRequired': boolean;
|
|
73
|
+
/**
|
|
74
|
+
* 阈值
|
|
75
|
+
* @type {number}
|
|
76
|
+
* @memberof DisasterWarningStandardAddOrUpdateVo
|
|
77
|
+
*/
|
|
78
|
+
'threshold'?: number;
|
|
79
|
+
/**
|
|
80
|
+
* 1大于 2小于
|
|
81
|
+
* @type {number}
|
|
82
|
+
* @memberof DisasterWarningStandardAddOrUpdateVo
|
|
83
|
+
*/
|
|
84
|
+
'compare'?: number;
|
|
85
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* OpenAPI definition
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,50 @@
|
|
|
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 DisasterWarningStandardCategoryEnum: {
|
|
18
|
+
readonly BaoXue: "BAO_XUE";
|
|
19
|
+
readonly BaoYu: "BAO_YU";
|
|
20
|
+
readonly BingBao: "BING_BAO";
|
|
21
|
+
readonly ChiXuDiWen: "CHI_XU_DI_WEN";
|
|
22
|
+
readonly ChiXuGaoWen: "CHI_XU_GAO_WEN";
|
|
23
|
+
readonly DaFeng: "DA_FENG";
|
|
24
|
+
readonly DaWu: "DA_WU";
|
|
25
|
+
readonly DaXue: "DA_XUE";
|
|
26
|
+
readonly DaoLuBingXue: "DAO_LU_BING_XUE";
|
|
27
|
+
readonly DaoLuJieBing: "DAO_LU_JIE_BING";
|
|
28
|
+
readonly DiWen: "DI_WEN";
|
|
29
|
+
readonly GanHan: "GAN_HAN";
|
|
30
|
+
readonly HanChao: "HAN_CHAO";
|
|
31
|
+
readonly HanLeng: "HAN_LENG";
|
|
32
|
+
readonly HuiMai: "HUI_MAI";
|
|
33
|
+
readonly HuoXian: "HUO_XIAN";
|
|
34
|
+
readonly JiangWen: "JIANG_WEN";
|
|
35
|
+
readonly LeiBao: "LEI_BAO";
|
|
36
|
+
readonly LeiBaoDaFeng: "LEI_BAO_DA_FENG";
|
|
37
|
+
readonly LeiDian: "LEI_DIAN";
|
|
38
|
+
readonly LeiYuDaFeng: "LEI_YU_DA_FENG";
|
|
39
|
+
readonly Mai: "MAI";
|
|
40
|
+
readonly QiangDuiLiu: "QIANG_DUI_LIU";
|
|
41
|
+
readonly QiangJiangYu: "QIANG_JIANG_YU";
|
|
42
|
+
readonly SenLinHuoXian: "SEN_LIN_HUO_XIAN";
|
|
43
|
+
readonly ShaChen: "SHA_CHEN";
|
|
44
|
+
readonly ShaChenBao: "SHA_CHEN_BAO";
|
|
45
|
+
readonly ShuangDong: "SHUANG_DONG";
|
|
46
|
+
readonly TaiFeng: "TAI_FENG";
|
|
47
|
+
readonly XueZai: "XUE_ZAI";
|
|
48
|
+
readonly ZhongWuRan: "ZHONG_WU_RAN";
|
|
49
|
+
};
|
|
50
|
+
export type DisasterWarningStandardCategoryEnum = typeof DisasterWarningStandardCategoryEnum[keyof typeof DisasterWarningStandardCategoryEnum];
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* OpenAPI definition
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.DisasterWarningStandardCategoryEnum = void 0;
|
|
17
|
+
/**
|
|
18
|
+
* 灾害预警标准分类枚举
|
|
19
|
+
* @export
|
|
20
|
+
* @enum {string}
|
|
21
|
+
*/
|
|
22
|
+
exports.DisasterWarningStandardCategoryEnum = {
|
|
23
|
+
BaoXue: 'BAO_XUE',
|
|
24
|
+
BaoYu: 'BAO_YU',
|
|
25
|
+
BingBao: 'BING_BAO',
|
|
26
|
+
ChiXuDiWen: 'CHI_XU_DI_WEN',
|
|
27
|
+
ChiXuGaoWen: 'CHI_XU_GAO_WEN',
|
|
28
|
+
DaFeng: 'DA_FENG',
|
|
29
|
+
DaWu: 'DA_WU',
|
|
30
|
+
DaXue: 'DA_XUE',
|
|
31
|
+
DaoLuBingXue: 'DAO_LU_BING_XUE',
|
|
32
|
+
DaoLuJieBing: 'DAO_LU_JIE_BING',
|
|
33
|
+
DiWen: 'DI_WEN',
|
|
34
|
+
GanHan: 'GAN_HAN',
|
|
35
|
+
HanChao: 'HAN_CHAO',
|
|
36
|
+
HanLeng: 'HAN_LENG',
|
|
37
|
+
HuiMai: 'HUI_MAI',
|
|
38
|
+
HuoXian: 'HUO_XIAN',
|
|
39
|
+
JiangWen: 'JIANG_WEN',
|
|
40
|
+
LeiBao: 'LEI_BAO',
|
|
41
|
+
LeiBaoDaFeng: 'LEI_BAO_DA_FENG',
|
|
42
|
+
LeiDian: 'LEI_DIAN',
|
|
43
|
+
LeiYuDaFeng: 'LEI_YU_DA_FENG',
|
|
44
|
+
Mai: 'MAI',
|
|
45
|
+
QiangDuiLiu: 'QIANG_DUI_LIU',
|
|
46
|
+
QiangJiangYu: 'QIANG_JIANG_YU',
|
|
47
|
+
SenLinHuoXian: 'SEN_LIN_HUO_XIAN',
|
|
48
|
+
ShaChen: 'SHA_CHEN',
|
|
49
|
+
ShaChenBao: 'SHA_CHEN_BAO',
|
|
50
|
+
ShuangDong: 'SHUANG_DONG',
|
|
51
|
+
TaiFeng: 'TAI_FENG',
|
|
52
|
+
XueZai: 'XUE_ZAI',
|
|
53
|
+
ZhongWuRan: 'ZHONG_WU_RAN'
|
|
54
|
+
};
|
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OpenAPI definition
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { DisasterWarningStandardCategoryEnum } from './disaster-warning-standard-category-enum';
|
|
13
|
+
/**
|
|
14
|
+
* 页数据列表
|
|
15
|
+
* @export
|
|
16
|
+
* @interface DisasterWarningStandardEntity
|
|
17
|
+
*/
|
|
18
|
+
export interface DisasterWarningStandardEntity {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {number}
|
|
22
|
+
* @memberof DisasterWarningStandardEntity
|
|
23
|
+
*/
|
|
24
|
+
'id'?: number;
|
|
25
|
+
/**
|
|
26
|
+
* 园区ID
|
|
27
|
+
* @type {number}
|
|
28
|
+
* @memberof DisasterWarningStandardEntity
|
|
29
|
+
*/
|
|
30
|
+
'parkId'?: number;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {DisasterWarningStandardCategoryEnum}
|
|
34
|
+
* @memberof DisasterWarningStandardEntity
|
|
35
|
+
*/
|
|
36
|
+
'category'?: DisasterWarningStandardCategoryEnum;
|
|
37
|
+
/**
|
|
38
|
+
* 内容
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof DisasterWarningStandardEntity
|
|
41
|
+
*/
|
|
42
|
+
'content'?: string;
|
|
43
|
+
/**
|
|
44
|
+
* 标准
|
|
45
|
+
* @type {string}
|
|
46
|
+
* @memberof DisasterWarningStandardEntity
|
|
47
|
+
*/
|
|
48
|
+
'standard'?: string;
|
|
49
|
+
/**
|
|
50
|
+
* 执行时间(小时)
|
|
51
|
+
* @type {number}
|
|
52
|
+
* @memberof DisasterWarningStandardEntity
|
|
53
|
+
*/
|
|
54
|
+
'executionTime'?: number;
|
|
55
|
+
/**
|
|
56
|
+
* 是否扫码 1:是 0:否
|
|
57
|
+
* @type {boolean}
|
|
58
|
+
* @memberof DisasterWarningStandardEntity
|
|
59
|
+
*/
|
|
60
|
+
'isScanRequired'?: boolean;
|
|
61
|
+
/**
|
|
62
|
+
* 是否拍照 1是 0 否
|
|
63
|
+
* @type {boolean}
|
|
64
|
+
* @memberof DisasterWarningStandardEntity
|
|
65
|
+
*/
|
|
66
|
+
'isPhotoRequired'?: boolean;
|
|
67
|
+
/**
|
|
68
|
+
* 是否备注 1是 0否
|
|
69
|
+
* @type {boolean}
|
|
70
|
+
* @memberof DisasterWarningStandardEntity
|
|
71
|
+
*/
|
|
72
|
+
'isRemarkRequired'?: boolean;
|
|
73
|
+
/**
|
|
74
|
+
* 是否需要抄表 1是 2否
|
|
75
|
+
* @type {boolean}
|
|
76
|
+
* @memberof DisasterWarningStandardEntity
|
|
77
|
+
*/
|
|
78
|
+
'isReadingRequired'?: boolean;
|
|
79
|
+
/**
|
|
80
|
+
* 阈值
|
|
81
|
+
* @type {number}
|
|
82
|
+
* @memberof DisasterWarningStandardEntity
|
|
83
|
+
*/
|
|
84
|
+
'threshold'?: number;
|
|
85
|
+
/**
|
|
86
|
+
* 1大于 2小于
|
|
87
|
+
* @type {number}
|
|
88
|
+
* @memberof DisasterWarningStandardEntity
|
|
89
|
+
*/
|
|
90
|
+
'compare'?: number;
|
|
91
|
+
/**
|
|
92
|
+
* 创建时间
|
|
93
|
+
* @type {string}
|
|
94
|
+
* @memberof DisasterWarningStandardEntity
|
|
95
|
+
*/
|
|
96
|
+
'createTime'?: string;
|
|
97
|
+
/**
|
|
98
|
+
* 更新时间
|
|
99
|
+
* @type {string}
|
|
100
|
+
* @memberof DisasterWarningStandardEntity
|
|
101
|
+
*/
|
|
102
|
+
'updateTime'?: string;
|
|
103
|
+
/**
|
|
104
|
+
* 1:未删除 0:删除
|
|
105
|
+
* @type {number}
|
|
106
|
+
* @memberof DisasterWarningStandardEntity
|
|
107
|
+
*/
|
|
108
|
+
'isDelete'?: number;
|
|
109
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* OpenAPI definition
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|