@gizone/rrs-client 4.2.9-alpha.569 → 4.2.9-alpha.570
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-record-info-not-emun-vo.d.ts +12 -0
- package/dist/esm/models/ipage-energy-cost-record-info-vo.d.ts +6 -6
- package/dist/models/energy-cost-record-info-not-emun-vo.d.ts +12 -0
- package/dist/models/ipage-energy-cost-record-info-vo.d.ts +6 -6
- package/models/energy-cost-record-info-not-emun-vo.ts +12 -0
- package/models/ipage-energy-cost-record-info-vo.ts +6 -6
- package/ossutil.log +1098 -1095
- package/package.json +1 -1
|
@@ -196,6 +196,18 @@ export interface EnergyCostRecordInfoNotEmunVO {
|
|
|
196
196
|
* @memberof EnergyCostRecordInfoNotEmunVO
|
|
197
197
|
*/
|
|
198
198
|
'isDelete'?: number;
|
|
199
|
+
/**
|
|
200
|
+
* 上次园区总面积
|
|
201
|
+
* @type {number}
|
|
202
|
+
* @memberof EnergyCostRecordInfoNotEmunVO
|
|
203
|
+
*/
|
|
204
|
+
'lastTotalParkArea'?: number;
|
|
205
|
+
/**
|
|
206
|
+
* 上个月总空仓面积
|
|
207
|
+
* @type {number}
|
|
208
|
+
* @memberof EnergyCostRecordInfoNotEmunVO
|
|
209
|
+
*/
|
|
210
|
+
'lastTotalVacantArea'?: number;
|
|
199
211
|
/**
|
|
200
212
|
*
|
|
201
213
|
* @type {Array<EnergyCostScenariosInfoNotEnumVO>}
|
|
@@ -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}
|
|
@@ -196,6 +196,18 @@ export interface EnergyCostRecordInfoNotEmunVO {
|
|
|
196
196
|
* @memberof EnergyCostRecordInfoNotEmunVO
|
|
197
197
|
*/
|
|
198
198
|
'isDelete'?: number;
|
|
199
|
+
/**
|
|
200
|
+
* 上次园区总面积
|
|
201
|
+
* @type {number}
|
|
202
|
+
* @memberof EnergyCostRecordInfoNotEmunVO
|
|
203
|
+
*/
|
|
204
|
+
'lastTotalParkArea'?: number;
|
|
205
|
+
/**
|
|
206
|
+
* 上个月总空仓面积
|
|
207
|
+
* @type {number}
|
|
208
|
+
* @memberof EnergyCostRecordInfoNotEmunVO
|
|
209
|
+
*/
|
|
210
|
+
'lastTotalVacantArea'?: number;
|
|
199
211
|
/**
|
|
200
212
|
*
|
|
201
213
|
* @type {Array<EnergyCostScenariosInfoNotEnumVO>}
|
|
@@ -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}
|
|
@@ -203,6 +203,18 @@ export interface EnergyCostRecordInfoNotEmunVO {
|
|
|
203
203
|
* @memberof EnergyCostRecordInfoNotEmunVO
|
|
204
204
|
*/
|
|
205
205
|
'isDelete'?: number;
|
|
206
|
+
/**
|
|
207
|
+
* 上次园区总面积
|
|
208
|
+
* @type {number}
|
|
209
|
+
* @memberof EnergyCostRecordInfoNotEmunVO
|
|
210
|
+
*/
|
|
211
|
+
'lastTotalParkArea'?: number;
|
|
212
|
+
/**
|
|
213
|
+
* 上个月总空仓面积
|
|
214
|
+
* @type {number}
|
|
215
|
+
* @memberof EnergyCostRecordInfoNotEmunVO
|
|
216
|
+
*/
|
|
217
|
+
'lastTotalVacantArea'?: number;
|
|
206
218
|
/**
|
|
207
219
|
*
|
|
208
220
|
* @type {Array<EnergyCostScenariosInfoNotEnumVO>}
|
|
@@ -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}
|