@gizone/rrs-client 4.2.9-alpha.605 → 4.2.9-alpha.607
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/energy-cost-add-record-dto.d.ts +2 -2
- package/dist/esm/models/energy-cost-analysis-list-vo.d.ts +12 -0
- package/dist/esm/models/ipage-energy-cost-record-info-vo.d.ts +6 -6
- package/dist/models/energy-cost-add-record-dto.d.ts +2 -2
- package/dist/models/energy-cost-analysis-list-vo.d.ts +12 -0
- package/dist/models/ipage-energy-cost-record-info-vo.d.ts +6 -6
- package/models/energy-cost-add-record-dto.ts +2 -2
- package/models/energy-cost-analysis-list-vo.ts +12 -0
- package/models/ipage-energy-cost-record-info-vo.ts +6 -6
- package/ossutil.log +1134 -1134
- package/package.json +1 -1
|
@@ -133,10 +133,10 @@ export interface EnergyCostAddRecordDTO {
|
|
|
133
133
|
'remark'?: string;
|
|
134
134
|
/**
|
|
135
135
|
* 附件
|
|
136
|
-
* @type {string}
|
|
136
|
+
* @type {Array<string>}
|
|
137
137
|
* @memberof EnergyCostAddRecordDTO
|
|
138
138
|
*/
|
|
139
|
-
'attachment'?: string
|
|
139
|
+
'attachment'?: Array<string>;
|
|
140
140
|
/**
|
|
141
141
|
*
|
|
142
142
|
* @type {Array<Item>}
|
|
@@ -21,12 +21,24 @@ export interface EnergyCostAnalysisListVO {
|
|
|
21
21
|
* @memberof EnergyCostAnalysisListVO
|
|
22
22
|
*/
|
|
23
23
|
'energyType'?: EnergyCostAnalysisListVOEnergyTypeEnum;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof EnergyCostAnalysisListVO
|
|
28
|
+
*/
|
|
29
|
+
'energyTypeCode'?: string;
|
|
24
30
|
/**
|
|
25
31
|
* 场景类型
|
|
26
32
|
* @type {string}
|
|
27
33
|
* @memberof EnergyCostAnalysisListVO
|
|
28
34
|
*/
|
|
29
35
|
'scenario'?: EnergyCostAnalysisListVOScenarioEnum;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof EnergyCostAnalysisListVO
|
|
40
|
+
*/
|
|
41
|
+
'scenarioCode'?: string;
|
|
30
42
|
/**
|
|
31
43
|
* 园区用量
|
|
32
44
|
* @type {number}
|
|
@@ -36,23 +36,23 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
36
36
|
'records'?: Array<EnergyCostRecordInfoVO>;
|
|
37
37
|
/**
|
|
38
38
|
*
|
|
39
|
-
* @type {
|
|
39
|
+
* @type {boolean}
|
|
40
40
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
41
41
|
*/
|
|
42
|
-
'
|
|
42
|
+
'searchCount'?: boolean;
|
|
43
43
|
/**
|
|
44
44
|
*
|
|
45
|
-
* @type {
|
|
45
|
+
* @type {number}
|
|
46
46
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
47
|
-
* @deprecated
|
|
48
47
|
*/
|
|
49
|
-
'
|
|
48
|
+
'pages'?: number;
|
|
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}
|
|
@@ -133,10 +133,10 @@ export interface EnergyCostAddRecordDTO {
|
|
|
133
133
|
'remark'?: string;
|
|
134
134
|
/**
|
|
135
135
|
* 附件
|
|
136
|
-
* @type {string}
|
|
136
|
+
* @type {Array<string>}
|
|
137
137
|
* @memberof EnergyCostAddRecordDTO
|
|
138
138
|
*/
|
|
139
|
-
'attachment'?: string
|
|
139
|
+
'attachment'?: Array<string>;
|
|
140
140
|
/**
|
|
141
141
|
*
|
|
142
142
|
* @type {Array<Item>}
|
|
@@ -21,12 +21,24 @@ export interface EnergyCostAnalysisListVO {
|
|
|
21
21
|
* @memberof EnergyCostAnalysisListVO
|
|
22
22
|
*/
|
|
23
23
|
'energyType'?: EnergyCostAnalysisListVOEnergyTypeEnum;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof EnergyCostAnalysisListVO
|
|
28
|
+
*/
|
|
29
|
+
'energyTypeCode'?: string;
|
|
24
30
|
/**
|
|
25
31
|
* 场景类型
|
|
26
32
|
* @type {string}
|
|
27
33
|
* @memberof EnergyCostAnalysisListVO
|
|
28
34
|
*/
|
|
29
35
|
'scenario'?: EnergyCostAnalysisListVOScenarioEnum;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof EnergyCostAnalysisListVO
|
|
40
|
+
*/
|
|
41
|
+
'scenarioCode'?: string;
|
|
30
42
|
/**
|
|
31
43
|
* 园区用量
|
|
32
44
|
* @type {number}
|
|
@@ -36,23 +36,23 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
36
36
|
'records'?: Array<EnergyCostRecordInfoVO>;
|
|
37
37
|
/**
|
|
38
38
|
*
|
|
39
|
-
* @type {
|
|
39
|
+
* @type {boolean}
|
|
40
40
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
41
41
|
*/
|
|
42
|
-
'
|
|
42
|
+
'searchCount'?: boolean;
|
|
43
43
|
/**
|
|
44
44
|
*
|
|
45
|
-
* @type {
|
|
45
|
+
* @type {number}
|
|
46
46
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
47
|
-
* @deprecated
|
|
48
47
|
*/
|
|
49
|
-
'
|
|
48
|
+
'pages'?: number;
|
|
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}
|
|
@@ -142,10 +142,10 @@ export interface EnergyCostAddRecordDTO {
|
|
|
142
142
|
'remark'?: string;
|
|
143
143
|
/**
|
|
144
144
|
* 附件
|
|
145
|
-
* @type {string}
|
|
145
|
+
* @type {Array<string>}
|
|
146
146
|
* @memberof EnergyCostAddRecordDTO
|
|
147
147
|
*/
|
|
148
|
-
'attachment'?: string
|
|
148
|
+
'attachment'?: Array<string>;
|
|
149
149
|
/**
|
|
150
150
|
*
|
|
151
151
|
* @type {Array<Item>}
|
|
@@ -26,12 +26,24 @@ export interface EnergyCostAnalysisListVO {
|
|
|
26
26
|
* @memberof EnergyCostAnalysisListVO
|
|
27
27
|
*/
|
|
28
28
|
'energyType'?: EnergyCostAnalysisListVOEnergyTypeEnum;
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof EnergyCostAnalysisListVO
|
|
33
|
+
*/
|
|
34
|
+
'energyTypeCode'?: string;
|
|
29
35
|
/**
|
|
30
36
|
* 场景类型
|
|
31
37
|
* @type {string}
|
|
32
38
|
* @memberof EnergyCostAnalysisListVO
|
|
33
39
|
*/
|
|
34
40
|
'scenario'?: EnergyCostAnalysisListVOScenarioEnum;
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof EnergyCostAnalysisListVO
|
|
45
|
+
*/
|
|
46
|
+
'scenarioCode'?: string;
|
|
35
47
|
/**
|
|
36
48
|
* 园区用量
|
|
37
49
|
* @type {number}
|
|
@@ -43,23 +43,23 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
43
43
|
'records'?: Array<EnergyCostRecordInfoVO>;
|
|
44
44
|
/**
|
|
45
45
|
*
|
|
46
|
-
* @type {
|
|
46
|
+
* @type {boolean}
|
|
47
47
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
48
48
|
*/
|
|
49
|
-
'
|
|
49
|
+
'searchCount'?: boolean;
|
|
50
50
|
/**
|
|
51
51
|
*
|
|
52
|
-
* @type {
|
|
52
|
+
* @type {number}
|
|
53
53
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
54
|
-
* @deprecated
|
|
55
54
|
*/
|
|
56
|
-
'
|
|
55
|
+
'pages'?: number;
|
|
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}
|