@gizone/rrs-client 4.2.9-alpha.569 → 4.2.9-alpha.571

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.
@@ -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>}
@@ -22,6 +22,12 @@ export interface IPageEnergyCostRecordInfoVO {
22
22
  * @memberof IPageEnergyCostRecordInfoVO
23
23
  */
24
24
  'total'?: number;
25
+ /**
26
+ *
27
+ * @type {Array<EnergyCostRecordInfoVO>}
28
+ * @memberof IPageEnergyCostRecordInfoVO
29
+ */
30
+ 'records'?: Array<EnergyCostRecordInfoVO>;
25
31
  /**
26
32
  *
27
33
  * @type {number}
@@ -30,10 +36,10 @@ export interface IPageEnergyCostRecordInfoVO {
30
36
  'current'?: number;
31
37
  /**
32
38
  *
33
- * @type {Array<EnergyCostRecordInfoVO>}
39
+ * @type {boolean}
34
40
  * @memberof IPageEnergyCostRecordInfoVO
35
41
  */
36
- 'records'?: Array<EnergyCostRecordInfoVO>;
42
+ 'searchCount'?: boolean;
37
43
  /**
38
44
  *
39
45
  * @type {number}
@@ -47,12 +53,6 @@ export interface IPageEnergyCostRecordInfoVO {
47
53
  * @deprecated
48
54
  */
49
55
  'hitCount'?: boolean;
50
- /**
51
- *
52
- * @type {boolean}
53
- * @memberof IPageEnergyCostRecordInfoVO
54
- */
55
- 'searchCount'?: 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>}
@@ -22,6 +22,12 @@ export interface IPageEnergyCostRecordInfoVO {
22
22
  * @memberof IPageEnergyCostRecordInfoVO
23
23
  */
24
24
  'total'?: number;
25
+ /**
26
+ *
27
+ * @type {Array<EnergyCostRecordInfoVO>}
28
+ * @memberof IPageEnergyCostRecordInfoVO
29
+ */
30
+ 'records'?: Array<EnergyCostRecordInfoVO>;
25
31
  /**
26
32
  *
27
33
  * @type {number}
@@ -30,10 +36,10 @@ export interface IPageEnergyCostRecordInfoVO {
30
36
  'current'?: number;
31
37
  /**
32
38
  *
33
- * @type {Array<EnergyCostRecordInfoVO>}
39
+ * @type {boolean}
34
40
  * @memberof IPageEnergyCostRecordInfoVO
35
41
  */
36
- 'records'?: Array<EnergyCostRecordInfoVO>;
42
+ 'searchCount'?: boolean;
37
43
  /**
38
44
  *
39
45
  * @type {number}
@@ -47,12 +53,6 @@ export interface IPageEnergyCostRecordInfoVO {
47
53
  * @deprecated
48
54
  */
49
55
  'hitCount'?: boolean;
50
- /**
51
- *
52
- * @type {boolean}
53
- * @memberof IPageEnergyCostRecordInfoVO
54
- */
55
- 'searchCount'?: 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>}
@@ -29,6 +29,12 @@ export interface IPageEnergyCostRecordInfoVO {
29
29
  * @memberof IPageEnergyCostRecordInfoVO
30
30
  */
31
31
  'total'?: number;
32
+ /**
33
+ *
34
+ * @type {Array<EnergyCostRecordInfoVO>}
35
+ * @memberof IPageEnergyCostRecordInfoVO
36
+ */
37
+ 'records'?: Array<EnergyCostRecordInfoVO>;
32
38
  /**
33
39
  *
34
40
  * @type {number}
@@ -37,10 +43,10 @@ export interface IPageEnergyCostRecordInfoVO {
37
43
  'current'?: number;
38
44
  /**
39
45
  *
40
- * @type {Array<EnergyCostRecordInfoVO>}
46
+ * @type {boolean}
41
47
  * @memberof IPageEnergyCostRecordInfoVO
42
48
  */
43
- 'records'?: Array<EnergyCostRecordInfoVO>;
49
+ 'searchCount'?: boolean;
44
50
  /**
45
51
  *
46
52
  * @type {number}
@@ -54,12 +60,6 @@ export interface IPageEnergyCostRecordInfoVO {
54
60
  * @deprecated
55
61
  */
56
62
  'hitCount'?: boolean;
57
- /**
58
- *
59
- * @type {boolean}
60
- * @memberof IPageEnergyCostRecordInfoVO
61
- */
62
- 'searchCount'?: boolean;
63
63
  /**
64
64
  *
65
65
  * @type {number}