@gizone/rrs-client 4.2.0-alpha.240 → 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 +11 -0
- package/api.ts +1 -0
- package/apis/disaster-warning-standard-controller-api.ts +1200 -0
- package/apis/inspection-standard-api.ts +18 -32
- package/apis/maintenance-standard-api.ts +91 -0
- package/dist/api.d.ts +1 -0
- package/dist/api.js +1 -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/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 +1 -0
- package/dist/esm/api.js +1 -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/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 +4 -4
- package/dist/esm/models/index.d.ts +10 -0
- package/dist/esm/models/index.js +10 -0
- 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/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 +4 -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 +4 -4
- package/dist/models/index.d.ts +10 -0
- package/dist/models/index.js +10 -0
- 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/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 +4 -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 +4 -4
- package/models/index.ts +10 -0
- 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/page-dto-disaster-warning-standard-entity.ts +39 -0
- package/models/sync-standard-vo.ts +36 -0
- package/models/sys-user.ts +4 -4
- package/package.json +1 -1
|
@@ -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 });
|
|
@@ -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,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,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,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 });
|
|
@@ -61,16 +61,16 @@ export interface GetUserWx200Response {
|
|
|
61
61
|
'outputStream'?: GetUserWx200ResponseOutputStream;
|
|
62
62
|
/**
|
|
63
63
|
*
|
|
64
|
-
* @type {
|
|
64
|
+
* @type {number}
|
|
65
65
|
* @memberof GetUserWx200Response
|
|
66
66
|
*/
|
|
67
|
-
'
|
|
67
|
+
'bufferSize'?: number;
|
|
68
68
|
/**
|
|
69
69
|
*
|
|
70
|
-
* @type {
|
|
70
|
+
* @type {string}
|
|
71
71
|
* @memberof GetUserWx200Response
|
|
72
72
|
*/
|
|
73
|
-
'
|
|
73
|
+
'characterEncoding'?: string;
|
|
74
74
|
/**
|
|
75
75
|
*
|
|
76
76
|
* @type {number}
|
package/dist/models/index.d.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';
|
package/dist/models/index.js
CHANGED
|
@@ -142,6 +142,10 @@ __exportStar(require("./device-unit-sort-bo"), exports);
|
|
|
142
142
|
__exportStar(require("./devices-search-dto"), exports);
|
|
143
143
|
__exportStar(require("./devices-search-vo"), exports);
|
|
144
144
|
__exportStar(require("./devices-status-update-vo"), exports);
|
|
145
|
+
__exportStar(require("./disaster-warning-standard-add-or-update-vo"), exports);
|
|
146
|
+
__exportStar(require("./disaster-warning-standard-category-enum"), exports);
|
|
147
|
+
__exportStar(require("./disaster-warning-standard-entity"), exports);
|
|
148
|
+
__exportStar(require("./disaster-warning-standard-import-dto"), exports);
|
|
145
149
|
__exportStar(require("./earnest-money-transaction"), exports);
|
|
146
150
|
__exportStar(require("./earnest-money-transaction-update-dto"), exports);
|
|
147
151
|
__exportStar(require("./energy-consumption-by-energy-type-dto"), exports);
|
|
@@ -222,6 +226,7 @@ __exportStar(require("./esg-park-waste-config-list-dto"), exports);
|
|
|
222
226
|
__exportStar(require("./esg-user-statistics-dto"), exports);
|
|
223
227
|
__exportStar(require("./esgpark-waste-statistics-dto"), exports);
|
|
224
228
|
__exportStar(require("./excel-import-result-dtocalendar-export-dto"), exports);
|
|
229
|
+
__exportStar(require("./excel-import-result-dtodisaster-warning-standard-import-dto"), exports);
|
|
225
230
|
__exportStar(require("./excel-import-result-dtoequipment-excel-add-dto"), exports);
|
|
226
231
|
__exportStar(require("./excel-import-result-dtoinspection-standard-import-dto"), exports);
|
|
227
232
|
__exportStar(require("./excel-import-result-dtomaintenance-standard-import-dto"), exports);
|
|
@@ -358,6 +363,7 @@ __exportStar(require("./json-result-cold-store-dashboard-alarm-count-dto"), expo
|
|
|
358
363
|
__exportStar(require("./json-result-cold-store-dashboard-area-dto"), exports);
|
|
359
364
|
__exportStar(require("./json-result-cold-store-dashboard-energy-consumption-statistics-dto"), exports);
|
|
360
365
|
__exportStar(require("./json-result-device-group-settings-entity"), exports);
|
|
366
|
+
__exportStar(require("./json-result-disaster-warning-standard-entity"), exports);
|
|
361
367
|
__exportStar(require("./json-result-energy-consumption-dto"), exports);
|
|
362
368
|
__exportStar(require("./json-result-energy-gradient-alarm-details-dto"), exports);
|
|
363
369
|
__exportStar(require("./json-result-energy-label-entity"), exports);
|
|
@@ -375,6 +381,7 @@ __exportStar(require("./json-result-esg-park-renewable-energy-statistics-dto"),
|
|
|
375
381
|
__exportStar(require("./json-result-esg-user-statistics-dto"), exports);
|
|
376
382
|
__exportStar(require("./json-result-esgpark-waste-statistics-dto"), exports);
|
|
377
383
|
__exportStar(require("./json-result-excel-import-result-dtocalendar-export-dto"), exports);
|
|
384
|
+
__exportStar(require("./json-result-excel-import-result-dtodisaster-warning-standard-import-dto"), exports);
|
|
378
385
|
__exportStar(require("./json-result-excel-import-result-dtoequipment-excel-add-dto"), exports);
|
|
379
386
|
__exportStar(require("./json-result-excel-import-result-dtoinspection-standard-import-dto"), exports);
|
|
380
387
|
__exportStar(require("./json-result-excel-import-result-dtomaintenance-standard-import-dto"), exports);
|
|
@@ -510,6 +517,7 @@ __exportStar(require("./json-result-page-dto-appointment-registration-dto"), exp
|
|
|
510
517
|
__exportStar(require("./json-result-page-dto-appointment-registration-personnel-dto"), exports);
|
|
511
518
|
__exportStar(require("./json-result-page-dto-call-police-history-dto"), exports);
|
|
512
519
|
__exportStar(require("./json-result-page-dto-devices-search-dto"), exports);
|
|
520
|
+
__exportStar(require("./json-result-page-dto-disaster-warning-standard-entity"), exports);
|
|
513
521
|
__exportStar(require("./json-result-page-dto-energy-consumption-details-dto"), exports);
|
|
514
522
|
__exportStar(require("./json-result-page-dto-energy-label-entity"), exports);
|
|
515
523
|
__exportStar(require("./json-result-page-dto-energy-meter-hire-details-dto"), exports);
|
|
@@ -668,6 +676,7 @@ __exportStar(require("./page-dto-appointment-registration-dto"), exports);
|
|
|
668
676
|
__exportStar(require("./page-dto-appointment-registration-personnel-dto"), exports);
|
|
669
677
|
__exportStar(require("./page-dto-call-police-history-dto"), exports);
|
|
670
678
|
__exportStar(require("./page-dto-devices-search-dto"), exports);
|
|
679
|
+
__exportStar(require("./page-dto-disaster-warning-standard-entity"), exports);
|
|
671
680
|
__exportStar(require("./page-dto-energy-consumption-details-dto"), exports);
|
|
672
681
|
__exportStar(require("./page-dto-energy-label-entity"), exports);
|
|
673
682
|
__exportStar(require("./page-dto-energy-meter-hire-details-dto"), exports);
|
|
@@ -829,6 +838,7 @@ __exportStar(require("./sync-device-unit-vo"), exports);
|
|
|
829
838
|
__exportStar(require("./sync-equipment-status-vo"), exports);
|
|
830
839
|
__exportStar(require("./sync-equipment-vo"), exports);
|
|
831
840
|
__exportStar(require("./sync-equipment-vo-equipment"), exports);
|
|
841
|
+
__exportStar(require("./sync-standard-vo"), exports);
|
|
832
842
|
__exportStar(require("./sys-config"), exports);
|
|
833
843
|
__exportStar(require("./sys-dept"), exports);
|
|
834
844
|
__exportStar(require("./sys-dept-drop-down-box-list-dto"), exports);
|