@gizone/rrs-client 4.2.9-alpha.527 → 4.2.9-alpha.537
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 +16 -0
- package/api.ts +1 -0
- package/apis/device-api.ts +91 -0
- package/apis/energy-cost-controller-api.ts +973 -0
- package/dist/api.d.ts +1 -0
- package/dist/api.js +1 -0
- package/dist/apis/device-api.d.ts +47 -0
- package/dist/apis/device-api.js +70 -0
- package/dist/apis/energy-cost-controller-api.d.ts +527 -0
- package/dist/apis/energy-cost-controller-api.js +737 -0
- package/dist/esm/api.d.ts +1 -0
- package/dist/esm/api.js +1 -0
- package/dist/esm/apis/device-api.d.ts +47 -0
- package/dist/esm/apis/device-api.js +70 -0
- package/dist/esm/apis/energy-cost-controller-api.d.ts +527 -0
- package/dist/esm/apis/energy-cost-controller-api.js +730 -0
- package/dist/esm/models/energy-cost-add-record-dto.d.ts +138 -0
- package/dist/esm/models/energy-cost-add-record-dto.js +27 -0
- package/dist/esm/models/energy-cost-add-setting-dto.d.ts +60 -0
- package/dist/esm/models/energy-cost-add-setting-dto.js +23 -0
- package/dist/esm/models/energy-cost-confirm-record-dto.d.ts +42 -0
- package/dist/esm/models/energy-cost-confirm-record-dto.js +17 -0
- package/dist/esm/models/energy-cost-month-setting-list-vo.d.ts +96 -0
- package/dist/esm/models/energy-cost-month-setting-list-vo.js +23 -0
- package/dist/esm/models/energy-cost-record-info-vo.d.ts +192 -0
- package/dist/esm/models/energy-cost-record-info-vo.js +27 -0
- package/dist/esm/models/energy-cost-scenarios-info-vo.d.ts +132 -0
- package/dist/esm/models/energy-cost-scenarios-info-vo.js +23 -0
- package/dist/esm/models/energy-cost-update-setting-dto.d.ts +60 -0
- package/dist/esm/models/energy-cost-update-setting-dto.js +23 -0
- package/dist/esm/models/index.d.ts +15 -0
- package/dist/esm/models/index.js +15 -0
- package/dist/esm/models/iot-device-unit-delete-dto.d.ts +42 -0
- package/dist/esm/models/iot-device-unit-delete-dto.js +14 -0
- package/dist/esm/models/ipage-energy-cost-record-info-vo.d.ts +62 -0
- package/dist/esm/models/ipage-energy-cost-record-info-vo.js +14 -0
- package/dist/esm/models/item.d.ts +55 -0
- package/dist/esm/models/item.js +19 -0
- package/dist/esm/models/json-result-energy-cost-record-info-vo.d.ts +62 -0
- package/dist/esm/models/json-result-energy-cost-record-info-vo.js +14 -0
- package/dist/esm/models/json-result-ipage-energy-cost-record-info-vo.d.ts +62 -0
- package/dist/esm/models/json-result-ipage-energy-cost-record-info-vo.js +14 -0
- package/dist/esm/models/json-result-list-energy-cost-month-setting-list-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-energy-cost-month-setting-list-vo.js +14 -0
- package/dist/esm/models/json-result-map-string-object.d.ts +63 -0
- package/dist/esm/models/json-result-map-string-object.js +14 -0
- package/dist/esm/models/surveillance-batch-import-template-dto.d.ts +7 -0
- package/dist/esm/models/surveillance-entity.d.ts +171 -0
- package/dist/esm/models/surveillance-entity.js +14 -0
- package/dist/models/energy-cost-add-record-dto.d.ts +138 -0
- package/dist/models/energy-cost-add-record-dto.js +30 -0
- package/dist/models/energy-cost-add-setting-dto.d.ts +60 -0
- package/dist/models/energy-cost-add-setting-dto.js +26 -0
- package/dist/models/energy-cost-confirm-record-dto.d.ts +42 -0
- package/dist/models/energy-cost-confirm-record-dto.js +20 -0
- package/dist/models/energy-cost-month-setting-list-vo.d.ts +96 -0
- package/dist/models/energy-cost-month-setting-list-vo.js +26 -0
- package/dist/models/energy-cost-record-info-vo.d.ts +192 -0
- package/dist/models/energy-cost-record-info-vo.js +30 -0
- package/dist/models/energy-cost-scenarios-info-vo.d.ts +132 -0
- package/dist/models/energy-cost-scenarios-info-vo.js +26 -0
- package/dist/models/energy-cost-update-setting-dto.d.ts +60 -0
- package/dist/models/energy-cost-update-setting-dto.js +26 -0
- package/dist/models/index.d.ts +15 -0
- package/dist/models/index.js +15 -0
- package/dist/models/iot-device-unit-delete-dto.d.ts +42 -0
- package/dist/models/iot-device-unit-delete-dto.js +15 -0
- package/dist/models/ipage-energy-cost-record-info-vo.d.ts +62 -0
- package/dist/models/ipage-energy-cost-record-info-vo.js +15 -0
- package/dist/models/item.d.ts +55 -0
- package/dist/models/item.js +22 -0
- package/dist/models/json-result-energy-cost-record-info-vo.d.ts +62 -0
- package/dist/models/json-result-energy-cost-record-info-vo.js +15 -0
- package/dist/models/json-result-ipage-energy-cost-record-info-vo.d.ts +62 -0
- package/dist/models/json-result-ipage-energy-cost-record-info-vo.js +15 -0
- package/dist/models/json-result-list-energy-cost-month-setting-list-vo.d.ts +62 -0
- package/dist/models/json-result-list-energy-cost-month-setting-list-vo.js +15 -0
- package/dist/models/json-result-map-string-object.d.ts +63 -0
- package/dist/models/json-result-map-string-object.js +15 -0
- package/dist/models/surveillance-batch-import-template-dto.d.ts +7 -0
- package/dist/models/surveillance-entity.d.ts +171 -0
- package/dist/models/surveillance-entity.js +15 -0
- package/models/energy-cost-add-record-dto.ts +151 -0
- package/models/energy-cost-add-setting-dto.ts +70 -0
- package/models/energy-cost-confirm-record-dto.ts +53 -0
- package/models/energy-cost-month-setting-list-vo.ts +106 -0
- package/models/energy-cost-record-info-vo.ts +205 -0
- package/models/energy-cost-scenarios-info-vo.ts +142 -0
- package/models/energy-cost-update-setting-dto.ts +70 -0
- package/models/index.ts +15 -0
- package/models/iot-device-unit-delete-dto.ts +48 -0
- package/models/ipage-energy-cost-record-info-vo.ts +70 -0
- package/models/item.ts +64 -0
- package/models/json-result-energy-cost-record-info-vo.ts +72 -0
- package/models/json-result-ipage-energy-cost-record-info-vo.ts +72 -0
- package/models/json-result-list-energy-cost-month-setting-list-vo.ts +72 -0
- package/models/json-result-map-string-object.ts +69 -0
- package/models/surveillance-batch-import-template-dto.ts +9 -0
- package/models/surveillance-entity.ts +185 -0
- package/ossutil.log +1047 -0
- package/package.json +1 -1
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
*/
|
|
12
12
|
import type { FunctionalAreaEnum } from './functional-area-enum';
|
|
13
13
|
import type { InstallationBodyEnum } from './installation-body-enum';
|
|
14
|
+
import type { SurveillanceEntity } from './surveillance-entity';
|
|
14
15
|
/**
|
|
15
16
|
* 监控批量导入模板数据传输对象
|
|
16
17
|
* @export
|
|
@@ -119,4 +120,10 @@ export interface SurveillanceBatchImportTemplateDto {
|
|
|
119
120
|
* @memberof SurveillanceBatchImportTemplateDto
|
|
120
121
|
*/
|
|
121
122
|
'spaceId'?: number;
|
|
123
|
+
/**
|
|
124
|
+
*
|
|
125
|
+
* @type {SurveillanceEntity}
|
|
126
|
+
* @memberof SurveillanceBatchImportTemplateDto
|
|
127
|
+
*/
|
|
128
|
+
'surveillanceEntity'?: SurveillanceEntity;
|
|
122
129
|
}
|
|
@@ -0,0 +1,171 @@
|
|
|
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 { FunctionalAreaEnum } from './functional-area-enum';
|
|
13
|
+
import type { InstallationBodyEnum } from './installation-body-enum';
|
|
14
|
+
import type { IotDeviceStatusEnum } from './iot-device-status-enum';
|
|
15
|
+
/**
|
|
16
|
+
* 监控实体类
|
|
17
|
+
* @export
|
|
18
|
+
* @interface SurveillanceEntity
|
|
19
|
+
*/
|
|
20
|
+
export interface SurveillanceEntity {
|
|
21
|
+
/**
|
|
22
|
+
* 主键ID
|
|
23
|
+
* @type {number}
|
|
24
|
+
* @memberof SurveillanceEntity
|
|
25
|
+
*/
|
|
26
|
+
'id'?: number;
|
|
27
|
+
/**
|
|
28
|
+
* 园区ID
|
|
29
|
+
* @type {number}
|
|
30
|
+
* @memberof SurveillanceEntity
|
|
31
|
+
*/
|
|
32
|
+
'parkId'?: number;
|
|
33
|
+
/**
|
|
34
|
+
* 监控序号
|
|
35
|
+
* @type {string}
|
|
36
|
+
* @memberof SurveillanceEntity
|
|
37
|
+
*/
|
|
38
|
+
'surveillanceNo'?: string;
|
|
39
|
+
/**
|
|
40
|
+
* 设备编码
|
|
41
|
+
* @type {string}
|
|
42
|
+
* @memberof SurveillanceEntity
|
|
43
|
+
*/
|
|
44
|
+
'deviceCode'?: string;
|
|
45
|
+
/**
|
|
46
|
+
* 通道号
|
|
47
|
+
* @type {string}
|
|
48
|
+
* @memberof SurveillanceEntity
|
|
49
|
+
*/
|
|
50
|
+
'deviceChannel'?: string;
|
|
51
|
+
/**
|
|
52
|
+
* 设备类型
|
|
53
|
+
* @type {string}
|
|
54
|
+
* @memberof SurveillanceEntity
|
|
55
|
+
*/
|
|
56
|
+
'modelId'?: string;
|
|
57
|
+
/**
|
|
58
|
+
* 品牌编号
|
|
59
|
+
* @type {string}
|
|
60
|
+
* @memberof SurveillanceEntity
|
|
61
|
+
*/
|
|
62
|
+
'brandId'?: string;
|
|
63
|
+
/**
|
|
64
|
+
* 空间ID
|
|
65
|
+
* @type {number}
|
|
66
|
+
* @memberof SurveillanceEntity
|
|
67
|
+
*/
|
|
68
|
+
'spaceId'?: number;
|
|
69
|
+
/**
|
|
70
|
+
*
|
|
71
|
+
* @type {FunctionalAreaEnum}
|
|
72
|
+
* @memberof SurveillanceEntity
|
|
73
|
+
*/
|
|
74
|
+
'functionalArea'?: FunctionalAreaEnum;
|
|
75
|
+
/**
|
|
76
|
+
* 监控名称
|
|
77
|
+
* @type {string}
|
|
78
|
+
* @memberof SurveillanceEntity
|
|
79
|
+
*/
|
|
80
|
+
'surveillanceName'?: string;
|
|
81
|
+
/**
|
|
82
|
+
* 监控全名称
|
|
83
|
+
* @type {string}
|
|
84
|
+
* @memberof SurveillanceEntity
|
|
85
|
+
*/
|
|
86
|
+
'surveillanceFullName'?: string;
|
|
87
|
+
/**
|
|
88
|
+
* 是否空间显示
|
|
89
|
+
* @type {boolean}
|
|
90
|
+
* @memberof SurveillanceEntity
|
|
91
|
+
*/
|
|
92
|
+
'isShowSpace'?: boolean;
|
|
93
|
+
/**
|
|
94
|
+
*
|
|
95
|
+
* @type {IotDeviceStatusEnum}
|
|
96
|
+
* @memberof SurveillanceEntity
|
|
97
|
+
*/
|
|
98
|
+
'surveillanceStatus'?: IotDeviceStatusEnum;
|
|
99
|
+
/**
|
|
100
|
+
*
|
|
101
|
+
* @type {InstallationBodyEnum}
|
|
102
|
+
* @memberof SurveillanceEntity
|
|
103
|
+
*/
|
|
104
|
+
'installationBody'?: InstallationBodyEnum;
|
|
105
|
+
/**
|
|
106
|
+
* 安装单位
|
|
107
|
+
* @type {string}
|
|
108
|
+
* @memberof SurveillanceEntity
|
|
109
|
+
*/
|
|
110
|
+
'installationUnit'?: string;
|
|
111
|
+
/**
|
|
112
|
+
* 建设时间
|
|
113
|
+
* @type {string}
|
|
114
|
+
* @memberof SurveillanceEntity
|
|
115
|
+
*/
|
|
116
|
+
'constructionTime'?: string;
|
|
117
|
+
/**
|
|
118
|
+
* 监控点位
|
|
119
|
+
* @type {Array<number>}
|
|
120
|
+
* @memberof SurveillanceEntity
|
|
121
|
+
*/
|
|
122
|
+
'surveillancePoint'?: Array<number>;
|
|
123
|
+
/**
|
|
124
|
+
* 监控rtmp地址
|
|
125
|
+
* @type {string}
|
|
126
|
+
* @memberof SurveillanceEntity
|
|
127
|
+
*/
|
|
128
|
+
'rtmpUrl'?: string;
|
|
129
|
+
/**
|
|
130
|
+
* 监控截图
|
|
131
|
+
* @type {string}
|
|
132
|
+
* @memberof SurveillanceEntity
|
|
133
|
+
*/
|
|
134
|
+
'surveillancePicture'?: string;
|
|
135
|
+
/**
|
|
136
|
+
* 创建时间
|
|
137
|
+
* @type {string}
|
|
138
|
+
* @memberof SurveillanceEntity
|
|
139
|
+
*/
|
|
140
|
+
'createTime'?: string;
|
|
141
|
+
/**
|
|
142
|
+
* 修改时间
|
|
143
|
+
* @type {string}
|
|
144
|
+
* @memberof SurveillanceEntity
|
|
145
|
+
*/
|
|
146
|
+
'updateTime'?: string;
|
|
147
|
+
/**
|
|
148
|
+
* 是否删除 1未删除 0删除
|
|
149
|
+
* @type {number}
|
|
150
|
+
* @memberof SurveillanceEntity
|
|
151
|
+
*/
|
|
152
|
+
'isDelete'?: number;
|
|
153
|
+
/**
|
|
154
|
+
* 图像状态 2-诊断失败,-1-未知,1-正常,0-异常
|
|
155
|
+
* @type {string}
|
|
156
|
+
* @memberof SurveillanceEntity
|
|
157
|
+
*/
|
|
158
|
+
'imageStatus'?: string;
|
|
159
|
+
/**
|
|
160
|
+
* 录像保存天数
|
|
161
|
+
* @type {number}
|
|
162
|
+
* @memberof SurveillanceEntity
|
|
163
|
+
*/
|
|
164
|
+
'videoRecordingDays'?: number;
|
|
165
|
+
/**
|
|
166
|
+
* 所属项目
|
|
167
|
+
* @type {string}
|
|
168
|
+
* @memberof SurveillanceEntity
|
|
169
|
+
*/
|
|
170
|
+
'projectName'?: string;
|
|
171
|
+
}
|
|
@@ -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,151 @@
|
|
|
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 { Item } from './item';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* 新增能源消耗记录-新增-入参
|
|
22
|
+
* @export
|
|
23
|
+
* @interface EnergyCostAddRecordDTO
|
|
24
|
+
*/
|
|
25
|
+
export interface EnergyCostAddRecordDTO {
|
|
26
|
+
/**
|
|
27
|
+
* 园区id
|
|
28
|
+
* @type {number}
|
|
29
|
+
* @memberof EnergyCostAddRecordDTO
|
|
30
|
+
*/
|
|
31
|
+
'parkId': number;
|
|
32
|
+
/**
|
|
33
|
+
* 账单id
|
|
34
|
+
* @type {number}
|
|
35
|
+
* @memberof EnergyCostAddRecordDTO
|
|
36
|
+
*/
|
|
37
|
+
'billId': number;
|
|
38
|
+
/**
|
|
39
|
+
* 能源类型
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof EnergyCostAddRecordDTO
|
|
42
|
+
*/
|
|
43
|
+
'energyType': EnergyCostAddRecordDTOEnergyTypeEnum;
|
|
44
|
+
/**
|
|
45
|
+
* 账单开始日
|
|
46
|
+
* @type {string}
|
|
47
|
+
* @memberof EnergyCostAddRecordDTO
|
|
48
|
+
*/
|
|
49
|
+
'billDateStart': string;
|
|
50
|
+
/**
|
|
51
|
+
* 账单结束日
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof EnergyCostAddRecordDTO
|
|
54
|
+
*/
|
|
55
|
+
'billDateEnd': string;
|
|
56
|
+
/**
|
|
57
|
+
* 账单月
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof EnergyCostAddRecordDTO
|
|
60
|
+
*/
|
|
61
|
+
'billMonth': string;
|
|
62
|
+
/**
|
|
63
|
+
* 账单来源
|
|
64
|
+
* @type {string}
|
|
65
|
+
* @memberof EnergyCostAddRecordDTO
|
|
66
|
+
*/
|
|
67
|
+
'billSource': EnergyCostAddRecordDTOBillSourceEnum;
|
|
68
|
+
/**
|
|
69
|
+
* 单价类型
|
|
70
|
+
* @type {string}
|
|
71
|
+
* @memberof EnergyCostAddRecordDTO
|
|
72
|
+
*/
|
|
73
|
+
'pricingType': EnergyCostAddRecordDTOPricingTypeEnum;
|
|
74
|
+
/**
|
|
75
|
+
* 园区用量
|
|
76
|
+
* @type {number}
|
|
77
|
+
* @memberof EnergyCostAddRecordDTO
|
|
78
|
+
*/
|
|
79
|
+
'parkUtilityUsage': number;
|
|
80
|
+
/**
|
|
81
|
+
* 园区费用(电费/水费)
|
|
82
|
+
* @type {number}
|
|
83
|
+
* @memberof EnergyCostAddRecordDTO
|
|
84
|
+
*/
|
|
85
|
+
'billCharges': number;
|
|
86
|
+
/**
|
|
87
|
+
* 力调电费
|
|
88
|
+
* @type {number}
|
|
89
|
+
* @memberof EnergyCostAddRecordDTO
|
|
90
|
+
*/
|
|
91
|
+
'powerFactorSurcharge': number;
|
|
92
|
+
/**
|
|
93
|
+
* 调前电费
|
|
94
|
+
* @type {number}
|
|
95
|
+
* @memberof EnergyCostAddRecordDTO
|
|
96
|
+
*/
|
|
97
|
+
'billAmountBefore': number;
|
|
98
|
+
/**
|
|
99
|
+
* 单价
|
|
100
|
+
* @type {number}
|
|
101
|
+
* @memberof EnergyCostAddRecordDTO
|
|
102
|
+
*/
|
|
103
|
+
'unitPrice': number;
|
|
104
|
+
/**
|
|
105
|
+
* 园区总面积
|
|
106
|
+
* @type {number}
|
|
107
|
+
* @memberof EnergyCostAddRecordDTO
|
|
108
|
+
*/
|
|
109
|
+
'totalParkArea': number;
|
|
110
|
+
/**
|
|
111
|
+
* 总空仓面积
|
|
112
|
+
* @type {number}
|
|
113
|
+
* @memberof EnergyCostAddRecordDTO
|
|
114
|
+
*/
|
|
115
|
+
'totalVacantArea': number;
|
|
116
|
+
/**
|
|
117
|
+
* 附件
|
|
118
|
+
* @type {string}
|
|
119
|
+
* @memberof EnergyCostAddRecordDTO
|
|
120
|
+
*/
|
|
121
|
+
'attachment'?: string;
|
|
122
|
+
/**
|
|
123
|
+
*
|
|
124
|
+
* @type {Array<Item>}
|
|
125
|
+
* @memberof EnergyCostAddRecordDTO
|
|
126
|
+
*/
|
|
127
|
+
'scenarios'?: Array<Item>;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
export const EnergyCostAddRecordDTOEnergyTypeEnum = {
|
|
131
|
+
Electric: 'ELECTRIC',
|
|
132
|
+
Water: 'WATER'
|
|
133
|
+
} as const;
|
|
134
|
+
|
|
135
|
+
export type EnergyCostAddRecordDTOEnergyTypeEnum = typeof EnergyCostAddRecordDTOEnergyTypeEnum[keyof typeof EnergyCostAddRecordDTOEnergyTypeEnum];
|
|
136
|
+
export const EnergyCostAddRecordDTOBillSourceEnum = {
|
|
137
|
+
StateGrid: 'STATE_GRID',
|
|
138
|
+
Photovoltaic: 'PHOTOVOLTAIC',
|
|
139
|
+
GroupEnergyRealEstate: 'GROUP_ENERGY_REAL_ESTATE',
|
|
140
|
+
WaterSupplyCompany: 'WATER_SUPPLY_COMPANY'
|
|
141
|
+
} as const;
|
|
142
|
+
|
|
143
|
+
export type EnergyCostAddRecordDTOBillSourceEnum = typeof EnergyCostAddRecordDTOBillSourceEnum[keyof typeof EnergyCostAddRecordDTOBillSourceEnum];
|
|
144
|
+
export const EnergyCostAddRecordDTOPricingTypeEnum = {
|
|
145
|
+
UniformUnitPrice: 'UNIFORM_UNIT_PRICE',
|
|
146
|
+
PeakValleyFlat: 'PEAK_VALLEY_FLAT'
|
|
147
|
+
} as const;
|
|
148
|
+
|
|
149
|
+
export type EnergyCostAddRecordDTOPricingTypeEnum = typeof EnergyCostAddRecordDTOPricingTypeEnum[keyof typeof EnergyCostAddRecordDTOPricingTypeEnum];
|
|
150
|
+
|
|
151
|
+
|
|
@@ -0,0 +1,70 @@
|
|
|
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
|
+
* @interface EnergyCostAddSettingDTO
|
|
21
|
+
*/
|
|
22
|
+
export interface EnergyCostAddSettingDTO {
|
|
23
|
+
/**
|
|
24
|
+
* 园区id
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof EnergyCostAddSettingDTO
|
|
27
|
+
*/
|
|
28
|
+
'parkId': number;
|
|
29
|
+
/**
|
|
30
|
+
* 能源类型
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof EnergyCostAddSettingDTO
|
|
33
|
+
*/
|
|
34
|
+
'energyType': EnergyCostAddSettingDTOEnergyTypeEnum;
|
|
35
|
+
/**
|
|
36
|
+
* 标准值
|
|
37
|
+
* @type {number}
|
|
38
|
+
* @memberof EnergyCostAddSettingDTO
|
|
39
|
+
*/
|
|
40
|
+
'standardValue': number;
|
|
41
|
+
/**
|
|
42
|
+
* 使用场景
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof EnergyCostAddSettingDTO
|
|
45
|
+
*/
|
|
46
|
+
'usageScenariosType'?: EnergyCostAddSettingDTOUsageScenariosTypeEnum;
|
|
47
|
+
/**
|
|
48
|
+
* 日期-年月
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof EnergyCostAddSettingDTO
|
|
51
|
+
*/
|
|
52
|
+
'yearMonths': string;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
export const EnergyCostAddSettingDTOEnergyTypeEnum = {
|
|
56
|
+
Electric: 'ELECTRIC',
|
|
57
|
+
Water: 'WATER'
|
|
58
|
+
} as const;
|
|
59
|
+
|
|
60
|
+
export type EnergyCostAddSettingDTOEnergyTypeEnum = typeof EnergyCostAddSettingDTOEnergyTypeEnum[keyof typeof EnergyCostAddSettingDTOEnergyTypeEnum];
|
|
61
|
+
export const EnergyCostAddSettingDTOUsageScenariosTypeEnum = {
|
|
62
|
+
ColdStorage: 'COLD_STORAGE',
|
|
63
|
+
SmartWarehouse: 'SMART_WAREHOUSE',
|
|
64
|
+
LeasingTenant: 'LEASING_TENANT',
|
|
65
|
+
PrivateConventionalWarehouse: 'PRIVATE_CONVENTIONAL_WAREHOUSE'
|
|
66
|
+
} as const;
|
|
67
|
+
|
|
68
|
+
export type EnergyCostAddSettingDTOUsageScenariosTypeEnum = typeof EnergyCostAddSettingDTOUsageScenariosTypeEnum[keyof typeof EnergyCostAddSettingDTOUsageScenariosTypeEnum];
|
|
69
|
+
|
|
70
|
+
|
|
@@ -0,0 +1,53 @@
|
|
|
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 { Item } from './item';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* 新增能源消耗记录-确认-入参
|
|
22
|
+
* @export
|
|
23
|
+
* @interface EnergyCostConfirmRecordDTO
|
|
24
|
+
*/
|
|
25
|
+
export interface EnergyCostConfirmRecordDTO {
|
|
26
|
+
/**
|
|
27
|
+
* id
|
|
28
|
+
* @type {number}
|
|
29
|
+
* @memberof EnergyCostConfirmRecordDTO
|
|
30
|
+
*/
|
|
31
|
+
'id': number;
|
|
32
|
+
/**
|
|
33
|
+
* 能源类型
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof EnergyCostConfirmRecordDTO
|
|
36
|
+
*/
|
|
37
|
+
'energyType': EnergyCostConfirmRecordDTOEnergyTypeEnum;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {Array<Item>}
|
|
41
|
+
* @memberof EnergyCostConfirmRecordDTO
|
|
42
|
+
*/
|
|
43
|
+
'scenarios'?: Array<Item>;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
export const EnergyCostConfirmRecordDTOEnergyTypeEnum = {
|
|
47
|
+
Electric: 'ELECTRIC',
|
|
48
|
+
Water: 'WATER'
|
|
49
|
+
} as const;
|
|
50
|
+
|
|
51
|
+
export type EnergyCostConfirmRecordDTOEnergyTypeEnum = typeof EnergyCostConfirmRecordDTOEnergyTypeEnum[keyof typeof EnergyCostConfirmRecordDTOEnergyTypeEnum];
|
|
52
|
+
|
|
53
|
+
|
|
@@ -0,0 +1,106 @@
|
|
|
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
|
+
* @interface EnergyCostMonthSettingListVO
|
|
21
|
+
*/
|
|
22
|
+
export interface EnergyCostMonthSettingListVO {
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof EnergyCostMonthSettingListVO
|
|
27
|
+
*/
|
|
28
|
+
'id'?: number;
|
|
29
|
+
/**
|
|
30
|
+
* 园区id
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof EnergyCostMonthSettingListVO
|
|
33
|
+
*/
|
|
34
|
+
'parkId'?: number;
|
|
35
|
+
/**
|
|
36
|
+
* 能源类型
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof EnergyCostMonthSettingListVO
|
|
39
|
+
*/
|
|
40
|
+
'energyType'?: EnergyCostMonthSettingListVOEnergyTypeEnum;
|
|
41
|
+
/**
|
|
42
|
+
* 能源类型单位
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof EnergyCostMonthSettingListVO
|
|
45
|
+
*/
|
|
46
|
+
'energyTypeUnit'?: string;
|
|
47
|
+
/**
|
|
48
|
+
* 使用场景
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof EnergyCostMonthSettingListVO
|
|
51
|
+
*/
|
|
52
|
+
'usageScenariosType'?: EnergyCostMonthSettingListVOUsageScenariosTypeEnum;
|
|
53
|
+
/**
|
|
54
|
+
* 标准值
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof EnergyCostMonthSettingListVO
|
|
57
|
+
*/
|
|
58
|
+
'standardValue'?: string;
|
|
59
|
+
/**
|
|
60
|
+
* 年月
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof EnergyCostMonthSettingListVO
|
|
63
|
+
*/
|
|
64
|
+
'yearMonths'?: string;
|
|
65
|
+
/**
|
|
66
|
+
* 年
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof EnergyCostMonthSettingListVO
|
|
69
|
+
*/
|
|
70
|
+
'year'?: string;
|
|
71
|
+
/**
|
|
72
|
+
* 月
|
|
73
|
+
* @type {string}
|
|
74
|
+
* @memberof EnergyCostMonthSettingListVO
|
|
75
|
+
*/
|
|
76
|
+
'month'?: string;
|
|
77
|
+
/**
|
|
78
|
+
* 创建时间
|
|
79
|
+
* @type {string}
|
|
80
|
+
* @memberof EnergyCostMonthSettingListVO
|
|
81
|
+
*/
|
|
82
|
+
'createTime'?: string;
|
|
83
|
+
/**
|
|
84
|
+
* 更新时间
|
|
85
|
+
* @type {string}
|
|
86
|
+
* @memberof EnergyCostMonthSettingListVO
|
|
87
|
+
*/
|
|
88
|
+
'updateTime'?: string;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
export const EnergyCostMonthSettingListVOEnergyTypeEnum = {
|
|
92
|
+
Electric: 'ELECTRIC',
|
|
93
|
+
Water: 'WATER'
|
|
94
|
+
} as const;
|
|
95
|
+
|
|
96
|
+
export type EnergyCostMonthSettingListVOEnergyTypeEnum = typeof EnergyCostMonthSettingListVOEnergyTypeEnum[keyof typeof EnergyCostMonthSettingListVOEnergyTypeEnum];
|
|
97
|
+
export const EnergyCostMonthSettingListVOUsageScenariosTypeEnum = {
|
|
98
|
+
ColdStorage: 'COLD_STORAGE',
|
|
99
|
+
SmartWarehouse: 'SMART_WAREHOUSE',
|
|
100
|
+
LeasingTenant: 'LEASING_TENANT',
|
|
101
|
+
PrivateConventionalWarehouse: 'PRIVATE_CONVENTIONAL_WAREHOUSE'
|
|
102
|
+
} as const;
|
|
103
|
+
|
|
104
|
+
export type EnergyCostMonthSettingListVOUsageScenariosTypeEnum = typeof EnergyCostMonthSettingListVOUsageScenariosTypeEnum[keyof typeof EnergyCostMonthSettingListVOUsageScenariosTypeEnum];
|
|
105
|
+
|
|
106
|
+
|