@gizone/rrs-client 4.2.9-alpha.616 → 4.2.9-alpha.618

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.
@@ -45,6 +45,12 @@ export interface EnergyCostAnalysisListVO {
45
45
  * @memberof EnergyCostAnalysisListVO
46
46
  */
47
47
  'parkUtilityUsage'?: number;
48
+ /**
49
+ * totalArea
50
+ * @type {number}
51
+ * @memberof EnergyCostAnalysisListVO
52
+ */
53
+ 'totalArea'?: number;
48
54
  /**
49
55
  * 园区费用
50
56
  * @type {number}
@@ -21,6 +21,12 @@ export interface EnergyCostMonthSettingListVO {
21
21
  * @memberof EnergyCostMonthSettingListVO
22
22
  */
23
23
  'region'?: string;
24
+ /**
25
+ * 平台
26
+ * @type {string}
27
+ * @memberof EnergyCostMonthSettingListVO
28
+ */
29
+ 'platform'?: string;
24
30
  /**
25
31
  * 小微
26
32
  * @type {string}
@@ -27,6 +27,12 @@ export interface EnergyCostTwoListVO {
27
27
  * @memberof EnergyCostTwoListVO
28
28
  */
29
29
  'smallWe'?: string;
30
+ /**
31
+ * 平台
32
+ * @type {string}
33
+ * @memberof EnergyCostTwoListVO
34
+ */
35
+ 'platform'?: string;
30
36
  /**
31
37
  * 中心
32
38
  * @type {string}
@@ -24,16 +24,16 @@ export interface IPageEnergyCostRecordInfoVO {
24
24
  'total'?: number;
25
25
  /**
26
26
  *
27
- * @type {Array<EnergyCostRecordInfoVO>}
27
+ * @type {number}
28
28
  * @memberof IPageEnergyCostRecordInfoVO
29
29
  */
30
- 'records'?: Array<EnergyCostRecordInfoVO>;
30
+ 'current'?: number;
31
31
  /**
32
32
  *
33
- * @type {number}
33
+ * @type {Array<EnergyCostRecordInfoVO>}
34
34
  * @memberof IPageEnergyCostRecordInfoVO
35
35
  */
36
- 'current'?: number;
36
+ 'records'?: Array<EnergyCostRecordInfoVO>;
37
37
  /**
38
38
  *
39
39
  * @type {boolean}
@@ -45,6 +45,12 @@ export interface EnergyCostAnalysisListVO {
45
45
  * @memberof EnergyCostAnalysisListVO
46
46
  */
47
47
  'parkUtilityUsage'?: number;
48
+ /**
49
+ * totalArea
50
+ * @type {number}
51
+ * @memberof EnergyCostAnalysisListVO
52
+ */
53
+ 'totalArea'?: number;
48
54
  /**
49
55
  * 园区费用
50
56
  * @type {number}
@@ -21,6 +21,12 @@ export interface EnergyCostMonthSettingListVO {
21
21
  * @memberof EnergyCostMonthSettingListVO
22
22
  */
23
23
  'region'?: string;
24
+ /**
25
+ * 平台
26
+ * @type {string}
27
+ * @memberof EnergyCostMonthSettingListVO
28
+ */
29
+ 'platform'?: string;
24
30
  /**
25
31
  * 小微
26
32
  * @type {string}
@@ -27,6 +27,12 @@ export interface EnergyCostTwoListVO {
27
27
  * @memberof EnergyCostTwoListVO
28
28
  */
29
29
  'smallWe'?: string;
30
+ /**
31
+ * 平台
32
+ * @type {string}
33
+ * @memberof EnergyCostTwoListVO
34
+ */
35
+ 'platform'?: string;
30
36
  /**
31
37
  * 中心
32
38
  * @type {string}
@@ -24,16 +24,16 @@ export interface IPageEnergyCostRecordInfoVO {
24
24
  'total'?: number;
25
25
  /**
26
26
  *
27
- * @type {Array<EnergyCostRecordInfoVO>}
27
+ * @type {number}
28
28
  * @memberof IPageEnergyCostRecordInfoVO
29
29
  */
30
- 'records'?: Array<EnergyCostRecordInfoVO>;
30
+ 'current'?: number;
31
31
  /**
32
32
  *
33
- * @type {number}
33
+ * @type {Array<EnergyCostRecordInfoVO>}
34
34
  * @memberof IPageEnergyCostRecordInfoVO
35
35
  */
36
- 'current'?: number;
36
+ 'records'?: Array<EnergyCostRecordInfoVO>;
37
37
  /**
38
38
  *
39
39
  * @type {boolean}
@@ -50,6 +50,12 @@ export interface EnergyCostAnalysisListVO {
50
50
  * @memberof EnergyCostAnalysisListVO
51
51
  */
52
52
  'parkUtilityUsage'?: number;
53
+ /**
54
+ * totalArea
55
+ * @type {number}
56
+ * @memberof EnergyCostAnalysisListVO
57
+ */
58
+ 'totalArea'?: number;
53
59
  /**
54
60
  * 园区费用
55
61
  * @type {number}
@@ -26,6 +26,12 @@ export interface EnergyCostMonthSettingListVO {
26
26
  * @memberof EnergyCostMonthSettingListVO
27
27
  */
28
28
  'region'?: string;
29
+ /**
30
+ * 平台
31
+ * @type {string}
32
+ * @memberof EnergyCostMonthSettingListVO
33
+ */
34
+ 'platform'?: string;
29
35
  /**
30
36
  * 小微
31
37
  * @type {string}
@@ -32,6 +32,12 @@ export interface EnergyCostTwoListVO {
32
32
  * @memberof EnergyCostTwoListVO
33
33
  */
34
34
  'smallWe'?: string;
35
+ /**
36
+ * 平台
37
+ * @type {string}
38
+ * @memberof EnergyCostTwoListVO
39
+ */
40
+ 'platform'?: string;
35
41
  /**
36
42
  * 中心
37
43
  * @type {string}
@@ -31,16 +31,16 @@ export interface IPageEnergyCostRecordInfoVO {
31
31
  'total'?: number;
32
32
  /**
33
33
  *
34
- * @type {Array<EnergyCostRecordInfoVO>}
34
+ * @type {number}
35
35
  * @memberof IPageEnergyCostRecordInfoVO
36
36
  */
37
- 'records'?: Array<EnergyCostRecordInfoVO>;
37
+ 'current'?: number;
38
38
  /**
39
39
  *
40
- * @type {number}
40
+ * @type {Array<EnergyCostRecordInfoVO>}
41
41
  * @memberof IPageEnergyCostRecordInfoVO
42
42
  */
43
- 'current'?: number;
43
+ 'records'?: Array<EnergyCostRecordInfoVO>;
44
44
  /**
45
45
  *
46
46
  * @type {boolean}