@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,42 @@
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 { Item } from './item';
13
+ /**
14
+ * 新增能源消耗记录-确认-入参
15
+ * @export
16
+ * @interface EnergyCostConfirmRecordDTO
17
+ */
18
+ export interface EnergyCostConfirmRecordDTO {
19
+ /**
20
+ * id
21
+ * @type {number}
22
+ * @memberof EnergyCostConfirmRecordDTO
23
+ */
24
+ 'id': number;
25
+ /**
26
+ * 能源类型
27
+ * @type {string}
28
+ * @memberof EnergyCostConfirmRecordDTO
29
+ */
30
+ 'energyType': EnergyCostConfirmRecordDTOEnergyTypeEnum;
31
+ /**
32
+ *
33
+ * @type {Array<Item>}
34
+ * @memberof EnergyCostConfirmRecordDTO
35
+ */
36
+ 'scenarios'?: Array<Item>;
37
+ }
38
+ export declare const EnergyCostConfirmRecordDTOEnergyTypeEnum: {
39
+ readonly Electric: "ELECTRIC";
40
+ readonly Water: "WATER";
41
+ };
42
+ export type EnergyCostConfirmRecordDTOEnergyTypeEnum = typeof EnergyCostConfirmRecordDTOEnergyTypeEnum[keyof typeof EnergyCostConfirmRecordDTOEnergyTypeEnum];
@@ -0,0 +1,20 @@
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.EnergyCostConfirmRecordDTOEnergyTypeEnum = void 0;
17
+ exports.EnergyCostConfirmRecordDTOEnergyTypeEnum = {
18
+ Electric: 'ELECTRIC',
19
+ Water: 'WATER'
20
+ };
@@ -0,0 +1,96 @@
1
+ /**
2
+ * OpenAPI definition
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: v0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ * 能源费用管理-月度设置列表
14
+ * @export
15
+ * @interface EnergyCostMonthSettingListVO
16
+ */
17
+ export interface EnergyCostMonthSettingListVO {
18
+ /**
19
+ *
20
+ * @type {number}
21
+ * @memberof EnergyCostMonthSettingListVO
22
+ */
23
+ 'id'?: number;
24
+ /**
25
+ * 园区id
26
+ * @type {number}
27
+ * @memberof EnergyCostMonthSettingListVO
28
+ */
29
+ 'parkId'?: number;
30
+ /**
31
+ * 能源类型
32
+ * @type {string}
33
+ * @memberof EnergyCostMonthSettingListVO
34
+ */
35
+ 'energyType'?: EnergyCostMonthSettingListVOEnergyTypeEnum;
36
+ /**
37
+ * 能源类型单位
38
+ * @type {string}
39
+ * @memberof EnergyCostMonthSettingListVO
40
+ */
41
+ 'energyTypeUnit'?: string;
42
+ /**
43
+ * 使用场景
44
+ * @type {string}
45
+ * @memberof EnergyCostMonthSettingListVO
46
+ */
47
+ 'usageScenariosType'?: EnergyCostMonthSettingListVOUsageScenariosTypeEnum;
48
+ /**
49
+ * 标准值
50
+ * @type {string}
51
+ * @memberof EnergyCostMonthSettingListVO
52
+ */
53
+ 'standardValue'?: string;
54
+ /**
55
+ * 年月
56
+ * @type {string}
57
+ * @memberof EnergyCostMonthSettingListVO
58
+ */
59
+ 'yearMonths'?: string;
60
+ /**
61
+ * 年
62
+ * @type {string}
63
+ * @memberof EnergyCostMonthSettingListVO
64
+ */
65
+ 'year'?: string;
66
+ /**
67
+ * 月
68
+ * @type {string}
69
+ * @memberof EnergyCostMonthSettingListVO
70
+ */
71
+ 'month'?: string;
72
+ /**
73
+ * 创建时间
74
+ * @type {string}
75
+ * @memberof EnergyCostMonthSettingListVO
76
+ */
77
+ 'createTime'?: string;
78
+ /**
79
+ * 更新时间
80
+ * @type {string}
81
+ * @memberof EnergyCostMonthSettingListVO
82
+ */
83
+ 'updateTime'?: string;
84
+ }
85
+ export declare const EnergyCostMonthSettingListVOEnergyTypeEnum: {
86
+ readonly Electric: "ELECTRIC";
87
+ readonly Water: "WATER";
88
+ };
89
+ export type EnergyCostMonthSettingListVOEnergyTypeEnum = typeof EnergyCostMonthSettingListVOEnergyTypeEnum[keyof typeof EnergyCostMonthSettingListVOEnergyTypeEnum];
90
+ export declare const EnergyCostMonthSettingListVOUsageScenariosTypeEnum: {
91
+ readonly ColdStorage: "COLD_STORAGE";
92
+ readonly SmartWarehouse: "SMART_WAREHOUSE";
93
+ readonly LeasingTenant: "LEASING_TENANT";
94
+ readonly PrivateConventionalWarehouse: "PRIVATE_CONVENTIONAL_WAREHOUSE";
95
+ };
96
+ export type EnergyCostMonthSettingListVOUsageScenariosTypeEnum = typeof EnergyCostMonthSettingListVOUsageScenariosTypeEnum[keyof typeof EnergyCostMonthSettingListVOUsageScenariosTypeEnum];
@@ -0,0 +1,26 @@
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.EnergyCostMonthSettingListVOUsageScenariosTypeEnum = exports.EnergyCostMonthSettingListVOEnergyTypeEnum = void 0;
17
+ exports.EnergyCostMonthSettingListVOEnergyTypeEnum = {
18
+ Electric: 'ELECTRIC',
19
+ Water: 'WATER'
20
+ };
21
+ exports.EnergyCostMonthSettingListVOUsageScenariosTypeEnum = {
22
+ ColdStorage: 'COLD_STORAGE',
23
+ SmartWarehouse: 'SMART_WAREHOUSE',
24
+ LeasingTenant: 'LEASING_TENANT',
25
+ PrivateConventionalWarehouse: 'PRIVATE_CONVENTIONAL_WAREHOUSE'
26
+ };
@@ -0,0 +1,192 @@
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 { EnergyCostScenariosInfoVO } from './energy-cost-scenarios-info-vo';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface EnergyCostRecordInfoVO
17
+ */
18
+ export interface EnergyCostRecordInfoVO {
19
+ /**
20
+ * 主键ID
21
+ * @type {number}
22
+ * @memberof EnergyCostRecordInfoVO
23
+ */
24
+ 'id'?: number;
25
+ /**
26
+ * 园区id
27
+ * @type {number}
28
+ * @memberof EnergyCostRecordInfoVO
29
+ */
30
+ 'parkId'?: number;
31
+ /**
32
+ * 能源类型
33
+ * @type {string}
34
+ * @memberof EnergyCostRecordInfoVO
35
+ */
36
+ 'energyType'?: EnergyCostRecordInfoVOEnergyTypeEnum;
37
+ /**
38
+ * 单价类型
39
+ * @type {string}
40
+ * @memberof EnergyCostRecordInfoVO
41
+ */
42
+ 'pricingType'?: EnergyCostRecordInfoVOPricingTypeEnum;
43
+ /**
44
+ * 账单来源
45
+ * @type {string}
46
+ * @memberof EnergyCostRecordInfoVO
47
+ */
48
+ 'billSource'?: EnergyCostRecordInfoVOBillSourceEnum;
49
+ /**
50
+ * 账单开始日
51
+ * @type {string}
52
+ * @memberof EnergyCostRecordInfoVO
53
+ */
54
+ 'billDateStart'?: string;
55
+ /**
56
+ * 账单结束日
57
+ * @type {string}
58
+ * @memberof EnergyCostRecordInfoVO
59
+ */
60
+ 'billDateEnd'?: string;
61
+ /**
62
+ * 账单月
63
+ * @type {string}
64
+ * @memberof EnergyCostRecordInfoVO
65
+ */
66
+ 'billMonth'?: string;
67
+ /**
68
+ * 关联账单id
69
+ * @type {number}
70
+ * @memberof EnergyCostRecordInfoVO
71
+ */
72
+ 'billId'?: number;
73
+ /**
74
+ * 账单编号
75
+ * @type {string}
76
+ * @memberof EnergyCostRecordInfoVO
77
+ */
78
+ 'billCode'?: string;
79
+ /**
80
+ * 处理人id
81
+ * @type {number}
82
+ * @memberof EnergyCostRecordInfoVO
83
+ */
84
+ 'handlerId'?: number;
85
+ /**
86
+ * 处理人name
87
+ * @type {string}
88
+ * @memberof EnergyCostRecordInfoVO
89
+ */
90
+ 'handlerName'?: string;
91
+ /**
92
+ * 园区用量
93
+ * @type {number}
94
+ * @memberof EnergyCostRecordInfoVO
95
+ */
96
+ 'parkUtilityUsage'?: number;
97
+ /**
98
+ * 园区费用(电费/水费)
99
+ * @type {number}
100
+ * @memberof EnergyCostRecordInfoVO
101
+ */
102
+ 'billCharges'?: number;
103
+ /**
104
+ * 力调电费
105
+ * @type {number}
106
+ * @memberof EnergyCostRecordInfoVO
107
+ */
108
+ 'powerFactorSurcharge'?: number;
109
+ /**
110
+ * 调前电费
111
+ * @type {number}
112
+ * @memberof EnergyCostRecordInfoVO
113
+ */
114
+ 'billAmountBefore'?: number;
115
+ /**
116
+ * 单价
117
+ * @type {number}
118
+ * @memberof EnergyCostRecordInfoVO
119
+ */
120
+ 'unitPrice'?: number;
121
+ /**
122
+ * 单平单价
123
+ * @type {number}
124
+ * @memberof EnergyCostRecordInfoVO
125
+ */
126
+ 'pricePerSquareMeter'?: number;
127
+ /**
128
+ * 单平单耗
129
+ * @type {number}
130
+ * @memberof EnergyCostRecordInfoVO
131
+ */
132
+ 'costPerSquareMeter'?: number;
133
+ /**
134
+ * 园区总面积
135
+ * @type {number}
136
+ * @memberof EnergyCostRecordInfoVO
137
+ */
138
+ 'totalParkArea'?: number;
139
+ /**
140
+ * 总空仓面积
141
+ * @type {number}
142
+ * @memberof EnergyCostRecordInfoVO
143
+ */
144
+ 'totalVacantArea'?: number;
145
+ /**
146
+ * 0 草稿 1已完成
147
+ * @type {number}
148
+ * @memberof EnergyCostRecordInfoVO
149
+ */
150
+ 'status'?: number;
151
+ /**
152
+ * 创建时间
153
+ * @type {string}
154
+ * @memberof EnergyCostRecordInfoVO
155
+ */
156
+ 'createTime'?: string;
157
+ /**
158
+ * 更新时间
159
+ * @type {string}
160
+ * @memberof EnergyCostRecordInfoVO
161
+ */
162
+ 'updateTime'?: string;
163
+ /**
164
+ * 是否删除 1未删除 0删除
165
+ * @type {number}
166
+ * @memberof EnergyCostRecordInfoVO
167
+ */
168
+ 'isDelete'?: number;
169
+ /**
170
+ *
171
+ * @type {Array<EnergyCostScenariosInfoVO>}
172
+ * @memberof EnergyCostRecordInfoVO
173
+ */
174
+ 'scenarios'?: Array<EnergyCostScenariosInfoVO>;
175
+ }
176
+ export declare const EnergyCostRecordInfoVOEnergyTypeEnum: {
177
+ readonly Electric: "ELECTRIC";
178
+ readonly Water: "WATER";
179
+ };
180
+ export type EnergyCostRecordInfoVOEnergyTypeEnum = typeof EnergyCostRecordInfoVOEnergyTypeEnum[keyof typeof EnergyCostRecordInfoVOEnergyTypeEnum];
181
+ export declare const EnergyCostRecordInfoVOPricingTypeEnum: {
182
+ readonly UniformUnitPrice: "UNIFORM_UNIT_PRICE";
183
+ readonly PeakValleyFlat: "PEAK_VALLEY_FLAT";
184
+ };
185
+ export type EnergyCostRecordInfoVOPricingTypeEnum = typeof EnergyCostRecordInfoVOPricingTypeEnum[keyof typeof EnergyCostRecordInfoVOPricingTypeEnum];
186
+ export declare const EnergyCostRecordInfoVOBillSourceEnum: {
187
+ readonly StateGrid: "STATE_GRID";
188
+ readonly Photovoltaic: "PHOTOVOLTAIC";
189
+ readonly GroupEnergyRealEstate: "GROUP_ENERGY_REAL_ESTATE";
190
+ readonly WaterSupplyCompany: "WATER_SUPPLY_COMPANY";
191
+ };
192
+ export type EnergyCostRecordInfoVOBillSourceEnum = typeof EnergyCostRecordInfoVOBillSourceEnum[keyof typeof EnergyCostRecordInfoVOBillSourceEnum];
@@ -0,0 +1,30 @@
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.EnergyCostRecordInfoVOBillSourceEnum = exports.EnergyCostRecordInfoVOPricingTypeEnum = exports.EnergyCostRecordInfoVOEnergyTypeEnum = void 0;
17
+ exports.EnergyCostRecordInfoVOEnergyTypeEnum = {
18
+ Electric: 'ELECTRIC',
19
+ Water: 'WATER'
20
+ };
21
+ exports.EnergyCostRecordInfoVOPricingTypeEnum = {
22
+ UniformUnitPrice: 'UNIFORM_UNIT_PRICE',
23
+ PeakValleyFlat: 'PEAK_VALLEY_FLAT'
24
+ };
25
+ exports.EnergyCostRecordInfoVOBillSourceEnum = {
26
+ StateGrid: 'STATE_GRID',
27
+ Photovoltaic: 'PHOTOVOLTAIC',
28
+ GroupEnergyRealEstate: 'GROUP_ENERGY_REAL_ESTATE',
29
+ WaterSupplyCompany: 'WATER_SUPPLY_COMPANY'
30
+ };
@@ -0,0 +1,132 @@
1
+ /**
2
+ * OpenAPI definition
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: v0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface EnergyCostScenariosInfoVO
16
+ */
17
+ export interface EnergyCostScenariosInfoVO {
18
+ /**
19
+ * 主键ID
20
+ * @type {number}
21
+ * @memberof EnergyCostScenariosInfoVO
22
+ */
23
+ 'id'?: number;
24
+ /**
25
+ * 关联到 energy_cost_record 的Id
26
+ * @type {number}
27
+ * @memberof EnergyCostScenariosInfoVO
28
+ */
29
+ 'energyCostRecordId'?: number;
30
+ /**
31
+ * 能源类型
32
+ * @type {string}
33
+ * @memberof EnergyCostScenariosInfoVO
34
+ */
35
+ 'energyType'?: EnergyCostScenariosInfoVOEnergyTypeEnum;
36
+ /**
37
+ * 使用场景
38
+ * @type {string}
39
+ * @memberof EnergyCostScenariosInfoVO
40
+ */
41
+ 'usageScenariosType'?: EnergyCostScenariosInfoVOUsageScenariosTypeEnum;
42
+ /**
43
+ * 面积
44
+ * @type {number}
45
+ * @memberof EnergyCostScenariosInfoVO
46
+ */
47
+ 'totalArea'?: number;
48
+ /**
49
+ * 用量
50
+ * @type {number}
51
+ * @memberof EnergyCostScenariosInfoVO
52
+ */
53
+ 'consumption'?: number;
54
+ /**
55
+ * 费用
56
+ * @type {number}
57
+ * @memberof EnergyCostScenariosInfoVO
58
+ */
59
+ 'cost'?: number;
60
+ /**
61
+ * 单平单价
62
+ * @type {number}
63
+ * @memberof EnergyCostScenariosInfoVO
64
+ */
65
+ 'pricePerSquareMeter'?: number;
66
+ /**
67
+ * 单平单耗
68
+ * @type {number}
69
+ * @memberof EnergyCostScenariosInfoVO
70
+ */
71
+ 'costPerSquareMeter'?: number;
72
+ /**
73
+ * 标准值
74
+ * @type {number}
75
+ * @memberof EnergyCostScenariosInfoVO
76
+ */
77
+ 'standardValue'?: number;
78
+ /**
79
+ * 是否超标 0未超标 1 超标
80
+ * @type {number}
81
+ * @memberof EnergyCostScenariosInfoVO
82
+ */
83
+ 'isOverBudget'?: number;
84
+ /**
85
+ * 超标原因
86
+ * @type {string}
87
+ * @memberof EnergyCostScenariosInfoVO
88
+ */
89
+ 'overrunReason'?: string;
90
+ /**
91
+ * 备注
92
+ * @type {string}
93
+ * @memberof EnergyCostScenariosInfoVO
94
+ */
95
+ 'remark'?: string;
96
+ /**
97
+ * 附件
98
+ * @type {string}
99
+ * @memberof EnergyCostScenariosInfoVO
100
+ */
101
+ 'attachment'?: string;
102
+ /**
103
+ * 创建时间
104
+ * @type {string}
105
+ * @memberof EnergyCostScenariosInfoVO
106
+ */
107
+ 'createTime'?: string;
108
+ /**
109
+ * 更新时间
110
+ * @type {string}
111
+ * @memberof EnergyCostScenariosInfoVO
112
+ */
113
+ 'updateTime'?: string;
114
+ /**
115
+ * 是否删除 1未删除 0删除
116
+ * @type {number}
117
+ * @memberof EnergyCostScenariosInfoVO
118
+ */
119
+ 'isDelete'?: number;
120
+ }
121
+ export declare const EnergyCostScenariosInfoVOEnergyTypeEnum: {
122
+ readonly Electric: "ELECTRIC";
123
+ readonly Water: "WATER";
124
+ };
125
+ export type EnergyCostScenariosInfoVOEnergyTypeEnum = typeof EnergyCostScenariosInfoVOEnergyTypeEnum[keyof typeof EnergyCostScenariosInfoVOEnergyTypeEnum];
126
+ export declare const EnergyCostScenariosInfoVOUsageScenariosTypeEnum: {
127
+ readonly ColdStorage: "COLD_STORAGE";
128
+ readonly SmartWarehouse: "SMART_WAREHOUSE";
129
+ readonly LeasingTenant: "LEASING_TENANT";
130
+ readonly PrivateConventionalWarehouse: "PRIVATE_CONVENTIONAL_WAREHOUSE";
131
+ };
132
+ export type EnergyCostScenariosInfoVOUsageScenariosTypeEnum = typeof EnergyCostScenariosInfoVOUsageScenariosTypeEnum[keyof typeof EnergyCostScenariosInfoVOUsageScenariosTypeEnum];
@@ -0,0 +1,26 @@
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.EnergyCostScenariosInfoVOUsageScenariosTypeEnum = exports.EnergyCostScenariosInfoVOEnergyTypeEnum = void 0;
17
+ exports.EnergyCostScenariosInfoVOEnergyTypeEnum = {
18
+ Electric: 'ELECTRIC',
19
+ Water: 'WATER'
20
+ };
21
+ exports.EnergyCostScenariosInfoVOUsageScenariosTypeEnum = {
22
+ ColdStorage: 'COLD_STORAGE',
23
+ SmartWarehouse: 'SMART_WAREHOUSE',
24
+ LeasingTenant: 'LEASING_TENANT',
25
+ PrivateConventionalWarehouse: 'PRIVATE_CONVENTIONAL_WAREHOUSE'
26
+ };
@@ -0,0 +1,60 @@
1
+ /**
2
+ * OpenAPI definition
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: v0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ * 新增能源费用管理设置-新增-入参
14
+ * @export
15
+ * @interface EnergyCostUpdateSettingDTO
16
+ */
17
+ export interface EnergyCostUpdateSettingDTO {
18
+ /**
19
+ * id
20
+ * @type {number}
21
+ * @memberof EnergyCostUpdateSettingDTO
22
+ */
23
+ 'id': number;
24
+ /**
25
+ * 能源类型
26
+ * @type {string}
27
+ * @memberof EnergyCostUpdateSettingDTO
28
+ */
29
+ 'energyType': EnergyCostUpdateSettingDTOEnergyTypeEnum;
30
+ /**
31
+ * 标准值
32
+ * @type {number}
33
+ * @memberof EnergyCostUpdateSettingDTO
34
+ */
35
+ 'standardValue': number;
36
+ /**
37
+ * 使用场景
38
+ * @type {string}
39
+ * @memberof EnergyCostUpdateSettingDTO
40
+ */
41
+ 'usageScenariosType'?: EnergyCostUpdateSettingDTOUsageScenariosTypeEnum;
42
+ /**
43
+ * 日期-年月
44
+ * @type {string}
45
+ * @memberof EnergyCostUpdateSettingDTO
46
+ */
47
+ 'yearMonths': string;
48
+ }
49
+ export declare const EnergyCostUpdateSettingDTOEnergyTypeEnum: {
50
+ readonly Electric: "ELECTRIC";
51
+ readonly Water: "WATER";
52
+ };
53
+ export type EnergyCostUpdateSettingDTOEnergyTypeEnum = typeof EnergyCostUpdateSettingDTOEnergyTypeEnum[keyof typeof EnergyCostUpdateSettingDTOEnergyTypeEnum];
54
+ export declare const EnergyCostUpdateSettingDTOUsageScenariosTypeEnum: {
55
+ readonly ColdStorage: "COLD_STORAGE";
56
+ readonly SmartWarehouse: "SMART_WAREHOUSE";
57
+ readonly LeasingTenant: "LEASING_TENANT";
58
+ readonly PrivateConventionalWarehouse: "PRIVATE_CONVENTIONAL_WAREHOUSE";
59
+ };
60
+ export type EnergyCostUpdateSettingDTOUsageScenariosTypeEnum = typeof EnergyCostUpdateSettingDTOUsageScenariosTypeEnum[keyof typeof EnergyCostUpdateSettingDTOUsageScenariosTypeEnum];
@@ -0,0 +1,26 @@
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.EnergyCostUpdateSettingDTOUsageScenariosTypeEnum = exports.EnergyCostUpdateSettingDTOEnergyTypeEnum = void 0;
17
+ exports.EnergyCostUpdateSettingDTOEnergyTypeEnum = {
18
+ Electric: 'ELECTRIC',
19
+ Water: 'WATER'
20
+ };
21
+ exports.EnergyCostUpdateSettingDTOUsageScenariosTypeEnum = {
22
+ ColdStorage: 'COLD_STORAGE',
23
+ SmartWarehouse: 'SMART_WAREHOUSE',
24
+ LeasingTenant: 'LEASING_TENANT',
25
+ PrivateConventionalWarehouse: 'PRIVATE_CONVENTIONAL_WAREHOUSE'
26
+ };