@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,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,87 @@
|
|
|
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
|
+
'overrunReason'?: ItemOverrunReasonEnum;
|
|
53
|
+
/**
|
|
54
|
+
* 备注
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof Item
|
|
57
|
+
*/
|
|
58
|
+
'remark'?: string;
|
|
59
|
+
/**
|
|
60
|
+
* 附件
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof Item
|
|
63
|
+
*/
|
|
64
|
+
'attachment'?: string;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
export const ItemScenarioEnum = {
|
|
68
|
+
ColdStorage: 'COLD_STORAGE',
|
|
69
|
+
SmartWarehouse: 'SMART_WAREHOUSE',
|
|
70
|
+
LeasingTenant: 'LEASING_TENANT',
|
|
71
|
+
PrivateConventionalWarehouse: 'PRIVATE_CONVENTIONAL_WAREHOUSE'
|
|
72
|
+
} as const;
|
|
73
|
+
|
|
74
|
+
export type ItemScenarioEnum = typeof ItemScenarioEnum[keyof typeof ItemScenarioEnum];
|
|
75
|
+
export const ItemOverrunReasonEnum = {
|
|
76
|
+
BusinessVolumeOperationTimeIncrease: 'BUSINESS_VOLUME_OPERATION_TIME_INCREASE',
|
|
77
|
+
BusinessVolumeChargingDeviceIncrease: 'BUSINESS_VOLUME_CHARGING_DEVICE_INCREASE',
|
|
78
|
+
BusinessVolumeAreaIncrease: 'BUSINESS_VOLUME_AREA_INCREASE',
|
|
79
|
+
SocialCustomerEnergyConsumptionIncrease: 'SOCIAL_CUSTOMER_ENERGY_CONSUMPTION_INCREASE',
|
|
80
|
+
EnergyConsumingEquipmentIncrease: 'ENERGY_CONSUMING_EQUIPMENT_INCREASE',
|
|
81
|
+
AbnormalWeather: 'ABNORMAL_WEATHER',
|
|
82
|
+
Other: 'OTHER'
|
|
83
|
+
} as const;
|
|
84
|
+
|
|
85
|
+
export type ItemOverrunReasonEnum = typeof ItemOverrunReasonEnum[keyof typeof ItemOverrunReasonEnum];
|
|
86
|
+
|
|
87
|
+
|
|
@@ -0,0 +1,72 @@
|
|
|
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 { BaseErrorResult } from './base-error-result';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { EnergyCostRecordInfoVO } from './energy-cost-record-info-vo';
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @export
|
|
26
|
+
* @interface JsonResultEnergyCostRecordInfoVO
|
|
27
|
+
*/
|
|
28
|
+
export interface JsonResultEnergyCostRecordInfoVO {
|
|
29
|
+
/**
|
|
30
|
+
* 错误码,0:成功,其他:失败
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof JsonResultEnergyCostRecordInfoVO
|
|
33
|
+
*/
|
|
34
|
+
'code'?: number;
|
|
35
|
+
/**
|
|
36
|
+
* 错误消息
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof JsonResultEnergyCostRecordInfoVO
|
|
39
|
+
*/
|
|
40
|
+
'msg'?: string;
|
|
41
|
+
/**
|
|
42
|
+
* 错误堆栈
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof JsonResultEnergyCostRecordInfoVO
|
|
45
|
+
*/
|
|
46
|
+
'stacks'?: string;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @type {EnergyCostRecordInfoVO}
|
|
50
|
+
* @memberof JsonResultEnergyCostRecordInfoVO
|
|
51
|
+
*/
|
|
52
|
+
'data'?: EnergyCostRecordInfoVO;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {BaseErrorResult}
|
|
56
|
+
* @memberof JsonResultEnergyCostRecordInfoVO
|
|
57
|
+
*/
|
|
58
|
+
'error'?: BaseErrorResult | null;
|
|
59
|
+
/**
|
|
60
|
+
* 日志追踪ID
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof JsonResultEnergyCostRecordInfoVO
|
|
63
|
+
*/
|
|
64
|
+
'traceId'?: string | null;
|
|
65
|
+
/**
|
|
66
|
+
* requestId
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof JsonResultEnergyCostRecordInfoVO
|
|
69
|
+
*/
|
|
70
|
+
'requestId'?: string | null;
|
|
71
|
+
}
|
|
72
|
+
|
|
@@ -0,0 +1,72 @@
|
|
|
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 { BaseErrorResult } from './base-error-result';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { IPageEnergyCostRecordInfoVO } from './ipage-energy-cost-record-info-vo';
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @export
|
|
26
|
+
* @interface JsonResultIPageEnergyCostRecordInfoVO
|
|
27
|
+
*/
|
|
28
|
+
export interface JsonResultIPageEnergyCostRecordInfoVO {
|
|
29
|
+
/**
|
|
30
|
+
* 错误码,0:成功,其他:失败
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof JsonResultIPageEnergyCostRecordInfoVO
|
|
33
|
+
*/
|
|
34
|
+
'code'?: number;
|
|
35
|
+
/**
|
|
36
|
+
* 错误消息
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof JsonResultIPageEnergyCostRecordInfoVO
|
|
39
|
+
*/
|
|
40
|
+
'msg'?: string;
|
|
41
|
+
/**
|
|
42
|
+
* 错误堆栈
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof JsonResultIPageEnergyCostRecordInfoVO
|
|
45
|
+
*/
|
|
46
|
+
'stacks'?: string;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @type {IPageEnergyCostRecordInfoVO}
|
|
50
|
+
* @memberof JsonResultIPageEnergyCostRecordInfoVO
|
|
51
|
+
*/
|
|
52
|
+
'data'?: IPageEnergyCostRecordInfoVO | null;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {BaseErrorResult}
|
|
56
|
+
* @memberof JsonResultIPageEnergyCostRecordInfoVO
|
|
57
|
+
*/
|
|
58
|
+
'error'?: BaseErrorResult | null;
|
|
59
|
+
/**
|
|
60
|
+
* 日志追踪ID
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof JsonResultIPageEnergyCostRecordInfoVO
|
|
63
|
+
*/
|
|
64
|
+
'traceId'?: string | null;
|
|
65
|
+
/**
|
|
66
|
+
* requestId
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof JsonResultIPageEnergyCostRecordInfoVO
|
|
69
|
+
*/
|
|
70
|
+
'requestId'?: string | null;
|
|
71
|
+
}
|
|
72
|
+
|
|
@@ -0,0 +1,72 @@
|
|
|
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 { BaseErrorResult } from './base-error-result';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { EnergyCostMonthSettingListVO } from './energy-cost-month-setting-list-vo';
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @export
|
|
26
|
+
* @interface JsonResultListEnergyCostMonthSettingListVO
|
|
27
|
+
*/
|
|
28
|
+
export interface JsonResultListEnergyCostMonthSettingListVO {
|
|
29
|
+
/**
|
|
30
|
+
* 错误码,0:成功,其他:失败
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof JsonResultListEnergyCostMonthSettingListVO
|
|
33
|
+
*/
|
|
34
|
+
'code'?: number;
|
|
35
|
+
/**
|
|
36
|
+
* 错误消息
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof JsonResultListEnergyCostMonthSettingListVO
|
|
39
|
+
*/
|
|
40
|
+
'msg'?: string;
|
|
41
|
+
/**
|
|
42
|
+
* 错误堆栈
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof JsonResultListEnergyCostMonthSettingListVO
|
|
45
|
+
*/
|
|
46
|
+
'stacks'?: string;
|
|
47
|
+
/**
|
|
48
|
+
* 返回数据,可以是任意类型的值
|
|
49
|
+
* @type {Array<EnergyCostMonthSettingListVO>}
|
|
50
|
+
* @memberof JsonResultListEnergyCostMonthSettingListVO
|
|
51
|
+
*/
|
|
52
|
+
'data'?: Array<EnergyCostMonthSettingListVO> | null;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {BaseErrorResult}
|
|
56
|
+
* @memberof JsonResultListEnergyCostMonthSettingListVO
|
|
57
|
+
*/
|
|
58
|
+
'error'?: BaseErrorResult | null;
|
|
59
|
+
/**
|
|
60
|
+
* 日志追踪ID
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof JsonResultListEnergyCostMonthSettingListVO
|
|
63
|
+
*/
|
|
64
|
+
'traceId'?: string | null;
|
|
65
|
+
/**
|
|
66
|
+
* requestId
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof JsonResultListEnergyCostMonthSettingListVO
|
|
69
|
+
*/
|
|
70
|
+
'requestId'?: string | null;
|
|
71
|
+
}
|
|
72
|
+
|
|
@@ -0,0 +1,69 @@
|
|
|
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 { BaseErrorResult } from './base-error-result';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @export
|
|
23
|
+
* @interface JsonResultMapStringObject
|
|
24
|
+
*/
|
|
25
|
+
export interface JsonResultMapStringObject {
|
|
26
|
+
/**
|
|
27
|
+
* 错误码,0:成功,其他:失败
|
|
28
|
+
* @type {number}
|
|
29
|
+
* @memberof JsonResultMapStringObject
|
|
30
|
+
*/
|
|
31
|
+
'code'?: number;
|
|
32
|
+
/**
|
|
33
|
+
* 错误消息
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof JsonResultMapStringObject
|
|
36
|
+
*/
|
|
37
|
+
'msg'?: string;
|
|
38
|
+
/**
|
|
39
|
+
* 错误堆栈
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof JsonResultMapStringObject
|
|
42
|
+
*/
|
|
43
|
+
'stacks'?: string;
|
|
44
|
+
/**
|
|
45
|
+
* 返回数据,可以是任意类型的值
|
|
46
|
+
* @type {{ [key: string]: object | null; }}
|
|
47
|
+
* @memberof JsonResultMapStringObject
|
|
48
|
+
*/
|
|
49
|
+
'data'?: { [key: string]: object | null; } | null;
|
|
50
|
+
/**
|
|
51
|
+
*
|
|
52
|
+
* @type {BaseErrorResult}
|
|
53
|
+
* @memberof JsonResultMapStringObject
|
|
54
|
+
*/
|
|
55
|
+
'error'?: BaseErrorResult | null;
|
|
56
|
+
/**
|
|
57
|
+
* 日志追踪ID
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof JsonResultMapStringObject
|
|
60
|
+
*/
|
|
61
|
+
'traceId'?: string | null;
|
|
62
|
+
/**
|
|
63
|
+
* requestId
|
|
64
|
+
* @type {string}
|
|
65
|
+
* @memberof JsonResultMapStringObject
|
|
66
|
+
*/
|
|
67
|
+
'requestId'?: string | null;
|
|
68
|
+
}
|
|
69
|
+
|
|
@@ -19,6 +19,9 @@ import type { FunctionalAreaEnum } from './functional-area-enum';
|
|
|
19
19
|
// May contain unused imports in some cases
|
|
20
20
|
// @ts-ignore
|
|
21
21
|
import type { InstallationBodyEnum } from './installation-body-enum';
|
|
22
|
+
// May contain unused imports in some cases
|
|
23
|
+
// @ts-ignore
|
|
24
|
+
import type { SurveillanceEntity } from './surveillance-entity';
|
|
22
25
|
|
|
23
26
|
/**
|
|
24
27
|
* 监控批量导入模板数据传输对象
|
|
@@ -128,6 +131,12 @@ export interface SurveillanceBatchImportTemplateDto {
|
|
|
128
131
|
* @memberof SurveillanceBatchImportTemplateDto
|
|
129
132
|
*/
|
|
130
133
|
'spaceId'?: number;
|
|
134
|
+
/**
|
|
135
|
+
*
|
|
136
|
+
* @type {SurveillanceEntity}
|
|
137
|
+
* @memberof SurveillanceBatchImportTemplateDto
|
|
138
|
+
*/
|
|
139
|
+
'surveillanceEntity'?: SurveillanceEntity;
|
|
131
140
|
}
|
|
132
141
|
|
|
133
142
|
|
|
@@ -0,0 +1,185 @@
|
|
|
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 { FunctionalAreaEnum } from './functional-area-enum';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { InstallationBodyEnum } from './installation-body-enum';
|
|
22
|
+
// May contain unused imports in some cases
|
|
23
|
+
// @ts-ignore
|
|
24
|
+
import type { IotDeviceStatusEnum } from './iot-device-status-enum';
|
|
25
|
+
|
|
26
|
+
/**
|
|
27
|
+
* 监控实体类
|
|
28
|
+
* @export
|
|
29
|
+
* @interface SurveillanceEntity
|
|
30
|
+
*/
|
|
31
|
+
export interface SurveillanceEntity {
|
|
32
|
+
/**
|
|
33
|
+
* 主键ID
|
|
34
|
+
* @type {number}
|
|
35
|
+
* @memberof SurveillanceEntity
|
|
36
|
+
*/
|
|
37
|
+
'id'?: number;
|
|
38
|
+
/**
|
|
39
|
+
* 园区ID
|
|
40
|
+
* @type {number}
|
|
41
|
+
* @memberof SurveillanceEntity
|
|
42
|
+
*/
|
|
43
|
+
'parkId'?: number;
|
|
44
|
+
/**
|
|
45
|
+
* 监控序号
|
|
46
|
+
* @type {string}
|
|
47
|
+
* @memberof SurveillanceEntity
|
|
48
|
+
*/
|
|
49
|
+
'surveillanceNo'?: string;
|
|
50
|
+
/**
|
|
51
|
+
* 设备编码
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof SurveillanceEntity
|
|
54
|
+
*/
|
|
55
|
+
'deviceCode'?: string;
|
|
56
|
+
/**
|
|
57
|
+
* 通道号
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof SurveillanceEntity
|
|
60
|
+
*/
|
|
61
|
+
'deviceChannel'?: string;
|
|
62
|
+
/**
|
|
63
|
+
* 设备类型
|
|
64
|
+
* @type {string}
|
|
65
|
+
* @memberof SurveillanceEntity
|
|
66
|
+
*/
|
|
67
|
+
'modelId'?: string;
|
|
68
|
+
/**
|
|
69
|
+
* 品牌编号
|
|
70
|
+
* @type {string}
|
|
71
|
+
* @memberof SurveillanceEntity
|
|
72
|
+
*/
|
|
73
|
+
'brandId'?: string;
|
|
74
|
+
/**
|
|
75
|
+
* 空间ID
|
|
76
|
+
* @type {number}
|
|
77
|
+
* @memberof SurveillanceEntity
|
|
78
|
+
*/
|
|
79
|
+
'spaceId'?: number;
|
|
80
|
+
/**
|
|
81
|
+
*
|
|
82
|
+
* @type {FunctionalAreaEnum}
|
|
83
|
+
* @memberof SurveillanceEntity
|
|
84
|
+
*/
|
|
85
|
+
'functionalArea'?: FunctionalAreaEnum;
|
|
86
|
+
/**
|
|
87
|
+
* 监控名称
|
|
88
|
+
* @type {string}
|
|
89
|
+
* @memberof SurveillanceEntity
|
|
90
|
+
*/
|
|
91
|
+
'surveillanceName'?: string;
|
|
92
|
+
/**
|
|
93
|
+
* 监控全名称
|
|
94
|
+
* @type {string}
|
|
95
|
+
* @memberof SurveillanceEntity
|
|
96
|
+
*/
|
|
97
|
+
'surveillanceFullName'?: string;
|
|
98
|
+
/**
|
|
99
|
+
* 是否空间显示
|
|
100
|
+
* @type {boolean}
|
|
101
|
+
* @memberof SurveillanceEntity
|
|
102
|
+
*/
|
|
103
|
+
'isShowSpace'?: boolean;
|
|
104
|
+
/**
|
|
105
|
+
*
|
|
106
|
+
* @type {IotDeviceStatusEnum}
|
|
107
|
+
* @memberof SurveillanceEntity
|
|
108
|
+
*/
|
|
109
|
+
'surveillanceStatus'?: IotDeviceStatusEnum;
|
|
110
|
+
/**
|
|
111
|
+
*
|
|
112
|
+
* @type {InstallationBodyEnum}
|
|
113
|
+
* @memberof SurveillanceEntity
|
|
114
|
+
*/
|
|
115
|
+
'installationBody'?: InstallationBodyEnum;
|
|
116
|
+
/**
|
|
117
|
+
* 安装单位
|
|
118
|
+
* @type {string}
|
|
119
|
+
* @memberof SurveillanceEntity
|
|
120
|
+
*/
|
|
121
|
+
'installationUnit'?: string;
|
|
122
|
+
/**
|
|
123
|
+
* 建设时间
|
|
124
|
+
* @type {string}
|
|
125
|
+
* @memberof SurveillanceEntity
|
|
126
|
+
*/
|
|
127
|
+
'constructionTime'?: string;
|
|
128
|
+
/**
|
|
129
|
+
* 监控点位
|
|
130
|
+
* @type {Array<number>}
|
|
131
|
+
* @memberof SurveillanceEntity
|
|
132
|
+
*/
|
|
133
|
+
'surveillancePoint'?: Array<number>;
|
|
134
|
+
/**
|
|
135
|
+
* 监控rtmp地址
|
|
136
|
+
* @type {string}
|
|
137
|
+
* @memberof SurveillanceEntity
|
|
138
|
+
*/
|
|
139
|
+
'rtmpUrl'?: string;
|
|
140
|
+
/**
|
|
141
|
+
* 监控截图
|
|
142
|
+
* @type {string}
|
|
143
|
+
* @memberof SurveillanceEntity
|
|
144
|
+
*/
|
|
145
|
+
'surveillancePicture'?: string;
|
|
146
|
+
/**
|
|
147
|
+
* 创建时间
|
|
148
|
+
* @type {string}
|
|
149
|
+
* @memberof SurveillanceEntity
|
|
150
|
+
*/
|
|
151
|
+
'createTime'?: string;
|
|
152
|
+
/**
|
|
153
|
+
* 修改时间
|
|
154
|
+
* @type {string}
|
|
155
|
+
* @memberof SurveillanceEntity
|
|
156
|
+
*/
|
|
157
|
+
'updateTime'?: string;
|
|
158
|
+
/**
|
|
159
|
+
* 是否删除 1未删除 0删除
|
|
160
|
+
* @type {number}
|
|
161
|
+
* @memberof SurveillanceEntity
|
|
162
|
+
*/
|
|
163
|
+
'isDelete'?: number;
|
|
164
|
+
/**
|
|
165
|
+
* 图像状态 2-诊断失败,-1-未知,1-正常,0-异常
|
|
166
|
+
* @type {string}
|
|
167
|
+
* @memberof SurveillanceEntity
|
|
168
|
+
*/
|
|
169
|
+
'imageStatus'?: string;
|
|
170
|
+
/**
|
|
171
|
+
* 录像保存天数
|
|
172
|
+
* @type {number}
|
|
173
|
+
* @memberof SurveillanceEntity
|
|
174
|
+
*/
|
|
175
|
+
'videoRecordingDays'?: number;
|
|
176
|
+
/**
|
|
177
|
+
* 所属项目
|
|
178
|
+
* @type {string}
|
|
179
|
+
* @memberof SurveillanceEntity
|
|
180
|
+
*/
|
|
181
|
+
'projectName'?: string;
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
|