@gizone/rrs-client 4.2.9-alpha.527 → 4.2.9-alpha.538
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 +15 -0
- package/api.ts +1 -0
- package/apis/device-api.ts +91 -0
- package/apis/energy-cost-controller-api.ts +994 -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 +542 -0
- package/dist/apis/energy-cost-controller-api.js +751 -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 +542 -0
- package/dist/esm/apis/energy-cost-controller-api.js +744 -0
- package/dist/esm/models/energy-cost-add-record-dto.d.ts +160 -0
- package/dist/esm/models/energy-cost-add-record-dto.js +36 -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-month-setting-list-vo.d.ts +102 -0
- package/dist/esm/models/energy-cost-month-setting-list-vo.js +14 -0
- package/dist/esm/models/energy-cost-record-info-vo.d.ts +232 -0
- package/dist/esm/models/energy-cost-record-info-vo.js +36 -0
- package/dist/esm/models/energy-cost-scenarios-info-vo.d.ts +142 -0
- package/dist/esm/models/energy-cost-scenarios-info-vo.js +32 -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 +14 -0
- package/dist/esm/models/index.js +14 -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 +77 -0
- package/dist/esm/models/item.js +28 -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 +160 -0
- package/dist/models/energy-cost-add-record-dto.js +39 -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-month-setting-list-vo.d.ts +102 -0
- package/dist/models/energy-cost-month-setting-list-vo.js +15 -0
- package/dist/models/energy-cost-record-info-vo.d.ts +232 -0
- package/dist/models/energy-cost-record-info-vo.js +39 -0
- package/dist/models/energy-cost-scenarios-info-vo.d.ts +142 -0
- package/dist/models/energy-cost-scenarios-info-vo.js +35 -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 +14 -0
- package/dist/models/index.js +14 -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 +77 -0
- package/dist/models/item.js +31 -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 +174 -0
- package/models/energy-cost-add-setting-dto.ts +70 -0
- package/models/energy-cost-month-setting-list-vo.ts +108 -0
- package/models/energy-cost-record-info-vo.ts +246 -0
- package/models/energy-cost-scenarios-info-vo.ts +153 -0
- package/models/energy-cost-update-setting-dto.ts +70 -0
- package/models/index.ts +14 -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 +87 -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 +1050 -0
- package/package.json +1 -1
|
@@ -0,0 +1,142 @@
|
|
|
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'?: EnergyCostScenariosInfoVOOverrunReasonEnum;
|
|
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];
|
|
133
|
+
export declare const EnergyCostScenariosInfoVOOverrunReasonEnum: {
|
|
134
|
+
readonly BusinessVolumeOperationTimeIncrease: "BUSINESS_VOLUME_OPERATION_TIME_INCREASE";
|
|
135
|
+
readonly BusinessVolumeChargingDeviceIncrease: "BUSINESS_VOLUME_CHARGING_DEVICE_INCREASE";
|
|
136
|
+
readonly BusinessVolumeAreaIncrease: "BUSINESS_VOLUME_AREA_INCREASE";
|
|
137
|
+
readonly SocialCustomerEnergyConsumptionIncrease: "SOCIAL_CUSTOMER_ENERGY_CONSUMPTION_INCREASE";
|
|
138
|
+
readonly EnergyConsumingEquipmentIncrease: "ENERGY_CONSUMING_EQUIPMENT_INCREASE";
|
|
139
|
+
readonly AbnormalWeather: "ABNORMAL_WEATHER";
|
|
140
|
+
readonly Other: "OTHER";
|
|
141
|
+
};
|
|
142
|
+
export type EnergyCostScenariosInfoVOOverrunReasonEnum = typeof EnergyCostScenariosInfoVOOverrunReasonEnum[keyof typeof EnergyCostScenariosInfoVOOverrunReasonEnum];
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export const EnergyCostScenariosInfoVOEnergyTypeEnum = {
|
|
15
|
+
Electric: 'ELECTRIC',
|
|
16
|
+
Water: 'WATER'
|
|
17
|
+
};
|
|
18
|
+
export const EnergyCostScenariosInfoVOUsageScenariosTypeEnum = {
|
|
19
|
+
ColdStorage: 'COLD_STORAGE',
|
|
20
|
+
SmartWarehouse: 'SMART_WAREHOUSE',
|
|
21
|
+
LeasingTenant: 'LEASING_TENANT',
|
|
22
|
+
PrivateConventionalWarehouse: 'PRIVATE_CONVENTIONAL_WAREHOUSE'
|
|
23
|
+
};
|
|
24
|
+
export const EnergyCostScenariosInfoVOOverrunReasonEnum = {
|
|
25
|
+
BusinessVolumeOperationTimeIncrease: 'BUSINESS_VOLUME_OPERATION_TIME_INCREASE',
|
|
26
|
+
BusinessVolumeChargingDeviceIncrease: 'BUSINESS_VOLUME_CHARGING_DEVICE_INCREASE',
|
|
27
|
+
BusinessVolumeAreaIncrease: 'BUSINESS_VOLUME_AREA_INCREASE',
|
|
28
|
+
SocialCustomerEnergyConsumptionIncrease: 'SOCIAL_CUSTOMER_ENERGY_CONSUMPTION_INCREASE',
|
|
29
|
+
EnergyConsumingEquipmentIncrease: 'ENERGY_CONSUMING_EQUIPMENT_INCREASE',
|
|
30
|
+
AbnormalWeather: 'ABNORMAL_WEATHER',
|
|
31
|
+
Other: 'OTHER'
|
|
32
|
+
};
|
|
@@ -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,23 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export const EnergyCostUpdateSettingDTOEnergyTypeEnum = {
|
|
15
|
+
Electric: 'ELECTRIC',
|
|
16
|
+
Water: 'WATER'
|
|
17
|
+
};
|
|
18
|
+
export const EnergyCostUpdateSettingDTOUsageScenariosTypeEnum = {
|
|
19
|
+
ColdStorage: 'COLD_STORAGE',
|
|
20
|
+
SmartWarehouse: 'SMART_WAREHOUSE',
|
|
21
|
+
LeasingTenant: 'LEASING_TENANT',
|
|
22
|
+
PrivateConventionalWarehouse: 'PRIVATE_CONVENTIONAL_WAREHOUSE'
|
|
23
|
+
};
|
|
@@ -104,6 +104,12 @@ 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-month-setting-list-vo';
|
|
110
|
+
export * from './energy-cost-record-info-vo';
|
|
111
|
+
export * from './energy-cost-scenarios-info-vo';
|
|
112
|
+
export * from './energy-cost-update-setting-dto';
|
|
107
113
|
export * from './equipment';
|
|
108
114
|
export * from './equipment-add-redis-list-dto';
|
|
109
115
|
export * from './equipment-batch-supplier-vo';
|
|
@@ -148,6 +154,7 @@ export * from './functional-area-enum';
|
|
|
148
154
|
export * from './fusion-role-request-dto';
|
|
149
155
|
export * from './group-dept-vo';
|
|
150
156
|
export * from './hik-get-cameras-info-vo';
|
|
157
|
+
export * from './ipage-energy-cost-record-info-vo';
|
|
151
158
|
export * from './inspection-category-enum';
|
|
152
159
|
export * from './inspection-comp';
|
|
153
160
|
export * from './inspection-complete-vo';
|
|
@@ -166,6 +173,8 @@ export * from './insurance-notice-vo';
|
|
|
166
173
|
export * from './insurance-work-order-issue-vo';
|
|
167
174
|
export * from './insurance-work-order-vo';
|
|
168
175
|
export * from './iot-device-status-enum';
|
|
176
|
+
export * from './iot-device-unit-delete-dto';
|
|
177
|
+
export * from './item';
|
|
169
178
|
export * from './json-result';
|
|
170
179
|
export * from './json-result-access-appointment-record-details-dto';
|
|
171
180
|
export * from './json-result-access-blacklist-details-dto';
|
|
@@ -180,6 +189,7 @@ export * from './json-result-boolean';
|
|
|
180
189
|
export * from './json-result-calendar-entity';
|
|
181
190
|
export * from './json-result-dashboard-park-statistics-vo';
|
|
182
191
|
export * from './json-result-disaster-warning-standard-entity';
|
|
192
|
+
export * from './json-result-energy-cost-record-info-vo';
|
|
183
193
|
export * from './json-result-equipment-add-redis-list-dto';
|
|
184
194
|
export * from './json-result-equipment-detail-dto';
|
|
185
195
|
export * from './json-result-equipment-search-system-dto';
|
|
@@ -195,6 +205,7 @@ export * from './json-result-excel-import-upload-to-redis-vo-space-add-excel-dto
|
|
|
195
205
|
export * from './json-result-exploration-work-order-details-dto';
|
|
196
206
|
export * from './json-result-file-dto';
|
|
197
207
|
export * from './json-result-group-dept-vo';
|
|
208
|
+
export * from './json-result-ipage-energy-cost-record-info-vo';
|
|
198
209
|
export * from './json-result-inspection-standard-entity';
|
|
199
210
|
export * from './json-result-integer';
|
|
200
211
|
export * from './json-result-json-result-list-space-tree-dto';
|
|
@@ -216,6 +227,7 @@ export * from './json-result-list-dashboard-surveillance-park-group-stats-vo';
|
|
|
216
227
|
export * from './json-result-list-dashboard-work-order-park-group-stats-vo';
|
|
217
228
|
export * from './json-result-list-dashboard-work-order-type-group-stats-vo';
|
|
218
229
|
export * from './json-result-list-dashboard-work-order-type-subcategory-group-stats-vo';
|
|
230
|
+
export * from './json-result-list-energy-cost-month-setting-list-vo';
|
|
219
231
|
export * from './json-result-list-equipment-detail-dto';
|
|
220
232
|
export * from './json-result-list-equipment-qr-code-dto';
|
|
221
233
|
export * from './json-result-list-equipment-system-tree-dto';
|
|
@@ -248,6 +260,7 @@ export * from './json-result-list-work-order-spot-check-dto';
|
|
|
248
260
|
export * from './json-result-list-work-order-step-by-step-push-user-details-dto';
|
|
249
261
|
export * from './json-result-list-work-order-type-settings-entity';
|
|
250
262
|
export * from './json-result-maintenance-standard-entity';
|
|
263
|
+
export * from './json-result-map-string-object';
|
|
251
264
|
export * from './json-result-monitoring-coverage-alert-work-order-details-dto';
|
|
252
265
|
export * from './json-result-network-monitor-repair-details-dto';
|
|
253
266
|
export * from './json-result-notice-entity';
|
|
@@ -412,6 +425,7 @@ export * from './surveillance';
|
|
|
412
425
|
export * from './surveillance-batch-import-template-dto';
|
|
413
426
|
export * from './surveillance-count-dto';
|
|
414
427
|
export * from './surveillance-details-dto';
|
|
428
|
+
export * from './surveillance-entity';
|
|
415
429
|
export * from './surveillance-live-dto';
|
|
416
430
|
export * from './surveillance-point-vo';
|
|
417
431
|
export * from './surveillance-screen-layout-enum';
|
package/dist/esm/models/index.js
CHANGED
|
@@ -104,6 +104,12 @@ 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-month-setting-list-vo';
|
|
110
|
+
export * from './energy-cost-record-info-vo';
|
|
111
|
+
export * from './energy-cost-scenarios-info-vo';
|
|
112
|
+
export * from './energy-cost-update-setting-dto';
|
|
107
113
|
export * from './equipment';
|
|
108
114
|
export * from './equipment-add-redis-list-dto';
|
|
109
115
|
export * from './equipment-batch-supplier-vo';
|
|
@@ -148,6 +154,7 @@ export * from './functional-area-enum';
|
|
|
148
154
|
export * from './fusion-role-request-dto';
|
|
149
155
|
export * from './group-dept-vo';
|
|
150
156
|
export * from './hik-get-cameras-info-vo';
|
|
157
|
+
export * from './ipage-energy-cost-record-info-vo';
|
|
151
158
|
export * from './inspection-category-enum';
|
|
152
159
|
export * from './inspection-comp';
|
|
153
160
|
export * from './inspection-complete-vo';
|
|
@@ -166,6 +173,8 @@ export * from './insurance-notice-vo';
|
|
|
166
173
|
export * from './insurance-work-order-issue-vo';
|
|
167
174
|
export * from './insurance-work-order-vo';
|
|
168
175
|
export * from './iot-device-status-enum';
|
|
176
|
+
export * from './iot-device-unit-delete-dto';
|
|
177
|
+
export * from './item';
|
|
169
178
|
export * from './json-result';
|
|
170
179
|
export * from './json-result-access-appointment-record-details-dto';
|
|
171
180
|
export * from './json-result-access-blacklist-details-dto';
|
|
@@ -180,6 +189,7 @@ export * from './json-result-boolean';
|
|
|
180
189
|
export * from './json-result-calendar-entity';
|
|
181
190
|
export * from './json-result-dashboard-park-statistics-vo';
|
|
182
191
|
export * from './json-result-disaster-warning-standard-entity';
|
|
192
|
+
export * from './json-result-energy-cost-record-info-vo';
|
|
183
193
|
export * from './json-result-equipment-add-redis-list-dto';
|
|
184
194
|
export * from './json-result-equipment-detail-dto';
|
|
185
195
|
export * from './json-result-equipment-search-system-dto';
|
|
@@ -195,6 +205,7 @@ export * from './json-result-excel-import-upload-to-redis-vo-space-add-excel-dto
|
|
|
195
205
|
export * from './json-result-exploration-work-order-details-dto';
|
|
196
206
|
export * from './json-result-file-dto';
|
|
197
207
|
export * from './json-result-group-dept-vo';
|
|
208
|
+
export * from './json-result-ipage-energy-cost-record-info-vo';
|
|
198
209
|
export * from './json-result-inspection-standard-entity';
|
|
199
210
|
export * from './json-result-integer';
|
|
200
211
|
export * from './json-result-json-result-list-space-tree-dto';
|
|
@@ -216,6 +227,7 @@ export * from './json-result-list-dashboard-surveillance-park-group-stats-vo';
|
|
|
216
227
|
export * from './json-result-list-dashboard-work-order-park-group-stats-vo';
|
|
217
228
|
export * from './json-result-list-dashboard-work-order-type-group-stats-vo';
|
|
218
229
|
export * from './json-result-list-dashboard-work-order-type-subcategory-group-stats-vo';
|
|
230
|
+
export * from './json-result-list-energy-cost-month-setting-list-vo';
|
|
219
231
|
export * from './json-result-list-equipment-detail-dto';
|
|
220
232
|
export * from './json-result-list-equipment-qr-code-dto';
|
|
221
233
|
export * from './json-result-list-equipment-system-tree-dto';
|
|
@@ -248,6 +260,7 @@ export * from './json-result-list-work-order-spot-check-dto';
|
|
|
248
260
|
export * from './json-result-list-work-order-step-by-step-push-user-details-dto';
|
|
249
261
|
export * from './json-result-list-work-order-type-settings-entity';
|
|
250
262
|
export * from './json-result-maintenance-standard-entity';
|
|
263
|
+
export * from './json-result-map-string-object';
|
|
251
264
|
export * from './json-result-monitoring-coverage-alert-work-order-details-dto';
|
|
252
265
|
export * from './json-result-network-monitor-repair-details-dto';
|
|
253
266
|
export * from './json-result-notice-entity';
|
|
@@ -412,6 +425,7 @@ export * from './surveillance';
|
|
|
412
425
|
export * from './surveillance-batch-import-template-dto';
|
|
413
426
|
export * from './surveillance-count-dto';
|
|
414
427
|
export * from './surveillance-details-dto';
|
|
428
|
+
export * from './surveillance-entity';
|
|
415
429
|
export * from './surveillance-live-dto';
|
|
416
430
|
export * from './surveillance-point-vo';
|
|
417
431
|
export * from './surveillance-screen-layout-enum';
|
|
@@ -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
|
+
/**
|
|
13
|
+
* 删除设备
|
|
14
|
+
* @export
|
|
15
|
+
* @interface IotDeviceUnitDeleteDTO
|
|
16
|
+
*/
|
|
17
|
+
export interface IotDeviceUnitDeleteDTO {
|
|
18
|
+
/**
|
|
19
|
+
* 设备编码
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof IotDeviceUnitDeleteDTO
|
|
22
|
+
*/
|
|
23
|
+
'deviceCode': string;
|
|
24
|
+
/**
|
|
25
|
+
* 园区ID
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof IotDeviceUnitDeleteDTO
|
|
28
|
+
*/
|
|
29
|
+
'parkId': number;
|
|
30
|
+
/**
|
|
31
|
+
* 设备部件类型
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof IotDeviceUnitDeleteDTO
|
|
34
|
+
*/
|
|
35
|
+
'unitType': string;
|
|
36
|
+
/**
|
|
37
|
+
* 设备部件编码
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof IotDeviceUnitDeleteDTO
|
|
40
|
+
*/
|
|
41
|
+
'unitCode': string;
|
|
42
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export {};
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OpenAPI definition
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { EnergyCostRecordInfoVO } from './energy-cost-record-info-vo';
|
|
13
|
+
/**
|
|
14
|
+
* 返回数据,可以是任意类型的值
|
|
15
|
+
* @export
|
|
16
|
+
* @interface IPageEnergyCostRecordInfoVO
|
|
17
|
+
*/
|
|
18
|
+
export interface IPageEnergyCostRecordInfoVO {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {number}
|
|
22
|
+
* @memberof IPageEnergyCostRecordInfoVO
|
|
23
|
+
*/
|
|
24
|
+
'total'?: number;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {number}
|
|
28
|
+
* @memberof IPageEnergyCostRecordInfoVO
|
|
29
|
+
*/
|
|
30
|
+
'current'?: number;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {Array<EnergyCostRecordInfoVO>}
|
|
34
|
+
* @memberof IPageEnergyCostRecordInfoVO
|
|
35
|
+
*/
|
|
36
|
+
'records'?: Array<EnergyCostRecordInfoVO>;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {boolean}
|
|
40
|
+
* @memberof IPageEnergyCostRecordInfoVO
|
|
41
|
+
*/
|
|
42
|
+
'searchCount'?: boolean;
|
|
43
|
+
/**
|
|
44
|
+
*
|
|
45
|
+
* @type {number}
|
|
46
|
+
* @memberof IPageEnergyCostRecordInfoVO
|
|
47
|
+
*/
|
|
48
|
+
'pages'?: number;
|
|
49
|
+
/**
|
|
50
|
+
*
|
|
51
|
+
* @type {boolean}
|
|
52
|
+
* @memberof IPageEnergyCostRecordInfoVO
|
|
53
|
+
* @deprecated
|
|
54
|
+
*/
|
|
55
|
+
'hitCount'?: boolean;
|
|
56
|
+
/**
|
|
57
|
+
*
|
|
58
|
+
* @type {number}
|
|
59
|
+
* @memberof IPageEnergyCostRecordInfoVO
|
|
60
|
+
*/
|
|
61
|
+
'size'?: number;
|
|
62
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export {};
|
|
@@ -0,0 +1,77 @@
|
|
|
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 Item
|
|
16
|
+
*/
|
|
17
|
+
export interface Item {
|
|
18
|
+
/**
|
|
19
|
+
* 场景
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof Item
|
|
22
|
+
*/
|
|
23
|
+
'scenario': ItemScenarioEnum;
|
|
24
|
+
/**
|
|
25
|
+
* 面积
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof Item
|
|
28
|
+
*/
|
|
29
|
+
'totalArea': number;
|
|
30
|
+
/**
|
|
31
|
+
* 用量
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof Item
|
|
34
|
+
*/
|
|
35
|
+
'consumption': number;
|
|
36
|
+
/**
|
|
37
|
+
* 费用
|
|
38
|
+
* @type {number}
|
|
39
|
+
* @memberof Item
|
|
40
|
+
*/
|
|
41
|
+
'cost': number;
|
|
42
|
+
/**
|
|
43
|
+
* 超标原因
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof Item
|
|
46
|
+
*/
|
|
47
|
+
'overrunReason'?: ItemOverrunReasonEnum;
|
|
48
|
+
/**
|
|
49
|
+
* 备注
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof Item
|
|
52
|
+
*/
|
|
53
|
+
'remark'?: string;
|
|
54
|
+
/**
|
|
55
|
+
* 附件
|
|
56
|
+
* @type {string}
|
|
57
|
+
* @memberof Item
|
|
58
|
+
*/
|
|
59
|
+
'attachment'?: string;
|
|
60
|
+
}
|
|
61
|
+
export declare const ItemScenarioEnum: {
|
|
62
|
+
readonly ColdStorage: "COLD_STORAGE";
|
|
63
|
+
readonly SmartWarehouse: "SMART_WAREHOUSE";
|
|
64
|
+
readonly LeasingTenant: "LEASING_TENANT";
|
|
65
|
+
readonly PrivateConventionalWarehouse: "PRIVATE_CONVENTIONAL_WAREHOUSE";
|
|
66
|
+
};
|
|
67
|
+
export type ItemScenarioEnum = typeof ItemScenarioEnum[keyof typeof ItemScenarioEnum];
|
|
68
|
+
export declare const ItemOverrunReasonEnum: {
|
|
69
|
+
readonly BusinessVolumeOperationTimeIncrease: "BUSINESS_VOLUME_OPERATION_TIME_INCREASE";
|
|
70
|
+
readonly BusinessVolumeChargingDeviceIncrease: "BUSINESS_VOLUME_CHARGING_DEVICE_INCREASE";
|
|
71
|
+
readonly BusinessVolumeAreaIncrease: "BUSINESS_VOLUME_AREA_INCREASE";
|
|
72
|
+
readonly SocialCustomerEnergyConsumptionIncrease: "SOCIAL_CUSTOMER_ENERGY_CONSUMPTION_INCREASE";
|
|
73
|
+
readonly EnergyConsumingEquipmentIncrease: "ENERGY_CONSUMING_EQUIPMENT_INCREASE";
|
|
74
|
+
readonly AbnormalWeather: "ABNORMAL_WEATHER";
|
|
75
|
+
readonly Other: "OTHER";
|
|
76
|
+
};
|
|
77
|
+
export type ItemOverrunReasonEnum = typeof ItemOverrunReasonEnum[keyof typeof ItemOverrunReasonEnum];
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export const ItemScenarioEnum = {
|
|
15
|
+
ColdStorage: 'COLD_STORAGE',
|
|
16
|
+
SmartWarehouse: 'SMART_WAREHOUSE',
|
|
17
|
+
LeasingTenant: 'LEASING_TENANT',
|
|
18
|
+
PrivateConventionalWarehouse: 'PRIVATE_CONVENTIONAL_WAREHOUSE'
|
|
19
|
+
};
|
|
20
|
+
export const ItemOverrunReasonEnum = {
|
|
21
|
+
BusinessVolumeOperationTimeIncrease: 'BUSINESS_VOLUME_OPERATION_TIME_INCREASE',
|
|
22
|
+
BusinessVolumeChargingDeviceIncrease: 'BUSINESS_VOLUME_CHARGING_DEVICE_INCREASE',
|
|
23
|
+
BusinessVolumeAreaIncrease: 'BUSINESS_VOLUME_AREA_INCREASE',
|
|
24
|
+
SocialCustomerEnergyConsumptionIncrease: 'SOCIAL_CUSTOMER_ENERGY_CONSUMPTION_INCREASE',
|
|
25
|
+
EnergyConsumingEquipmentIncrease: 'ENERGY_CONSUMING_EQUIPMENT_INCREASE',
|
|
26
|
+
AbnormalWeather: 'ABNORMAL_WEATHER',
|
|
27
|
+
Other: 'OTHER'
|
|
28
|
+
};
|