@gizone/rrs-client 4.2.9-alpha.788 → 4.2.9-alpha.791
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/dist/esm/models/business-type-enum.d.ts +1 -0
- package/dist/esm/models/business-type-enum.js +2 -1
- package/dist/esm/models/energy-cost-record-info-not-emun-vo.d.ts +6 -0
- package/dist/esm/models/energy-cost-scenarios-info-not-enum-vo.d.ts +1 -1
- package/dist/esm/models/ipage-energy-cost-record-info-vo.d.ts +7 -7
- package/dist/models/business-type-enum.d.ts +1 -0
- package/dist/models/business-type-enum.js +2 -1
- package/dist/models/energy-cost-record-info-not-emun-vo.d.ts +6 -0
- package/dist/models/energy-cost-scenarios-info-not-enum-vo.d.ts +1 -1
- package/dist/models/ipage-energy-cost-record-info-vo.d.ts +7 -7
- package/models/business-type-enum.ts +2 -1
- package/models/energy-cost-record-info-not-emun-vo.ts +6 -0
- package/models/energy-cost-scenarios-info-not-enum-vo.ts +1 -1
- package/models/ipage-energy-cost-record-info-vo.ts +7 -7
- package/ossutil.log +1221 -1221
- package/package.json +1 -1
|
@@ -18,5 +18,6 @@ export declare const BusinessTypeEnum: {
|
|
|
18
18
|
readonly Evaluation: "EVALUATION";
|
|
19
19
|
readonly MaintenanceOrder: "MAINTENANCE_ORDER";
|
|
20
20
|
readonly ReimbursementBill: "REIMBURSEMENT_BILL";
|
|
21
|
+
readonly WorkOrder: "WORK_ORDER";
|
|
21
22
|
};
|
|
22
23
|
export type BusinessTypeEnum = typeof BusinessTypeEnum[keyof typeof BusinessTypeEnum];
|
|
@@ -221,4 +221,10 @@ export interface EnergyCostRecordInfoNotEmunVO {
|
|
|
221
221
|
* @memberof EnergyCostRecordInfoNotEmunVO
|
|
222
222
|
*/
|
|
223
223
|
'scenarios'?: Array<EnergyCostScenariosInfoNotEnumVO>;
|
|
224
|
+
/**
|
|
225
|
+
* 上次使用场景 能源成本按业务区域分摊
|
|
226
|
+
* @type {Array<EnergyCostScenariosInfoNotEnumVO>}
|
|
227
|
+
* @memberof EnergyCostRecordInfoNotEmunVO
|
|
228
|
+
*/
|
|
229
|
+
'lastScenarios'?: Array<EnergyCostScenariosInfoNotEnumVO>;
|
|
224
230
|
}
|
|
@@ -24,16 +24,16 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
24
24
|
'total'?: number;
|
|
25
25
|
/**
|
|
26
26
|
*
|
|
27
|
-
* @type {
|
|
27
|
+
* @type {number}
|
|
28
28
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
29
29
|
*/
|
|
30
|
-
'
|
|
30
|
+
'current'?: number;
|
|
31
31
|
/**
|
|
32
32
|
*
|
|
33
|
-
* @type {
|
|
33
|
+
* @type {Array<EnergyCostRecordInfoVO>}
|
|
34
34
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
35
35
|
*/
|
|
36
|
-
'
|
|
36
|
+
'records'?: Array<EnergyCostRecordInfoVO>;
|
|
37
37
|
/**
|
|
38
38
|
*
|
|
39
39
|
* @type {number}
|
|
@@ -44,15 +44,15 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
44
44
|
*
|
|
45
45
|
* @type {boolean}
|
|
46
46
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
47
|
-
* @deprecated
|
|
48
47
|
*/
|
|
49
|
-
'
|
|
48
|
+
'searchCount'?: boolean;
|
|
50
49
|
/**
|
|
51
50
|
*
|
|
52
51
|
* @type {boolean}
|
|
53
52
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
53
|
+
* @deprecated
|
|
54
54
|
*/
|
|
55
|
-
'
|
|
55
|
+
'hitCount'?: boolean;
|
|
56
56
|
/**
|
|
57
57
|
*
|
|
58
58
|
* @type {number}
|
|
@@ -18,5 +18,6 @@ export declare const BusinessTypeEnum: {
|
|
|
18
18
|
readonly Evaluation: "EVALUATION";
|
|
19
19
|
readonly MaintenanceOrder: "MAINTENANCE_ORDER";
|
|
20
20
|
readonly ReimbursementBill: "REIMBURSEMENT_BILL";
|
|
21
|
+
readonly WorkOrder: "WORK_ORDER";
|
|
21
22
|
};
|
|
22
23
|
export type BusinessTypeEnum = typeof BusinessTypeEnum[keyof typeof BusinessTypeEnum];
|
|
@@ -221,4 +221,10 @@ export interface EnergyCostRecordInfoNotEmunVO {
|
|
|
221
221
|
* @memberof EnergyCostRecordInfoNotEmunVO
|
|
222
222
|
*/
|
|
223
223
|
'scenarios'?: Array<EnergyCostScenariosInfoNotEnumVO>;
|
|
224
|
+
/**
|
|
225
|
+
* 上次使用场景 能源成本按业务区域分摊
|
|
226
|
+
* @type {Array<EnergyCostScenariosInfoNotEnumVO>}
|
|
227
|
+
* @memberof EnergyCostRecordInfoNotEmunVO
|
|
228
|
+
*/
|
|
229
|
+
'lastScenarios'?: Array<EnergyCostScenariosInfoNotEnumVO>;
|
|
224
230
|
}
|
|
@@ -24,16 +24,16 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
24
24
|
'total'?: number;
|
|
25
25
|
/**
|
|
26
26
|
*
|
|
27
|
-
* @type {
|
|
27
|
+
* @type {number}
|
|
28
28
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
29
29
|
*/
|
|
30
|
-
'
|
|
30
|
+
'current'?: number;
|
|
31
31
|
/**
|
|
32
32
|
*
|
|
33
|
-
* @type {
|
|
33
|
+
* @type {Array<EnergyCostRecordInfoVO>}
|
|
34
34
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
35
35
|
*/
|
|
36
|
-
'
|
|
36
|
+
'records'?: Array<EnergyCostRecordInfoVO>;
|
|
37
37
|
/**
|
|
38
38
|
*
|
|
39
39
|
* @type {number}
|
|
@@ -44,15 +44,15 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
44
44
|
*
|
|
45
45
|
* @type {boolean}
|
|
46
46
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
47
|
-
* @deprecated
|
|
48
47
|
*/
|
|
49
|
-
'
|
|
48
|
+
'searchCount'?: boolean;
|
|
50
49
|
/**
|
|
51
50
|
*
|
|
52
51
|
* @type {boolean}
|
|
53
52
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
53
|
+
* @deprecated
|
|
54
54
|
*/
|
|
55
|
-
'
|
|
55
|
+
'hitCount'?: boolean;
|
|
56
56
|
/**
|
|
57
57
|
*
|
|
58
58
|
* @type {number}
|
|
@@ -23,7 +23,8 @@
|
|
|
23
23
|
export const BusinessTypeEnum = {
|
|
24
24
|
Evaluation: 'EVALUATION',
|
|
25
25
|
MaintenanceOrder: 'MAINTENANCE_ORDER',
|
|
26
|
-
ReimbursementBill: 'REIMBURSEMENT_BILL'
|
|
26
|
+
ReimbursementBill: 'REIMBURSEMENT_BILL',
|
|
27
|
+
WorkOrder: 'WORK_ORDER'
|
|
27
28
|
} as const;
|
|
28
29
|
|
|
29
30
|
export type BusinessTypeEnum = typeof BusinessTypeEnum[keyof typeof BusinessTypeEnum];
|
|
@@ -230,5 +230,11 @@ export interface EnergyCostRecordInfoNotEmunVO {
|
|
|
230
230
|
* @memberof EnergyCostRecordInfoNotEmunVO
|
|
231
231
|
*/
|
|
232
232
|
'scenarios'?: Array<EnergyCostScenariosInfoNotEnumVO>;
|
|
233
|
+
/**
|
|
234
|
+
* 上次使用场景 能源成本按业务区域分摊
|
|
235
|
+
* @type {Array<EnergyCostScenariosInfoNotEnumVO>}
|
|
236
|
+
* @memberof EnergyCostRecordInfoNotEmunVO
|
|
237
|
+
*/
|
|
238
|
+
'lastScenarios'?: Array<EnergyCostScenariosInfoNotEnumVO>;
|
|
233
239
|
}
|
|
234
240
|
|
|
@@ -31,16 +31,16 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
31
31
|
'total'?: number;
|
|
32
32
|
/**
|
|
33
33
|
*
|
|
34
|
-
* @type {
|
|
34
|
+
* @type {number}
|
|
35
35
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
36
36
|
*/
|
|
37
|
-
'
|
|
37
|
+
'current'?: number;
|
|
38
38
|
/**
|
|
39
39
|
*
|
|
40
|
-
* @type {
|
|
40
|
+
* @type {Array<EnergyCostRecordInfoVO>}
|
|
41
41
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
42
42
|
*/
|
|
43
|
-
'
|
|
43
|
+
'records'?: Array<EnergyCostRecordInfoVO>;
|
|
44
44
|
/**
|
|
45
45
|
*
|
|
46
46
|
* @type {number}
|
|
@@ -51,15 +51,15 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
51
51
|
*
|
|
52
52
|
* @type {boolean}
|
|
53
53
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
54
|
-
* @deprecated
|
|
55
54
|
*/
|
|
56
|
-
'
|
|
55
|
+
'searchCount'?: boolean;
|
|
57
56
|
/**
|
|
58
57
|
*
|
|
59
58
|
* @type {boolean}
|
|
60
59
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
60
|
+
* @deprecated
|
|
61
61
|
*/
|
|
62
|
-
'
|
|
62
|
+
'hitCount'?: boolean;
|
|
63
63
|
/**
|
|
64
64
|
*
|
|
65
65
|
* @type {number}
|