@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.
Files changed (101) hide show
  1. package/.openapi-generator/FILES +16 -0
  2. package/api.ts +1 -0
  3. package/apis/device-api.ts +91 -0
  4. package/apis/energy-cost-controller-api.ts +973 -0
  5. package/dist/api.d.ts +1 -0
  6. package/dist/api.js +1 -0
  7. package/dist/apis/device-api.d.ts +47 -0
  8. package/dist/apis/device-api.js +70 -0
  9. package/dist/apis/energy-cost-controller-api.d.ts +527 -0
  10. package/dist/apis/energy-cost-controller-api.js +737 -0
  11. package/dist/esm/api.d.ts +1 -0
  12. package/dist/esm/api.js +1 -0
  13. package/dist/esm/apis/device-api.d.ts +47 -0
  14. package/dist/esm/apis/device-api.js +70 -0
  15. package/dist/esm/apis/energy-cost-controller-api.d.ts +527 -0
  16. package/dist/esm/apis/energy-cost-controller-api.js +730 -0
  17. package/dist/esm/models/energy-cost-add-record-dto.d.ts +138 -0
  18. package/dist/esm/models/energy-cost-add-record-dto.js +27 -0
  19. package/dist/esm/models/energy-cost-add-setting-dto.d.ts +60 -0
  20. package/dist/esm/models/energy-cost-add-setting-dto.js +23 -0
  21. package/dist/esm/models/energy-cost-confirm-record-dto.d.ts +42 -0
  22. package/dist/esm/models/energy-cost-confirm-record-dto.js +17 -0
  23. package/dist/esm/models/energy-cost-month-setting-list-vo.d.ts +96 -0
  24. package/dist/esm/models/energy-cost-month-setting-list-vo.js +23 -0
  25. package/dist/esm/models/energy-cost-record-info-vo.d.ts +192 -0
  26. package/dist/esm/models/energy-cost-record-info-vo.js +27 -0
  27. package/dist/esm/models/energy-cost-scenarios-info-vo.d.ts +132 -0
  28. package/dist/esm/models/energy-cost-scenarios-info-vo.js +23 -0
  29. package/dist/esm/models/energy-cost-update-setting-dto.d.ts +60 -0
  30. package/dist/esm/models/energy-cost-update-setting-dto.js +23 -0
  31. package/dist/esm/models/index.d.ts +15 -0
  32. package/dist/esm/models/index.js +15 -0
  33. package/dist/esm/models/iot-device-unit-delete-dto.d.ts +42 -0
  34. package/dist/esm/models/iot-device-unit-delete-dto.js +14 -0
  35. package/dist/esm/models/ipage-energy-cost-record-info-vo.d.ts +62 -0
  36. package/dist/esm/models/ipage-energy-cost-record-info-vo.js +14 -0
  37. package/dist/esm/models/item.d.ts +55 -0
  38. package/dist/esm/models/item.js +19 -0
  39. package/dist/esm/models/json-result-energy-cost-record-info-vo.d.ts +62 -0
  40. package/dist/esm/models/json-result-energy-cost-record-info-vo.js +14 -0
  41. package/dist/esm/models/json-result-ipage-energy-cost-record-info-vo.d.ts +62 -0
  42. package/dist/esm/models/json-result-ipage-energy-cost-record-info-vo.js +14 -0
  43. package/dist/esm/models/json-result-list-energy-cost-month-setting-list-vo.d.ts +62 -0
  44. package/dist/esm/models/json-result-list-energy-cost-month-setting-list-vo.js +14 -0
  45. package/dist/esm/models/json-result-map-string-object.d.ts +63 -0
  46. package/dist/esm/models/json-result-map-string-object.js +14 -0
  47. package/dist/esm/models/surveillance-batch-import-template-dto.d.ts +7 -0
  48. package/dist/esm/models/surveillance-entity.d.ts +171 -0
  49. package/dist/esm/models/surveillance-entity.js +14 -0
  50. package/dist/models/energy-cost-add-record-dto.d.ts +138 -0
  51. package/dist/models/energy-cost-add-record-dto.js +30 -0
  52. package/dist/models/energy-cost-add-setting-dto.d.ts +60 -0
  53. package/dist/models/energy-cost-add-setting-dto.js +26 -0
  54. package/dist/models/energy-cost-confirm-record-dto.d.ts +42 -0
  55. package/dist/models/energy-cost-confirm-record-dto.js +20 -0
  56. package/dist/models/energy-cost-month-setting-list-vo.d.ts +96 -0
  57. package/dist/models/energy-cost-month-setting-list-vo.js +26 -0
  58. package/dist/models/energy-cost-record-info-vo.d.ts +192 -0
  59. package/dist/models/energy-cost-record-info-vo.js +30 -0
  60. package/dist/models/energy-cost-scenarios-info-vo.d.ts +132 -0
  61. package/dist/models/energy-cost-scenarios-info-vo.js +26 -0
  62. package/dist/models/energy-cost-update-setting-dto.d.ts +60 -0
  63. package/dist/models/energy-cost-update-setting-dto.js +26 -0
  64. package/dist/models/index.d.ts +15 -0
  65. package/dist/models/index.js +15 -0
  66. package/dist/models/iot-device-unit-delete-dto.d.ts +42 -0
  67. package/dist/models/iot-device-unit-delete-dto.js +15 -0
  68. package/dist/models/ipage-energy-cost-record-info-vo.d.ts +62 -0
  69. package/dist/models/ipage-energy-cost-record-info-vo.js +15 -0
  70. package/dist/models/item.d.ts +55 -0
  71. package/dist/models/item.js +22 -0
  72. package/dist/models/json-result-energy-cost-record-info-vo.d.ts +62 -0
  73. package/dist/models/json-result-energy-cost-record-info-vo.js +15 -0
  74. package/dist/models/json-result-ipage-energy-cost-record-info-vo.d.ts +62 -0
  75. package/dist/models/json-result-ipage-energy-cost-record-info-vo.js +15 -0
  76. package/dist/models/json-result-list-energy-cost-month-setting-list-vo.d.ts +62 -0
  77. package/dist/models/json-result-list-energy-cost-month-setting-list-vo.js +15 -0
  78. package/dist/models/json-result-map-string-object.d.ts +63 -0
  79. package/dist/models/json-result-map-string-object.js +15 -0
  80. package/dist/models/surveillance-batch-import-template-dto.d.ts +7 -0
  81. package/dist/models/surveillance-entity.d.ts +171 -0
  82. package/dist/models/surveillance-entity.js +15 -0
  83. package/models/energy-cost-add-record-dto.ts +151 -0
  84. package/models/energy-cost-add-setting-dto.ts +70 -0
  85. package/models/energy-cost-confirm-record-dto.ts +53 -0
  86. package/models/energy-cost-month-setting-list-vo.ts +106 -0
  87. package/models/energy-cost-record-info-vo.ts +205 -0
  88. package/models/energy-cost-scenarios-info-vo.ts +142 -0
  89. package/models/energy-cost-update-setting-dto.ts +70 -0
  90. package/models/index.ts +15 -0
  91. package/models/iot-device-unit-delete-dto.ts +48 -0
  92. package/models/ipage-energy-cost-record-info-vo.ts +70 -0
  93. package/models/item.ts +64 -0
  94. package/models/json-result-energy-cost-record-info-vo.ts +72 -0
  95. package/models/json-result-ipage-energy-cost-record-info-vo.ts +72 -0
  96. package/models/json-result-list-energy-cost-month-setting-list-vo.ts +72 -0
  97. package/models/json-result-map-string-object.ts +69 -0
  98. package/models/surveillance-batch-import-template-dto.ts +9 -0
  99. package/models/surveillance-entity.ts +185 -0
  100. package/ossutil.log +1047 -0
  101. package/package.json +1 -1
@@ -0,0 +1,205 @@
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 { EnergyCostScenariosInfoVO } from './energy-cost-scenarios-info-vo';
19
+
20
+ /**
21
+ *
22
+ * @export
23
+ * @interface EnergyCostRecordInfoVO
24
+ */
25
+ export interface EnergyCostRecordInfoVO {
26
+ /**
27
+ * 主键ID
28
+ * @type {number}
29
+ * @memberof EnergyCostRecordInfoVO
30
+ */
31
+ 'id'?: number;
32
+ /**
33
+ * 园区id
34
+ * @type {number}
35
+ * @memberof EnergyCostRecordInfoVO
36
+ */
37
+ 'parkId'?: number;
38
+ /**
39
+ * 能源类型
40
+ * @type {string}
41
+ * @memberof EnergyCostRecordInfoVO
42
+ */
43
+ 'energyType'?: EnergyCostRecordInfoVOEnergyTypeEnum;
44
+ /**
45
+ * 单价类型
46
+ * @type {string}
47
+ * @memberof EnergyCostRecordInfoVO
48
+ */
49
+ 'pricingType'?: EnergyCostRecordInfoVOPricingTypeEnum;
50
+ /**
51
+ * 账单来源
52
+ * @type {string}
53
+ * @memberof EnergyCostRecordInfoVO
54
+ */
55
+ 'billSource'?: EnergyCostRecordInfoVOBillSourceEnum;
56
+ /**
57
+ * 账单开始日
58
+ * @type {string}
59
+ * @memberof EnergyCostRecordInfoVO
60
+ */
61
+ 'billDateStart'?: string;
62
+ /**
63
+ * 账单结束日
64
+ * @type {string}
65
+ * @memberof EnergyCostRecordInfoVO
66
+ */
67
+ 'billDateEnd'?: string;
68
+ /**
69
+ * 账单月
70
+ * @type {string}
71
+ * @memberof EnergyCostRecordInfoVO
72
+ */
73
+ 'billMonth'?: string;
74
+ /**
75
+ * 关联账单id
76
+ * @type {number}
77
+ * @memberof EnergyCostRecordInfoVO
78
+ */
79
+ 'billId'?: number;
80
+ /**
81
+ * 账单编号
82
+ * @type {string}
83
+ * @memberof EnergyCostRecordInfoVO
84
+ */
85
+ 'billCode'?: string;
86
+ /**
87
+ * 处理人id
88
+ * @type {number}
89
+ * @memberof EnergyCostRecordInfoVO
90
+ */
91
+ 'handlerId'?: number;
92
+ /**
93
+ * 处理人name
94
+ * @type {string}
95
+ * @memberof EnergyCostRecordInfoVO
96
+ */
97
+ 'handlerName'?: string;
98
+ /**
99
+ * 园区用量
100
+ * @type {number}
101
+ * @memberof EnergyCostRecordInfoVO
102
+ */
103
+ 'parkUtilityUsage'?: number;
104
+ /**
105
+ * 园区费用(电费/水费)
106
+ * @type {number}
107
+ * @memberof EnergyCostRecordInfoVO
108
+ */
109
+ 'billCharges'?: number;
110
+ /**
111
+ * 力调电费
112
+ * @type {number}
113
+ * @memberof EnergyCostRecordInfoVO
114
+ */
115
+ 'powerFactorSurcharge'?: number;
116
+ /**
117
+ * 调前电费
118
+ * @type {number}
119
+ * @memberof EnergyCostRecordInfoVO
120
+ */
121
+ 'billAmountBefore'?: number;
122
+ /**
123
+ * 单价
124
+ * @type {number}
125
+ * @memberof EnergyCostRecordInfoVO
126
+ */
127
+ 'unitPrice'?: number;
128
+ /**
129
+ * 单平单价
130
+ * @type {number}
131
+ * @memberof EnergyCostRecordInfoVO
132
+ */
133
+ 'pricePerSquareMeter'?: number;
134
+ /**
135
+ * 单平单耗
136
+ * @type {number}
137
+ * @memberof EnergyCostRecordInfoVO
138
+ */
139
+ 'costPerSquareMeter'?: number;
140
+ /**
141
+ * 园区总面积
142
+ * @type {number}
143
+ * @memberof EnergyCostRecordInfoVO
144
+ */
145
+ 'totalParkArea'?: number;
146
+ /**
147
+ * 总空仓面积
148
+ * @type {number}
149
+ * @memberof EnergyCostRecordInfoVO
150
+ */
151
+ 'totalVacantArea'?: number;
152
+ /**
153
+ * 0 草稿 1已完成
154
+ * @type {number}
155
+ * @memberof EnergyCostRecordInfoVO
156
+ */
157
+ 'status'?: number;
158
+ /**
159
+ * 创建时间
160
+ * @type {string}
161
+ * @memberof EnergyCostRecordInfoVO
162
+ */
163
+ 'createTime'?: string;
164
+ /**
165
+ * 更新时间
166
+ * @type {string}
167
+ * @memberof EnergyCostRecordInfoVO
168
+ */
169
+ 'updateTime'?: string;
170
+ /**
171
+ * 是否删除 1未删除 0删除
172
+ * @type {number}
173
+ * @memberof EnergyCostRecordInfoVO
174
+ */
175
+ 'isDelete'?: number;
176
+ /**
177
+ *
178
+ * @type {Array<EnergyCostScenariosInfoVO>}
179
+ * @memberof EnergyCostRecordInfoVO
180
+ */
181
+ 'scenarios'?: Array<EnergyCostScenariosInfoVO>;
182
+ }
183
+
184
+ export const EnergyCostRecordInfoVOEnergyTypeEnum = {
185
+ Electric: 'ELECTRIC',
186
+ Water: 'WATER'
187
+ } as const;
188
+
189
+ export type EnergyCostRecordInfoVOEnergyTypeEnum = typeof EnergyCostRecordInfoVOEnergyTypeEnum[keyof typeof EnergyCostRecordInfoVOEnergyTypeEnum];
190
+ export const EnergyCostRecordInfoVOPricingTypeEnum = {
191
+ UniformUnitPrice: 'UNIFORM_UNIT_PRICE',
192
+ PeakValleyFlat: 'PEAK_VALLEY_FLAT'
193
+ } as const;
194
+
195
+ export type EnergyCostRecordInfoVOPricingTypeEnum = typeof EnergyCostRecordInfoVOPricingTypeEnum[keyof typeof EnergyCostRecordInfoVOPricingTypeEnum];
196
+ export const EnergyCostRecordInfoVOBillSourceEnum = {
197
+ StateGrid: 'STATE_GRID',
198
+ Photovoltaic: 'PHOTOVOLTAIC',
199
+ GroupEnergyRealEstate: 'GROUP_ENERGY_REAL_ESTATE',
200
+ WaterSupplyCompany: 'WATER_SUPPLY_COMPANY'
201
+ } as const;
202
+
203
+ export type EnergyCostRecordInfoVOBillSourceEnum = typeof EnergyCostRecordInfoVOBillSourceEnum[keyof typeof EnergyCostRecordInfoVOBillSourceEnum];
204
+
205
+
@@ -0,0 +1,142 @@
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 EnergyCostScenariosInfoVO
21
+ */
22
+ export interface EnergyCostScenariosInfoVO {
23
+ /**
24
+ * 主键ID
25
+ * @type {number}
26
+ * @memberof EnergyCostScenariosInfoVO
27
+ */
28
+ 'id'?: number;
29
+ /**
30
+ * 关联到 energy_cost_record 的Id
31
+ * @type {number}
32
+ * @memberof EnergyCostScenariosInfoVO
33
+ */
34
+ 'energyCostRecordId'?: number;
35
+ /**
36
+ * 能源类型
37
+ * @type {string}
38
+ * @memberof EnergyCostScenariosInfoVO
39
+ */
40
+ 'energyType'?: EnergyCostScenariosInfoVOEnergyTypeEnum;
41
+ /**
42
+ * 使用场景
43
+ * @type {string}
44
+ * @memberof EnergyCostScenariosInfoVO
45
+ */
46
+ 'usageScenariosType'?: EnergyCostScenariosInfoVOUsageScenariosTypeEnum;
47
+ /**
48
+ * 面积
49
+ * @type {number}
50
+ * @memberof EnergyCostScenariosInfoVO
51
+ */
52
+ 'totalArea'?: number;
53
+ /**
54
+ * 用量
55
+ * @type {number}
56
+ * @memberof EnergyCostScenariosInfoVO
57
+ */
58
+ 'consumption'?: number;
59
+ /**
60
+ * 费用
61
+ * @type {number}
62
+ * @memberof EnergyCostScenariosInfoVO
63
+ */
64
+ 'cost'?: number;
65
+ /**
66
+ * 单平单价
67
+ * @type {number}
68
+ * @memberof EnergyCostScenariosInfoVO
69
+ */
70
+ 'pricePerSquareMeter'?: number;
71
+ /**
72
+ * 单平单耗
73
+ * @type {number}
74
+ * @memberof EnergyCostScenariosInfoVO
75
+ */
76
+ 'costPerSquareMeter'?: number;
77
+ /**
78
+ * 标准值
79
+ * @type {number}
80
+ * @memberof EnergyCostScenariosInfoVO
81
+ */
82
+ 'standardValue'?: number;
83
+ /**
84
+ * 是否超标 0未超标 1 超标
85
+ * @type {number}
86
+ * @memberof EnergyCostScenariosInfoVO
87
+ */
88
+ 'isOverBudget'?: number;
89
+ /**
90
+ * 超标原因
91
+ * @type {string}
92
+ * @memberof EnergyCostScenariosInfoVO
93
+ */
94
+ 'overrunReason'?: string;
95
+ /**
96
+ * 备注
97
+ * @type {string}
98
+ * @memberof EnergyCostScenariosInfoVO
99
+ */
100
+ 'remark'?: string;
101
+ /**
102
+ * 附件
103
+ * @type {string}
104
+ * @memberof EnergyCostScenariosInfoVO
105
+ */
106
+ 'attachment'?: string;
107
+ /**
108
+ * 创建时间
109
+ * @type {string}
110
+ * @memberof EnergyCostScenariosInfoVO
111
+ */
112
+ 'createTime'?: string;
113
+ /**
114
+ * 更新时间
115
+ * @type {string}
116
+ * @memberof EnergyCostScenariosInfoVO
117
+ */
118
+ 'updateTime'?: string;
119
+ /**
120
+ * 是否删除 1未删除 0删除
121
+ * @type {number}
122
+ * @memberof EnergyCostScenariosInfoVO
123
+ */
124
+ 'isDelete'?: number;
125
+ }
126
+
127
+ export const EnergyCostScenariosInfoVOEnergyTypeEnum = {
128
+ Electric: 'ELECTRIC',
129
+ Water: 'WATER'
130
+ } as const;
131
+
132
+ export type EnergyCostScenariosInfoVOEnergyTypeEnum = typeof EnergyCostScenariosInfoVOEnergyTypeEnum[keyof typeof EnergyCostScenariosInfoVOEnergyTypeEnum];
133
+ export const EnergyCostScenariosInfoVOUsageScenariosTypeEnum = {
134
+ ColdStorage: 'COLD_STORAGE',
135
+ SmartWarehouse: 'SMART_WAREHOUSE',
136
+ LeasingTenant: 'LEASING_TENANT',
137
+ PrivateConventionalWarehouse: 'PRIVATE_CONVENTIONAL_WAREHOUSE'
138
+ } as const;
139
+
140
+ export type EnergyCostScenariosInfoVOUsageScenariosTypeEnum = typeof EnergyCostScenariosInfoVOUsageScenariosTypeEnum[keyof typeof EnergyCostScenariosInfoVOUsageScenariosTypeEnum];
141
+
142
+
@@ -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 EnergyCostUpdateSettingDTO
21
+ */
22
+ export interface EnergyCostUpdateSettingDTO {
23
+ /**
24
+ * id
25
+ * @type {number}
26
+ * @memberof EnergyCostUpdateSettingDTO
27
+ */
28
+ 'id': number;
29
+ /**
30
+ * 能源类型
31
+ * @type {string}
32
+ * @memberof EnergyCostUpdateSettingDTO
33
+ */
34
+ 'energyType': EnergyCostUpdateSettingDTOEnergyTypeEnum;
35
+ /**
36
+ * 标准值
37
+ * @type {number}
38
+ * @memberof EnergyCostUpdateSettingDTO
39
+ */
40
+ 'standardValue': number;
41
+ /**
42
+ * 使用场景
43
+ * @type {string}
44
+ * @memberof EnergyCostUpdateSettingDTO
45
+ */
46
+ 'usageScenariosType'?: EnergyCostUpdateSettingDTOUsageScenariosTypeEnum;
47
+ /**
48
+ * 日期-年月
49
+ * @type {string}
50
+ * @memberof EnergyCostUpdateSettingDTO
51
+ */
52
+ 'yearMonths': string;
53
+ }
54
+
55
+ export const EnergyCostUpdateSettingDTOEnergyTypeEnum = {
56
+ Electric: 'ELECTRIC',
57
+ Water: 'WATER'
58
+ } as const;
59
+
60
+ export type EnergyCostUpdateSettingDTOEnergyTypeEnum = typeof EnergyCostUpdateSettingDTOEnergyTypeEnum[keyof typeof EnergyCostUpdateSettingDTOEnergyTypeEnum];
61
+ export const EnergyCostUpdateSettingDTOUsageScenariosTypeEnum = {
62
+ ColdStorage: 'COLD_STORAGE',
63
+ SmartWarehouse: 'SMART_WAREHOUSE',
64
+ LeasingTenant: 'LEASING_TENANT',
65
+ PrivateConventionalWarehouse: 'PRIVATE_CONVENTIONAL_WAREHOUSE'
66
+ } as const;
67
+
68
+ export type EnergyCostUpdateSettingDTOUsageScenariosTypeEnum = typeof EnergyCostUpdateSettingDTOUsageScenariosTypeEnum[keyof typeof EnergyCostUpdateSettingDTOUsageScenariosTypeEnum];
69
+
70
+
package/models/index.ts CHANGED
@@ -104,6 +104,13 @@ export * from './disaster-warning-standard-category-enum';
104
104
  export * from './disaster-warning-standard-entity';
105
105
  export * from './disaster-warning-standard-import-dto';
106
106
  export * from './emission-standard-enum';
107
+ export * from './energy-cost-add-record-dto';
108
+ export * from './energy-cost-add-setting-dto';
109
+ export * from './energy-cost-confirm-record-dto';
110
+ export * from './energy-cost-month-setting-list-vo';
111
+ export * from './energy-cost-record-info-vo';
112
+ export * from './energy-cost-scenarios-info-vo';
113
+ export * from './energy-cost-update-setting-dto';
107
114
  export * from './equipment';
108
115
  export * from './equipment-add-redis-list-dto';
109
116
  export * from './equipment-batch-supplier-vo';
@@ -148,6 +155,7 @@ export * from './functional-area-enum';
148
155
  export * from './fusion-role-request-dto';
149
156
  export * from './group-dept-vo';
150
157
  export * from './hik-get-cameras-info-vo';
158
+ export * from './ipage-energy-cost-record-info-vo';
151
159
  export * from './inspection-category-enum';
152
160
  export * from './inspection-comp';
153
161
  export * from './inspection-complete-vo';
@@ -166,6 +174,8 @@ export * from './insurance-notice-vo';
166
174
  export * from './insurance-work-order-issue-vo';
167
175
  export * from './insurance-work-order-vo';
168
176
  export * from './iot-device-status-enum';
177
+ export * from './iot-device-unit-delete-dto';
178
+ export * from './item';
169
179
  export * from './json-result';
170
180
  export * from './json-result-access-appointment-record-details-dto';
171
181
  export * from './json-result-access-blacklist-details-dto';
@@ -180,6 +190,7 @@ export * from './json-result-boolean';
180
190
  export * from './json-result-calendar-entity';
181
191
  export * from './json-result-dashboard-park-statistics-vo';
182
192
  export * from './json-result-disaster-warning-standard-entity';
193
+ export * from './json-result-energy-cost-record-info-vo';
183
194
  export * from './json-result-equipment-add-redis-list-dto';
184
195
  export * from './json-result-equipment-detail-dto';
185
196
  export * from './json-result-equipment-search-system-dto';
@@ -195,6 +206,7 @@ export * from './json-result-excel-import-upload-to-redis-vo-space-add-excel-dto
195
206
  export * from './json-result-exploration-work-order-details-dto';
196
207
  export * from './json-result-file-dto';
197
208
  export * from './json-result-group-dept-vo';
209
+ export * from './json-result-ipage-energy-cost-record-info-vo';
198
210
  export * from './json-result-inspection-standard-entity';
199
211
  export * from './json-result-integer';
200
212
  export * from './json-result-json-result-list-space-tree-dto';
@@ -216,6 +228,7 @@ export * from './json-result-list-dashboard-surveillance-park-group-stats-vo';
216
228
  export * from './json-result-list-dashboard-work-order-park-group-stats-vo';
217
229
  export * from './json-result-list-dashboard-work-order-type-group-stats-vo';
218
230
  export * from './json-result-list-dashboard-work-order-type-subcategory-group-stats-vo';
231
+ export * from './json-result-list-energy-cost-month-setting-list-vo';
219
232
  export * from './json-result-list-equipment-detail-dto';
220
233
  export * from './json-result-list-equipment-qr-code-dto';
221
234
  export * from './json-result-list-equipment-system-tree-dto';
@@ -248,6 +261,7 @@ export * from './json-result-list-work-order-spot-check-dto';
248
261
  export * from './json-result-list-work-order-step-by-step-push-user-details-dto';
249
262
  export * from './json-result-list-work-order-type-settings-entity';
250
263
  export * from './json-result-maintenance-standard-entity';
264
+ export * from './json-result-map-string-object';
251
265
  export * from './json-result-monitoring-coverage-alert-work-order-details-dto';
252
266
  export * from './json-result-network-monitor-repair-details-dto';
253
267
  export * from './json-result-notice-entity';
@@ -412,6 +426,7 @@ export * from './surveillance';
412
426
  export * from './surveillance-batch-import-template-dto';
413
427
  export * from './surveillance-count-dto';
414
428
  export * from './surveillance-details-dto';
429
+ export * from './surveillance-entity';
415
430
  export * from './surveillance-live-dto';
416
431
  export * from './surveillance-point-vo';
417
432
  export * from './surveillance-screen-layout-enum';
@@ -0,0 +1,48 @@
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 IotDeviceUnitDeleteDTO
21
+ */
22
+ export interface IotDeviceUnitDeleteDTO {
23
+ /**
24
+ * 设备编码
25
+ * @type {string}
26
+ * @memberof IotDeviceUnitDeleteDTO
27
+ */
28
+ 'deviceCode': string;
29
+ /**
30
+ * 园区ID
31
+ * @type {number}
32
+ * @memberof IotDeviceUnitDeleteDTO
33
+ */
34
+ 'parkId': number;
35
+ /**
36
+ * 设备部件类型
37
+ * @type {string}
38
+ * @memberof IotDeviceUnitDeleteDTO
39
+ */
40
+ 'unitType': string;
41
+ /**
42
+ * 设备部件编码
43
+ * @type {string}
44
+ * @memberof IotDeviceUnitDeleteDTO
45
+ */
46
+ 'unitCode': string;
47
+ }
48
+
@@ -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
+ // May contain unused imports in some cases
17
+ // @ts-ignore
18
+ import type { EnergyCostRecordInfoVO } from './energy-cost-record-info-vo';
19
+
20
+ /**
21
+ * 返回数据,可以是任意类型的值
22
+ * @export
23
+ * @interface IPageEnergyCostRecordInfoVO
24
+ */
25
+ export interface IPageEnergyCostRecordInfoVO {
26
+ /**
27
+ *
28
+ * @type {number}
29
+ * @memberof IPageEnergyCostRecordInfoVO
30
+ */
31
+ 'total'?: number;
32
+ /**
33
+ *
34
+ * @type {number}
35
+ * @memberof IPageEnergyCostRecordInfoVO
36
+ */
37
+ 'current'?: number;
38
+ /**
39
+ *
40
+ * @type {Array<EnergyCostRecordInfoVO>}
41
+ * @memberof IPageEnergyCostRecordInfoVO
42
+ */
43
+ 'records'?: Array<EnergyCostRecordInfoVO>;
44
+ /**
45
+ *
46
+ * @type {boolean}
47
+ * @memberof IPageEnergyCostRecordInfoVO
48
+ */
49
+ 'searchCount'?: boolean;
50
+ /**
51
+ *
52
+ * @type {number}
53
+ * @memberof IPageEnergyCostRecordInfoVO
54
+ */
55
+ 'pages'?: number;
56
+ /**
57
+ *
58
+ * @type {boolean}
59
+ * @memberof IPageEnergyCostRecordInfoVO
60
+ * @deprecated
61
+ */
62
+ 'hitCount'?: boolean;
63
+ /**
64
+ *
65
+ * @type {number}
66
+ * @memberof IPageEnergyCostRecordInfoVO
67
+ */
68
+ 'size'?: number;
69
+ }
70
+
package/models/item.ts ADDED
@@ -0,0 +1,64 @@
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 Item
21
+ */
22
+ export interface Item {
23
+ /**
24
+ * 场景
25
+ * @type {string}
26
+ * @memberof Item
27
+ */
28
+ 'scenario': ItemScenarioEnum;
29
+ /**
30
+ * 面积
31
+ * @type {number}
32
+ * @memberof Item
33
+ */
34
+ 'totalArea': number;
35
+ /**
36
+ * 用量
37
+ * @type {number}
38
+ * @memberof Item
39
+ */
40
+ 'consumption': number;
41
+ /**
42
+ * 费用
43
+ * @type {number}
44
+ * @memberof Item
45
+ */
46
+ 'cost': number;
47
+ /**
48
+ * 附件
49
+ * @type {string}
50
+ * @memberof Item
51
+ */
52
+ 'attachment'?: string;
53
+ }
54
+
55
+ export const ItemScenarioEnum = {
56
+ ColdStorage: 'COLD_STORAGE',
57
+ SmartWarehouse: 'SMART_WAREHOUSE',
58
+ LeasingTenant: 'LEASING_TENANT',
59
+ PrivateConventionalWarehouse: 'PRIVATE_CONVENTIONAL_WAREHOUSE'
60
+ } as const;
61
+
62
+ export type ItemScenarioEnum = typeof ItemScenarioEnum[keyof typeof ItemScenarioEnum];
63
+
64
+