@gizone/rrs-client 4.2.9-alpha.596 → 4.2.9-alpha.600

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.
@@ -10,6 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  import type { EnergyCostScenariosInfoNotEnumVO } from './energy-cost-scenarios-info-not-enum-vo';
13
+ import type { PricingItem } from './pricing-item';
13
14
  /**
14
15
  * 返回数据,可以是任意类型的值
15
16
  * @export
@@ -208,6 +209,12 @@ export interface EnergyCostRecordInfoNotEmunVO {
208
209
  * @memberof EnergyCostRecordInfoNotEmunVO
209
210
  */
210
211
  'lastTotalVacantArea'?: number;
212
+ /**
213
+ * 尖峰平谷信息
214
+ * @type {Array<PricingItem>}
215
+ * @memberof EnergyCostRecordInfoNotEmunVO
216
+ */
217
+ 'pricingItem'?: Array<PricingItem>;
211
218
  /**
212
219
  *
213
220
  * @type {Array<EnergyCostScenariosInfoNotEnumVO>}
@@ -47,10 +47,10 @@ export interface EnergyCostTwoListVO {
47
47
  'parkId'?: number;
48
48
  /**
49
49
  * 账单月
50
- * @type {number}
50
+ * @type {string}
51
51
  * @memberof EnergyCostTwoListVO
52
52
  */
53
- 'yearMonths'?: number;
53
+ 'yearMonths'?: string;
54
54
  /**
55
55
  * 当期用量
56
56
  * @type {number}
@@ -36,17 +36,17 @@ export interface IPageEnergyCostRecordInfoVO {
36
36
  'records'?: Array<EnergyCostRecordInfoVO>;
37
37
  /**
38
38
  *
39
- * @type {number}
39
+ * @type {boolean}
40
40
  * @memberof IPageEnergyCostRecordInfoVO
41
+ * @deprecated
41
42
  */
42
- 'pages'?: number;
43
+ 'hitCount'?: boolean;
43
44
  /**
44
45
  *
45
- * @type {boolean}
46
+ * @type {number}
46
47
  * @memberof IPageEnergyCostRecordInfoVO
47
- * @deprecated
48
48
  */
49
- 'hitCount'?: boolean;
49
+ 'pages'?: number;
50
50
  /**
51
51
  *
52
52
  * @type {boolean}
@@ -10,6 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  import type { EnergyCostScenariosInfoNotEnumVO } from './energy-cost-scenarios-info-not-enum-vo';
13
+ import type { PricingItem } from './pricing-item';
13
14
  /**
14
15
  * 返回数据,可以是任意类型的值
15
16
  * @export
@@ -208,6 +209,12 @@ export interface EnergyCostRecordInfoNotEmunVO {
208
209
  * @memberof EnergyCostRecordInfoNotEmunVO
209
210
  */
210
211
  'lastTotalVacantArea'?: number;
212
+ /**
213
+ * 尖峰平谷信息
214
+ * @type {Array<PricingItem>}
215
+ * @memberof EnergyCostRecordInfoNotEmunVO
216
+ */
217
+ 'pricingItem'?: Array<PricingItem>;
211
218
  /**
212
219
  *
213
220
  * @type {Array<EnergyCostScenariosInfoNotEnumVO>}
@@ -47,10 +47,10 @@ export interface EnergyCostTwoListVO {
47
47
  'parkId'?: number;
48
48
  /**
49
49
  * 账单月
50
- * @type {number}
50
+ * @type {string}
51
51
  * @memberof EnergyCostTwoListVO
52
52
  */
53
- 'yearMonths'?: number;
53
+ 'yearMonths'?: string;
54
54
  /**
55
55
  * 当期用量
56
56
  * @type {number}
@@ -36,17 +36,17 @@ export interface IPageEnergyCostRecordInfoVO {
36
36
  'records'?: Array<EnergyCostRecordInfoVO>;
37
37
  /**
38
38
  *
39
- * @type {number}
39
+ * @type {boolean}
40
40
  * @memberof IPageEnergyCostRecordInfoVO
41
+ * @deprecated
41
42
  */
42
- 'pages'?: number;
43
+ 'hitCount'?: boolean;
43
44
  /**
44
45
  *
45
- * @type {boolean}
46
+ * @type {number}
46
47
  * @memberof IPageEnergyCostRecordInfoVO
47
- * @deprecated
48
48
  */
49
- 'hitCount'?: boolean;
49
+ 'pages'?: number;
50
50
  /**
51
51
  *
52
52
  * @type {boolean}
@@ -16,6 +16,9 @@
16
16
  // May contain unused imports in some cases
17
17
  // @ts-ignore
18
18
  import type { EnergyCostScenariosInfoNotEnumVO } from './energy-cost-scenarios-info-not-enum-vo';
19
+ // May contain unused imports in some cases
20
+ // @ts-ignore
21
+ import type { PricingItem } from './pricing-item';
19
22
 
20
23
  /**
21
24
  * 返回数据,可以是任意类型的值
@@ -215,6 +218,12 @@ export interface EnergyCostRecordInfoNotEmunVO {
215
218
  * @memberof EnergyCostRecordInfoNotEmunVO
216
219
  */
217
220
  'lastTotalVacantArea'?: number;
221
+ /**
222
+ * 尖峰平谷信息
223
+ * @type {Array<PricingItem>}
224
+ * @memberof EnergyCostRecordInfoNotEmunVO
225
+ */
226
+ 'pricingItem'?: Array<PricingItem>;
218
227
  /**
219
228
  *
220
229
  * @type {Array<EnergyCostScenariosInfoNotEnumVO>}
@@ -52,10 +52,10 @@ export interface EnergyCostTwoListVO {
52
52
  'parkId'?: number;
53
53
  /**
54
54
  * 账单月
55
- * @type {number}
55
+ * @type {string}
56
56
  * @memberof EnergyCostTwoListVO
57
57
  */
58
- 'yearMonths'?: number;
58
+ 'yearMonths'?: string;
59
59
  /**
60
60
  * 当期用量
61
61
  * @type {number}
@@ -43,17 +43,17 @@ export interface IPageEnergyCostRecordInfoVO {
43
43
  'records'?: Array<EnergyCostRecordInfoVO>;
44
44
  /**
45
45
  *
46
- * @type {number}
46
+ * @type {boolean}
47
47
  * @memberof IPageEnergyCostRecordInfoVO
48
+ * @deprecated
48
49
  */
49
- 'pages'?: number;
50
+ 'hitCount'?: boolean;
50
51
  /**
51
52
  *
52
- * @type {boolean}
53
+ * @type {number}
53
54
  * @memberof IPageEnergyCostRecordInfoVO
54
- * @deprecated
55
55
  */
56
- 'hitCount'?: boolean;
56
+ 'pages'?: number;
57
57
  /**
58
58
  *
59
59
  * @type {boolean}