@gizone/rrs-client 4.2.9-alpha.598 → 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>}
@@ -38,8 +38,9 @@ export interface IPageEnergyCostRecordInfoVO {
38
38
  *
39
39
  * @type {boolean}
40
40
  * @memberof IPageEnergyCostRecordInfoVO
41
+ * @deprecated
41
42
  */
42
- 'searchCount'?: boolean;
43
+ 'hitCount'?: boolean;
43
44
  /**
44
45
  *
45
46
  * @type {number}
@@ -50,9 +51,8 @@ export interface IPageEnergyCostRecordInfoVO {
50
51
  *
51
52
  * @type {boolean}
52
53
  * @memberof IPageEnergyCostRecordInfoVO
53
- * @deprecated
54
54
  */
55
- 'hitCount'?: boolean;
55
+ 'searchCount'?: boolean;
56
56
  /**
57
57
  *
58
58
  * @type {number}
@@ -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>}
@@ -38,8 +38,9 @@ export interface IPageEnergyCostRecordInfoVO {
38
38
  *
39
39
  * @type {boolean}
40
40
  * @memberof IPageEnergyCostRecordInfoVO
41
+ * @deprecated
41
42
  */
42
- 'searchCount'?: boolean;
43
+ 'hitCount'?: boolean;
43
44
  /**
44
45
  *
45
46
  * @type {number}
@@ -50,9 +51,8 @@ export interface IPageEnergyCostRecordInfoVO {
50
51
  *
51
52
  * @type {boolean}
52
53
  * @memberof IPageEnergyCostRecordInfoVO
53
- * @deprecated
54
54
  */
55
- 'hitCount'?: boolean;
55
+ 'searchCount'?: boolean;
56
56
  /**
57
57
  *
58
58
  * @type {number}
@@ -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>}
@@ -45,8 +45,9 @@ export interface IPageEnergyCostRecordInfoVO {
45
45
  *
46
46
  * @type {boolean}
47
47
  * @memberof IPageEnergyCostRecordInfoVO
48
+ * @deprecated
48
49
  */
49
- 'searchCount'?: boolean;
50
+ 'hitCount'?: boolean;
50
51
  /**
51
52
  *
52
53
  * @type {number}
@@ -57,9 +58,8 @@ export interface IPageEnergyCostRecordInfoVO {
57
58
  *
58
59
  * @type {boolean}
59
60
  * @memberof IPageEnergyCostRecordInfoVO
60
- * @deprecated
61
61
  */
62
- 'hitCount'?: boolean;
62
+ 'searchCount'?: boolean;
63
63
  /**
64
64
  *
65
65
  * @type {number}