@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
|
@@ -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,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 });
|
|
@@ -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,95 @@
|
|
|
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
|
+
|
|
15
|
+
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { DisasterWarningStandardCategoryEnum } from './disaster-warning-standard-category-enum';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* 灾害预警标准新增或修改
|
|
22
|
+
* @export
|
|
23
|
+
* @interface DisasterWarningStandardAddOrUpdateVo
|
|
24
|
+
*/
|
|
25
|
+
export interface DisasterWarningStandardAddOrUpdateVo {
|
|
26
|
+
/**
|
|
27
|
+
* 园区ID
|
|
28
|
+
* @type {number}
|
|
29
|
+
* @memberof DisasterWarningStandardAddOrUpdateVo
|
|
30
|
+
*/
|
|
31
|
+
'parkId': number;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {DisasterWarningStandardCategoryEnum}
|
|
35
|
+
* @memberof DisasterWarningStandardAddOrUpdateVo
|
|
36
|
+
*/
|
|
37
|
+
'category': DisasterWarningStandardCategoryEnum;
|
|
38
|
+
/**
|
|
39
|
+
* 内容
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof DisasterWarningStandardAddOrUpdateVo
|
|
42
|
+
*/
|
|
43
|
+
'content': string;
|
|
44
|
+
/**
|
|
45
|
+
* 标准
|
|
46
|
+
* @type {string}
|
|
47
|
+
* @memberof DisasterWarningStandardAddOrUpdateVo
|
|
48
|
+
*/
|
|
49
|
+
'standard': string;
|
|
50
|
+
/**
|
|
51
|
+
* 执行时间(小时)
|
|
52
|
+
* @type {number}
|
|
53
|
+
* @memberof DisasterWarningStandardAddOrUpdateVo
|
|
54
|
+
*/
|
|
55
|
+
'executionTime': number;
|
|
56
|
+
/**
|
|
57
|
+
* 是否扫码 1:是 0:否
|
|
58
|
+
* @type {boolean}
|
|
59
|
+
* @memberof DisasterWarningStandardAddOrUpdateVo
|
|
60
|
+
*/
|
|
61
|
+
'isScanRequired': boolean;
|
|
62
|
+
/**
|
|
63
|
+
* 是否拍照 1是 0 否
|
|
64
|
+
* @type {boolean}
|
|
65
|
+
* @memberof DisasterWarningStandardAddOrUpdateVo
|
|
66
|
+
*/
|
|
67
|
+
'isPhotoRequired': boolean;
|
|
68
|
+
/**
|
|
69
|
+
* 是否备注 1是 0否
|
|
70
|
+
* @type {boolean}
|
|
71
|
+
* @memberof DisasterWarningStandardAddOrUpdateVo
|
|
72
|
+
*/
|
|
73
|
+
'isRemarkRequired': boolean;
|
|
74
|
+
/**
|
|
75
|
+
* 是否需要抄表 1是 2否
|
|
76
|
+
* @type {boolean}
|
|
77
|
+
* @memberof DisasterWarningStandardAddOrUpdateVo
|
|
78
|
+
*/
|
|
79
|
+
'isReadingRequired': boolean;
|
|
80
|
+
/**
|
|
81
|
+
* 阈值
|
|
82
|
+
* @type {number}
|
|
83
|
+
* @memberof DisasterWarningStandardAddOrUpdateVo
|
|
84
|
+
*/
|
|
85
|
+
'threshold'?: number;
|
|
86
|
+
/**
|
|
87
|
+
* 1大于 2小于
|
|
88
|
+
* @type {number}
|
|
89
|
+
* @memberof DisasterWarningStandardAddOrUpdateVo
|
|
90
|
+
*/
|
|
91
|
+
'compare'?: number;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
|
|
@@ -0,0 +1,60 @@
|
|
|
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
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* 灾害预警标准分类枚举
|
|
19
|
+
* @export
|
|
20
|
+
* @enum {string}
|
|
21
|
+
*/
|
|
22
|
+
|
|
23
|
+
export const DisasterWarningStandardCategoryEnum = {
|
|
24
|
+
BaoXue: 'BAO_XUE',
|
|
25
|
+
BaoYu: 'BAO_YU',
|
|
26
|
+
BingBao: 'BING_BAO',
|
|
27
|
+
ChiXuDiWen: 'CHI_XU_DI_WEN',
|
|
28
|
+
ChiXuGaoWen: 'CHI_XU_GAO_WEN',
|
|
29
|
+
DaFeng: 'DA_FENG',
|
|
30
|
+
DaWu: 'DA_WU',
|
|
31
|
+
DaXue: 'DA_XUE',
|
|
32
|
+
DaoLuBingXue: 'DAO_LU_BING_XUE',
|
|
33
|
+
DaoLuJieBing: 'DAO_LU_JIE_BING',
|
|
34
|
+
DiWen: 'DI_WEN',
|
|
35
|
+
GanHan: 'GAN_HAN',
|
|
36
|
+
HanChao: 'HAN_CHAO',
|
|
37
|
+
HanLeng: 'HAN_LENG',
|
|
38
|
+
HuiMai: 'HUI_MAI',
|
|
39
|
+
HuoXian: 'HUO_XIAN',
|
|
40
|
+
JiangWen: 'JIANG_WEN',
|
|
41
|
+
LeiBao: 'LEI_BAO',
|
|
42
|
+
LeiBaoDaFeng: 'LEI_BAO_DA_FENG',
|
|
43
|
+
LeiDian: 'LEI_DIAN',
|
|
44
|
+
LeiYuDaFeng: 'LEI_YU_DA_FENG',
|
|
45
|
+
Mai: 'MAI',
|
|
46
|
+
QiangDuiLiu: 'QIANG_DUI_LIU',
|
|
47
|
+
QiangJiangYu: 'QIANG_JIANG_YU',
|
|
48
|
+
SenLinHuoXian: 'SEN_LIN_HUO_XIAN',
|
|
49
|
+
ShaChen: 'SHA_CHEN',
|
|
50
|
+
ShaChenBao: 'SHA_CHEN_BAO',
|
|
51
|
+
ShuangDong: 'SHUANG_DONG',
|
|
52
|
+
TaiFeng: 'TAI_FENG',
|
|
53
|
+
XueZai: 'XUE_ZAI',
|
|
54
|
+
ZhongWuRan: 'ZHONG_WU_RAN'
|
|
55
|
+
} as const;
|
|
56
|
+
|
|
57
|
+
export type DisasterWarningStandardCategoryEnum = typeof DisasterWarningStandardCategoryEnum[keyof typeof DisasterWarningStandardCategoryEnum];
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
|
|
@@ -0,0 +1,119 @@
|
|
|
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
|
+
|
|
15
|
+
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { DisasterWarningStandardCategoryEnum } from './disaster-warning-standard-category-enum';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* 页数据列表
|
|
22
|
+
* @export
|
|
23
|
+
* @interface DisasterWarningStandardEntity
|
|
24
|
+
*/
|
|
25
|
+
export interface DisasterWarningStandardEntity {
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {number}
|
|
29
|
+
* @memberof DisasterWarningStandardEntity
|
|
30
|
+
*/
|
|
31
|
+
'id'?: number;
|
|
32
|
+
/**
|
|
33
|
+
* 园区ID
|
|
34
|
+
* @type {number}
|
|
35
|
+
* @memberof DisasterWarningStandardEntity
|
|
36
|
+
*/
|
|
37
|
+
'parkId'?: number;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {DisasterWarningStandardCategoryEnum}
|
|
41
|
+
* @memberof DisasterWarningStandardEntity
|
|
42
|
+
*/
|
|
43
|
+
'category'?: DisasterWarningStandardCategoryEnum;
|
|
44
|
+
/**
|
|
45
|
+
* 内容
|
|
46
|
+
* @type {string}
|
|
47
|
+
* @memberof DisasterWarningStandardEntity
|
|
48
|
+
*/
|
|
49
|
+
'content'?: string;
|
|
50
|
+
/**
|
|
51
|
+
* 标准
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof DisasterWarningStandardEntity
|
|
54
|
+
*/
|
|
55
|
+
'standard'?: string;
|
|
56
|
+
/**
|
|
57
|
+
* 执行时间(小时)
|
|
58
|
+
* @type {number}
|
|
59
|
+
* @memberof DisasterWarningStandardEntity
|
|
60
|
+
*/
|
|
61
|
+
'executionTime'?: number;
|
|
62
|
+
/**
|
|
63
|
+
* 是否扫码 1:是 0:否
|
|
64
|
+
* @type {boolean}
|
|
65
|
+
* @memberof DisasterWarningStandardEntity
|
|
66
|
+
*/
|
|
67
|
+
'isScanRequired'?: boolean;
|
|
68
|
+
/**
|
|
69
|
+
* 是否拍照 1是 0 否
|
|
70
|
+
* @type {boolean}
|
|
71
|
+
* @memberof DisasterWarningStandardEntity
|
|
72
|
+
*/
|
|
73
|
+
'isPhotoRequired'?: boolean;
|
|
74
|
+
/**
|
|
75
|
+
* 是否备注 1是 0否
|
|
76
|
+
* @type {boolean}
|
|
77
|
+
* @memberof DisasterWarningStandardEntity
|
|
78
|
+
*/
|
|
79
|
+
'isRemarkRequired'?: boolean;
|
|
80
|
+
/**
|
|
81
|
+
* 是否需要抄表 1是 2否
|
|
82
|
+
* @type {boolean}
|
|
83
|
+
* @memberof DisasterWarningStandardEntity
|
|
84
|
+
*/
|
|
85
|
+
'isReadingRequired'?: boolean;
|
|
86
|
+
/**
|
|
87
|
+
* 阈值
|
|
88
|
+
* @type {number}
|
|
89
|
+
* @memberof DisasterWarningStandardEntity
|
|
90
|
+
*/
|
|
91
|
+
'threshold'?: number;
|
|
92
|
+
/**
|
|
93
|
+
* 1大于 2小于
|
|
94
|
+
* @type {number}
|
|
95
|
+
* @memberof DisasterWarningStandardEntity
|
|
96
|
+
*/
|
|
97
|
+
'compare'?: number;
|
|
98
|
+
/**
|
|
99
|
+
* 创建时间
|
|
100
|
+
* @type {string}
|
|
101
|
+
* @memberof DisasterWarningStandardEntity
|
|
102
|
+
*/
|
|
103
|
+
'createTime'?: string;
|
|
104
|
+
/**
|
|
105
|
+
* 更新时间
|
|
106
|
+
* @type {string}
|
|
107
|
+
* @memberof DisasterWarningStandardEntity
|
|
108
|
+
*/
|
|
109
|
+
'updateTime'?: string;
|
|
110
|
+
/**
|
|
111
|
+
* 1:未删除 0:删除
|
|
112
|
+
* @type {number}
|
|
113
|
+
* @memberof DisasterWarningStandardEntity
|
|
114
|
+
*/
|
|
115
|
+
'isDelete'?: number;
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
|
|
@@ -0,0 +1,113 @@
|
|
|
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
|
+
|
|
15
|
+
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { DisasterWarningStandardCategoryEnum } from './disaster-warning-standard-category-enum';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* 灾害预警标准导入
|
|
22
|
+
* @export
|
|
23
|
+
* @interface DisasterWarningStandardImportDTO
|
|
24
|
+
*/
|
|
25
|
+
export interface DisasterWarningStandardImportDTO {
|
|
26
|
+
/**
|
|
27
|
+
* 分类
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof DisasterWarningStandardImportDTO
|
|
30
|
+
*/
|
|
31
|
+
'category'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 内容项
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof DisasterWarningStandardImportDTO
|
|
36
|
+
*/
|
|
37
|
+
'content'?: string;
|
|
38
|
+
/**
|
|
39
|
+
* 执行标准
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof DisasterWarningStandardImportDTO
|
|
42
|
+
*/
|
|
43
|
+
'standard'?: string;
|
|
44
|
+
/**
|
|
45
|
+
* 执行时效
|
|
46
|
+
* @type {number}
|
|
47
|
+
* @memberof DisasterWarningStandardImportDTO
|
|
48
|
+
*/
|
|
49
|
+
'executionTime'?: number;
|
|
50
|
+
/**
|
|
51
|
+
* 是否扫码
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof DisasterWarningStandardImportDTO
|
|
54
|
+
*/
|
|
55
|
+
'isScanRequired'?: string;
|
|
56
|
+
/**
|
|
57
|
+
* 是否拍照
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof DisasterWarningStandardImportDTO
|
|
60
|
+
*/
|
|
61
|
+
'isPhotoRequired'?: string;
|
|
62
|
+
/**
|
|
63
|
+
* 是否备注
|
|
64
|
+
* @type {string}
|
|
65
|
+
* @memberof DisasterWarningStandardImportDTO
|
|
66
|
+
*/
|
|
67
|
+
'isRemarkRequired'?: string;
|
|
68
|
+
/**
|
|
69
|
+
* 是否抄表
|
|
70
|
+
* @type {string}
|
|
71
|
+
* @memberof DisasterWarningStandardImportDTO
|
|
72
|
+
*/
|
|
73
|
+
'isReadingRequired'?: string;
|
|
74
|
+
/**
|
|
75
|
+
* 抄表标准
|
|
76
|
+
* @type {string}
|
|
77
|
+
* @memberof DisasterWarningStandardImportDTO
|
|
78
|
+
*/
|
|
79
|
+
'compare'?: string;
|
|
80
|
+
/**
|
|
81
|
+
* 抄表标准值
|
|
82
|
+
* @type {number}
|
|
83
|
+
* @memberof DisasterWarningStandardImportDTO
|
|
84
|
+
*/
|
|
85
|
+
'threshold'?: number;
|
|
86
|
+
/**
|
|
87
|
+
*
|
|
88
|
+
* @type {number}
|
|
89
|
+
* @memberof DisasterWarningStandardImportDTO
|
|
90
|
+
*/
|
|
91
|
+
'counts'?: number;
|
|
92
|
+
/**
|
|
93
|
+
*
|
|
94
|
+
* @type {string}
|
|
95
|
+
* @memberof DisasterWarningStandardImportDTO
|
|
96
|
+
*/
|
|
97
|
+
'tips'?: string;
|
|
98
|
+
/**
|
|
99
|
+
*
|
|
100
|
+
* @type {DisasterWarningStandardCategoryEnum}
|
|
101
|
+
* @memberof DisasterWarningStandardImportDTO
|
|
102
|
+
*/
|
|
103
|
+
'categoryEnum'?: DisasterWarningStandardCategoryEnum;
|
|
104
|
+
/**
|
|
105
|
+
* 是否错误
|
|
106
|
+
* @type {boolean}
|
|
107
|
+
* @memberof DisasterWarningStandardImportDTO
|
|
108
|
+
*/
|
|
109
|
+
'isSuccess'?: boolean;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
|
|
@@ -0,0 +1,39 @@
|
|
|
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
|
+
|
|
15
|
+
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { DisasterWarningStandardImportDTO } from './disaster-warning-standard-import-dto';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* execl导入结果返回
|
|
22
|
+
* @export
|
|
23
|
+
* @interface ExcelImportResultDTODisasterWarningStandardImportDTO
|
|
24
|
+
*/
|
|
25
|
+
export interface ExcelImportResultDTODisasterWarningStandardImportDTO {
|
|
26
|
+
/**
|
|
27
|
+
* 成功的数据
|
|
28
|
+
* @type {Array<DisasterWarningStandardImportDTO>}
|
|
29
|
+
* @memberof ExcelImportResultDTODisasterWarningStandardImportDTO
|
|
30
|
+
*/
|
|
31
|
+
'successDataList'?: Array<DisasterWarningStandardImportDTO>;
|
|
32
|
+
/**
|
|
33
|
+
* 错误的数据
|
|
34
|
+
* @type {Array<DisasterWarningStandardImportDTO>}
|
|
35
|
+
* @memberof ExcelImportResultDTODisasterWarningStandardImportDTO
|
|
36
|
+
*/
|
|
37
|
+
'errorDataList'?: Array<DisasterWarningStandardImportDTO>;
|
|
38
|
+
}
|
|
39
|
+
|
|
@@ -26,12 +26,6 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
|
|
|
26
26
|
* @interface GetUserWx200Response
|
|
27
27
|
*/
|
|
28
28
|
export interface GetUserWx200Response {
|
|
29
|
-
/**
|
|
30
|
-
*
|
|
31
|
-
* @type {object}
|
|
32
|
-
* @memberof GetUserWx200Response
|
|
33
|
-
*/
|
|
34
|
-
'trailerFields'?: object;
|
|
35
29
|
/**
|
|
36
30
|
*
|
|
37
31
|
* @type {number}
|
|
@@ -46,16 +40,16 @@ export interface GetUserWx200Response {
|
|
|
46
40
|
'headerNames'?: Array<string>;
|
|
47
41
|
/**
|
|
48
42
|
*
|
|
49
|
-
* @type {
|
|
43
|
+
* @type {object}
|
|
50
44
|
* @memberof GetUserWx200Response
|
|
51
45
|
*/
|
|
52
|
-
'
|
|
46
|
+
'trailerFields'?: object;
|
|
53
47
|
/**
|
|
54
48
|
*
|
|
55
|
-
* @type {
|
|
49
|
+
* @type {GetUserWx200ResponseLocale}
|
|
56
50
|
* @memberof GetUserWx200Response
|
|
57
51
|
*/
|
|
58
|
-
'
|
|
52
|
+
'locale'?: GetUserWx200ResponseLocale;
|
|
59
53
|
/**
|
|
60
54
|
*
|
|
61
55
|
* @type {string}
|
|
@@ -74,6 +68,12 @@ export interface GetUserWx200Response {
|
|
|
74
68
|
* @memberof GetUserWx200Response
|
|
75
69
|
*/
|
|
76
70
|
'outputStream'?: GetUserWx200ResponseOutputStream;
|
|
71
|
+
/**
|
|
72
|
+
*
|
|
73
|
+
* @type {number}
|
|
74
|
+
* @memberof GetUserWx200Response
|
|
75
|
+
*/
|
|
76
|
+
'bufferSize'?: number;
|
|
77
77
|
/**
|
|
78
78
|
*
|
|
79
79
|
* @type {string}
|
package/models/index.ts
CHANGED
|
@@ -126,6 +126,10 @@ export * from './device-unit-sort-bo';
|
|
|
126
126
|
export * from './devices-search-dto';
|
|
127
127
|
export * from './devices-search-vo';
|
|
128
128
|
export * from './devices-status-update-vo';
|
|
129
|
+
export * from './disaster-warning-standard-add-or-update-vo';
|
|
130
|
+
export * from './disaster-warning-standard-category-enum';
|
|
131
|
+
export * from './disaster-warning-standard-entity';
|
|
132
|
+
export * from './disaster-warning-standard-import-dto';
|
|
129
133
|
export * from './earnest-money-transaction';
|
|
130
134
|
export * from './earnest-money-transaction-update-dto';
|
|
131
135
|
export * from './energy-consumption-by-energy-type-dto';
|
|
@@ -206,6 +210,7 @@ export * from './esg-park-waste-config-list-dto';
|
|
|
206
210
|
export * from './esg-user-statistics-dto';
|
|
207
211
|
export * from './esgpark-waste-statistics-dto';
|
|
208
212
|
export * from './excel-import-result-dtocalendar-export-dto';
|
|
213
|
+
export * from './excel-import-result-dtodisaster-warning-standard-import-dto';
|
|
209
214
|
export * from './excel-import-result-dtoequipment-excel-add-dto';
|
|
210
215
|
export * from './excel-import-result-dtoinspection-standard-import-dto';
|
|
211
216
|
export * from './excel-import-result-dtomaintenance-standard-import-dto';
|
|
@@ -342,6 +347,7 @@ export * from './json-result-cold-store-dashboard-alarm-count-dto';
|
|
|
342
347
|
export * from './json-result-cold-store-dashboard-area-dto';
|
|
343
348
|
export * from './json-result-cold-store-dashboard-energy-consumption-statistics-dto';
|
|
344
349
|
export * from './json-result-device-group-settings-entity';
|
|
350
|
+
export * from './json-result-disaster-warning-standard-entity';
|
|
345
351
|
export * from './json-result-energy-consumption-dto';
|
|
346
352
|
export * from './json-result-energy-gradient-alarm-details-dto';
|
|
347
353
|
export * from './json-result-energy-label-entity';
|
|
@@ -359,6 +365,7 @@ export * from './json-result-esg-park-renewable-energy-statistics-dto';
|
|
|
359
365
|
export * from './json-result-esg-user-statistics-dto';
|
|
360
366
|
export * from './json-result-esgpark-waste-statistics-dto';
|
|
361
367
|
export * from './json-result-excel-import-result-dtocalendar-export-dto';
|
|
368
|
+
export * from './json-result-excel-import-result-dtodisaster-warning-standard-import-dto';
|
|
362
369
|
export * from './json-result-excel-import-result-dtoequipment-excel-add-dto';
|
|
363
370
|
export * from './json-result-excel-import-result-dtoinspection-standard-import-dto';
|
|
364
371
|
export * from './json-result-excel-import-result-dtomaintenance-standard-import-dto';
|
|
@@ -494,6 +501,7 @@ export * from './json-result-page-dto-appointment-registration-dto';
|
|
|
494
501
|
export * from './json-result-page-dto-appointment-registration-personnel-dto';
|
|
495
502
|
export * from './json-result-page-dto-call-police-history-dto';
|
|
496
503
|
export * from './json-result-page-dto-devices-search-dto';
|
|
504
|
+
export * from './json-result-page-dto-disaster-warning-standard-entity';
|
|
497
505
|
export * from './json-result-page-dto-energy-consumption-details-dto';
|
|
498
506
|
export * from './json-result-page-dto-energy-label-entity';
|
|
499
507
|
export * from './json-result-page-dto-energy-meter-hire-details-dto';
|
|
@@ -652,6 +660,7 @@ export * from './page-dto-appointment-registration-dto';
|
|
|
652
660
|
export * from './page-dto-appointment-registration-personnel-dto';
|
|
653
661
|
export * from './page-dto-call-police-history-dto';
|
|
654
662
|
export * from './page-dto-devices-search-dto';
|
|
663
|
+
export * from './page-dto-disaster-warning-standard-entity';
|
|
655
664
|
export * from './page-dto-energy-consumption-details-dto';
|
|
656
665
|
export * from './page-dto-energy-label-entity';
|
|
657
666
|
export * from './page-dto-energy-meter-hire-details-dto';
|
|
@@ -813,6 +822,7 @@ export * from './sync-device-unit-vo';
|
|
|
813
822
|
export * from './sync-equipment-status-vo';
|
|
814
823
|
export * from './sync-equipment-vo';
|
|
815
824
|
export * from './sync-equipment-vo-equipment';
|
|
825
|
+
export * from './sync-standard-vo';
|
|
816
826
|
export * from './sys-config';
|
|
817
827
|
export * from './sys-dept';
|
|
818
828
|
export * from './sys-dept-drop-down-box-list-dto';
|
|
@@ -41,12 +41,6 @@ export interface IPageAccessVO {
|
|
|
41
41
|
* @memberof IPageAccessVO
|
|
42
42
|
*/
|
|
43
43
|
'records'?: Array<AccessVO>;
|
|
44
|
-
/**
|
|
45
|
-
*
|
|
46
|
-
* @type {boolean}
|
|
47
|
-
* @memberof IPageAccessVO
|
|
48
|
-
*/
|
|
49
|
-
'searchCount'?: boolean;
|
|
50
44
|
/**
|
|
51
45
|
*
|
|
52
46
|
* @type {number}
|
|
@@ -60,6 +54,12 @@ export interface IPageAccessVO {
|
|
|
60
54
|
* @deprecated
|
|
61
55
|
*/
|
|
62
56
|
'hitCount'?: boolean;
|
|
57
|
+
/**
|
|
58
|
+
*
|
|
59
|
+
* @type {boolean}
|
|
60
|
+
* @memberof IPageAccessVO
|
|
61
|
+
*/
|
|
62
|
+
'searchCount'?: boolean;
|
|
63
63
|
/**
|
|
64
64
|
*
|
|
65
65
|
* @type {number}
|