@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,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,51 @@
|
|
|
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
|
+
* @export
|
|
17
|
+
* @enum {string}
|
|
18
|
+
*/
|
|
19
|
+
export const DisasterWarningStandardCategoryEnum = {
|
|
20
|
+
BaoXue: 'BAO_XUE',
|
|
21
|
+
BaoYu: 'BAO_YU',
|
|
22
|
+
BingBao: 'BING_BAO',
|
|
23
|
+
ChiXuDiWen: 'CHI_XU_DI_WEN',
|
|
24
|
+
ChiXuGaoWen: 'CHI_XU_GAO_WEN',
|
|
25
|
+
DaFeng: 'DA_FENG',
|
|
26
|
+
DaWu: 'DA_WU',
|
|
27
|
+
DaXue: 'DA_XUE',
|
|
28
|
+
DaoLuBingXue: 'DAO_LU_BING_XUE',
|
|
29
|
+
DaoLuJieBing: 'DAO_LU_JIE_BING',
|
|
30
|
+
DiWen: 'DI_WEN',
|
|
31
|
+
GanHan: 'GAN_HAN',
|
|
32
|
+
HanChao: 'HAN_CHAO',
|
|
33
|
+
HanLeng: 'HAN_LENG',
|
|
34
|
+
HuiMai: 'HUI_MAI',
|
|
35
|
+
HuoXian: 'HUO_XIAN',
|
|
36
|
+
JiangWen: 'JIANG_WEN',
|
|
37
|
+
LeiBao: 'LEI_BAO',
|
|
38
|
+
LeiBaoDaFeng: 'LEI_BAO_DA_FENG',
|
|
39
|
+
LeiDian: 'LEI_DIAN',
|
|
40
|
+
LeiYuDaFeng: 'LEI_YU_DA_FENG',
|
|
41
|
+
Mai: 'MAI',
|
|
42
|
+
QiangDuiLiu: 'QIANG_DUI_LIU',
|
|
43
|
+
QiangJiangYu: 'QIANG_JIANG_YU',
|
|
44
|
+
SenLinHuoXian: 'SEN_LIN_HUO_XIAN',
|
|
45
|
+
ShaChen: 'SHA_CHEN',
|
|
46
|
+
ShaChenBao: 'SHA_CHEN_BAO',
|
|
47
|
+
ShuangDong: 'SHUANG_DONG',
|
|
48
|
+
TaiFeng: 'TAI_FENG',
|
|
49
|
+
XueZai: 'XUE_ZAI',
|
|
50
|
+
ZhongWuRan: 'ZHONG_WU_RAN'
|
|
51
|
+
};
|
|
@@ -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,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,103 @@
|
|
|
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 DisasterWarningStandardImportDTO
|
|
17
|
+
*/
|
|
18
|
+
export interface DisasterWarningStandardImportDTO {
|
|
19
|
+
/**
|
|
20
|
+
* 分类
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof DisasterWarningStandardImportDTO
|
|
23
|
+
*/
|
|
24
|
+
'category'?: string;
|
|
25
|
+
/**
|
|
26
|
+
* 内容项
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof DisasterWarningStandardImportDTO
|
|
29
|
+
*/
|
|
30
|
+
'content'?: string;
|
|
31
|
+
/**
|
|
32
|
+
* 执行标准
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof DisasterWarningStandardImportDTO
|
|
35
|
+
*/
|
|
36
|
+
'standard'?: string;
|
|
37
|
+
/**
|
|
38
|
+
* 执行时效
|
|
39
|
+
* @type {number}
|
|
40
|
+
* @memberof DisasterWarningStandardImportDTO
|
|
41
|
+
*/
|
|
42
|
+
'executionTime'?: number;
|
|
43
|
+
/**
|
|
44
|
+
* 是否扫码
|
|
45
|
+
* @type {string}
|
|
46
|
+
* @memberof DisasterWarningStandardImportDTO
|
|
47
|
+
*/
|
|
48
|
+
'isScanRequired'?: string;
|
|
49
|
+
/**
|
|
50
|
+
* 是否拍照
|
|
51
|
+
* @type {string}
|
|
52
|
+
* @memberof DisasterWarningStandardImportDTO
|
|
53
|
+
*/
|
|
54
|
+
'isPhotoRequired'?: string;
|
|
55
|
+
/**
|
|
56
|
+
* 是否备注
|
|
57
|
+
* @type {string}
|
|
58
|
+
* @memberof DisasterWarningStandardImportDTO
|
|
59
|
+
*/
|
|
60
|
+
'isRemarkRequired'?: string;
|
|
61
|
+
/**
|
|
62
|
+
* 是否抄表
|
|
63
|
+
* @type {string}
|
|
64
|
+
* @memberof DisasterWarningStandardImportDTO
|
|
65
|
+
*/
|
|
66
|
+
'isReadingRequired'?: string;
|
|
67
|
+
/**
|
|
68
|
+
* 抄表标准
|
|
69
|
+
* @type {string}
|
|
70
|
+
* @memberof DisasterWarningStandardImportDTO
|
|
71
|
+
*/
|
|
72
|
+
'compare'?: string;
|
|
73
|
+
/**
|
|
74
|
+
* 抄表标准值
|
|
75
|
+
* @type {number}
|
|
76
|
+
* @memberof DisasterWarningStandardImportDTO
|
|
77
|
+
*/
|
|
78
|
+
'threshold'?: number;
|
|
79
|
+
/**
|
|
80
|
+
*
|
|
81
|
+
* @type {number}
|
|
82
|
+
* @memberof DisasterWarningStandardImportDTO
|
|
83
|
+
*/
|
|
84
|
+
'counts'?: number;
|
|
85
|
+
/**
|
|
86
|
+
*
|
|
87
|
+
* @type {string}
|
|
88
|
+
* @memberof DisasterWarningStandardImportDTO
|
|
89
|
+
*/
|
|
90
|
+
'tips'?: string;
|
|
91
|
+
/**
|
|
92
|
+
*
|
|
93
|
+
* @type {DisasterWarningStandardCategoryEnum}
|
|
94
|
+
* @memberof DisasterWarningStandardImportDTO
|
|
95
|
+
*/
|
|
96
|
+
'categoryEnum'?: DisasterWarningStandardCategoryEnum;
|
|
97
|
+
/**
|
|
98
|
+
* 是否错误
|
|
99
|
+
* @type {boolean}
|
|
100
|
+
* @memberof DisasterWarningStandardImportDTO
|
|
101
|
+
*/
|
|
102
|
+
'isSuccess'?: boolean;
|
|
103
|
+
}
|
|
@@ -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,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 { DisasterWarningStandardImportDTO } from './disaster-warning-standard-import-dto';
|
|
13
|
+
/**
|
|
14
|
+
* execl导入结果返回
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ExcelImportResultDTODisasterWarningStandardImportDTO
|
|
17
|
+
*/
|
|
18
|
+
export interface ExcelImportResultDTODisasterWarningStandardImportDTO {
|
|
19
|
+
/**
|
|
20
|
+
* 成功的数据
|
|
21
|
+
* @type {Array<DisasterWarningStandardImportDTO>}
|
|
22
|
+
* @memberof ExcelImportResultDTODisasterWarningStandardImportDTO
|
|
23
|
+
*/
|
|
24
|
+
'successDataList'?: Array<DisasterWarningStandardImportDTO>;
|
|
25
|
+
/**
|
|
26
|
+
* 错误的数据
|
|
27
|
+
* @type {Array<DisasterWarningStandardImportDTO>}
|
|
28
|
+
* @memberof ExcelImportResultDTODisasterWarningStandardImportDTO
|
|
29
|
+
*/
|
|
30
|
+
'errorDataList'?: Array<DisasterWarningStandardImportDTO>;
|
|
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 {};
|
|
@@ -17,12 +17,6 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
|
|
|
17
17
|
* @interface GetUserWx200Response
|
|
18
18
|
*/
|
|
19
19
|
export interface GetUserWx200Response {
|
|
20
|
-
/**
|
|
21
|
-
*
|
|
22
|
-
* @type {object}
|
|
23
|
-
* @memberof GetUserWx200Response
|
|
24
|
-
*/
|
|
25
|
-
'trailerFields'?: object;
|
|
26
20
|
/**
|
|
27
21
|
*
|
|
28
22
|
* @type {number}
|
|
@@ -37,16 +31,16 @@ export interface GetUserWx200Response {
|
|
|
37
31
|
'headerNames'?: Array<string>;
|
|
38
32
|
/**
|
|
39
33
|
*
|
|
40
|
-
* @type {
|
|
34
|
+
* @type {object}
|
|
41
35
|
* @memberof GetUserWx200Response
|
|
42
36
|
*/
|
|
43
|
-
'
|
|
37
|
+
'trailerFields'?: object;
|
|
44
38
|
/**
|
|
45
39
|
*
|
|
46
|
-
* @type {
|
|
40
|
+
* @type {GetUserWx200ResponseLocale}
|
|
47
41
|
* @memberof GetUserWx200Response
|
|
48
42
|
*/
|
|
49
|
-
'
|
|
43
|
+
'locale'?: GetUserWx200ResponseLocale;
|
|
50
44
|
/**
|
|
51
45
|
*
|
|
52
46
|
* @type {string}
|
|
@@ -65,6 +59,12 @@ export interface GetUserWx200Response {
|
|
|
65
59
|
* @memberof GetUserWx200Response
|
|
66
60
|
*/
|
|
67
61
|
'outputStream'?: GetUserWx200ResponseOutputStream;
|
|
62
|
+
/**
|
|
63
|
+
*
|
|
64
|
+
* @type {number}
|
|
65
|
+
* @memberof GetUserWx200Response
|
|
66
|
+
*/
|
|
67
|
+
'bufferSize'?: number;
|
|
68
68
|
/**
|
|
69
69
|
*
|
|
70
70
|
* @type {string}
|
|
@@ -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';
|
package/dist/esm/models/index.js
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';
|
|
@@ -34,12 +34,6 @@ export interface IPageAccessVO {
|
|
|
34
34
|
* @memberof IPageAccessVO
|
|
35
35
|
*/
|
|
36
36
|
'records'?: Array<AccessVO>;
|
|
37
|
-
/**
|
|
38
|
-
*
|
|
39
|
-
* @type {boolean}
|
|
40
|
-
* @memberof IPageAccessVO
|
|
41
|
-
*/
|
|
42
|
-
'searchCount'?: boolean;
|
|
43
37
|
/**
|
|
44
38
|
*
|
|
45
39
|
* @type {number}
|
|
@@ -53,6 +47,12 @@ export interface IPageAccessVO {
|
|
|
53
47
|
* @deprecated
|
|
54
48
|
*/
|
|
55
49
|
'hitCount'?: boolean;
|
|
50
|
+
/**
|
|
51
|
+
*
|
|
52
|
+
* @type {boolean}
|
|
53
|
+
* @memberof IPageAccessVO
|
|
54
|
+
*/
|
|
55
|
+
'searchCount'?: boolean;
|
|
56
56
|
/**
|
|
57
57
|
*
|
|
58
58
|
* @type {number}
|
|
@@ -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 { DisasterWarningStandardEntity } from './disaster-warning-standard-entity';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface JsonResultDisasterWarningStandardEntity
|
|
18
|
+
*/
|
|
19
|
+
export interface JsonResultDisasterWarningStandardEntity {
|
|
20
|
+
/**
|
|
21
|
+
* 错误码,0:成功,其他:失败
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof JsonResultDisasterWarningStandardEntity
|
|
24
|
+
*/
|
|
25
|
+
'code'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 错误消息
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof JsonResultDisasterWarningStandardEntity
|
|
30
|
+
*/
|
|
31
|
+
'msg'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 错误堆栈
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof JsonResultDisasterWarningStandardEntity
|
|
36
|
+
*/
|
|
37
|
+
'stacks'?: string;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {DisasterWarningStandardEntity}
|
|
41
|
+
* @memberof JsonResultDisasterWarningStandardEntity
|
|
42
|
+
*/
|
|
43
|
+
'data'?: DisasterWarningStandardEntity;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {BaseErrorResult}
|
|
47
|
+
* @memberof JsonResultDisasterWarningStandardEntity
|
|
48
|
+
*/
|
|
49
|
+
'error'?: BaseErrorResult | null;
|
|
50
|
+
/**
|
|
51
|
+
* 日志追踪ID
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof JsonResultDisasterWarningStandardEntity
|
|
54
|
+
*/
|
|
55
|
+
'traceId'?: string | null;
|
|
56
|
+
/**
|
|
57
|
+
* requestId
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof JsonResultDisasterWarningStandardEntity
|
|
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 {};
|