@gizone/rrs-client 4.2.9-alpha.601 → 4.2.9-alpha.603

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.
@@ -88,7 +88,7 @@ export interface EnergyCostEditRecordDTO {
88
88
  * @type {number}
89
89
  * @memberof EnergyCostEditRecordDTO
90
90
  */
91
- 'powerFactorSurcharge': number;
91
+ 'powerFactorSurcharge'?: number;
92
92
  /**
93
93
  * 调前电费
94
94
  * @type {number}
@@ -15,6 +15,30 @@
15
15
  * @interface EnergyCostMonthSettingListVO
16
16
  */
17
17
  export interface EnergyCostMonthSettingListVO {
18
+ /**
19
+ * 大区
20
+ * @type {string}
21
+ * @memberof EnergyCostMonthSettingListVO
22
+ */
23
+ 'region'?: string;
24
+ /**
25
+ * 小微
26
+ * @type {string}
27
+ * @memberof EnergyCostMonthSettingListVO
28
+ */
29
+ 'smallWe'?: string;
30
+ /**
31
+ * 中心
32
+ * @type {string}
33
+ * @memberof EnergyCostMonthSettingListVO
34
+ */
35
+ 'center'?: string;
36
+ /**
37
+ * 园区
38
+ * @type {string}
39
+ * @memberof EnergyCostMonthSettingListVO
40
+ */
41
+ 'parkName'?: string;
18
42
  /**
19
43
  * ID
20
44
  * @type {number}
@@ -36,23 +36,23 @@ export interface IPageEnergyCostRecordInfoVO {
36
36
  'records'?: Array<EnergyCostRecordInfoVO>;
37
37
  /**
38
38
  *
39
- * @type {number}
39
+ * @type {boolean}
40
40
  * @memberof IPageEnergyCostRecordInfoVO
41
41
  */
42
- 'pages'?: number;
42
+ 'searchCount'?: boolean;
43
43
  /**
44
44
  *
45
- * @type {boolean}
45
+ * @type {number}
46
46
  * @memberof IPageEnergyCostRecordInfoVO
47
- * @deprecated
48
47
  */
49
- 'hitCount'?: boolean;
48
+ 'pages'?: number;
50
49
  /**
51
50
  *
52
51
  * @type {boolean}
53
52
  * @memberof IPageEnergyCostRecordInfoVO
53
+ * @deprecated
54
54
  */
55
- 'searchCount'?: boolean;
55
+ 'hitCount'?: boolean;
56
56
  /**
57
57
  *
58
58
  * @type {number}
@@ -88,7 +88,7 @@ export interface EnergyCostEditRecordDTO {
88
88
  * @type {number}
89
89
  * @memberof EnergyCostEditRecordDTO
90
90
  */
91
- 'powerFactorSurcharge': number;
91
+ 'powerFactorSurcharge'?: number;
92
92
  /**
93
93
  * 调前电费
94
94
  * @type {number}
@@ -15,6 +15,30 @@
15
15
  * @interface EnergyCostMonthSettingListVO
16
16
  */
17
17
  export interface EnergyCostMonthSettingListVO {
18
+ /**
19
+ * 大区
20
+ * @type {string}
21
+ * @memberof EnergyCostMonthSettingListVO
22
+ */
23
+ 'region'?: string;
24
+ /**
25
+ * 小微
26
+ * @type {string}
27
+ * @memberof EnergyCostMonthSettingListVO
28
+ */
29
+ 'smallWe'?: string;
30
+ /**
31
+ * 中心
32
+ * @type {string}
33
+ * @memberof EnergyCostMonthSettingListVO
34
+ */
35
+ 'center'?: string;
36
+ /**
37
+ * 园区
38
+ * @type {string}
39
+ * @memberof EnergyCostMonthSettingListVO
40
+ */
41
+ 'parkName'?: string;
18
42
  /**
19
43
  * ID
20
44
  * @type {number}
@@ -36,23 +36,23 @@ export interface IPageEnergyCostRecordInfoVO {
36
36
  'records'?: Array<EnergyCostRecordInfoVO>;
37
37
  /**
38
38
  *
39
- * @type {number}
39
+ * @type {boolean}
40
40
  * @memberof IPageEnergyCostRecordInfoVO
41
41
  */
42
- 'pages'?: number;
42
+ 'searchCount'?: boolean;
43
43
  /**
44
44
  *
45
- * @type {boolean}
45
+ * @type {number}
46
46
  * @memberof IPageEnergyCostRecordInfoVO
47
- * @deprecated
48
47
  */
49
- 'hitCount'?: boolean;
48
+ 'pages'?: number;
50
49
  /**
51
50
  *
52
51
  * @type {boolean}
53
52
  * @memberof IPageEnergyCostRecordInfoVO
53
+ * @deprecated
54
54
  */
55
- 'searchCount'?: boolean;
55
+ 'hitCount'?: boolean;
56
56
  /**
57
57
  *
58
58
  * @type {number}
@@ -97,7 +97,7 @@ export interface EnergyCostEditRecordDTO {
97
97
  * @type {number}
98
98
  * @memberof EnergyCostEditRecordDTO
99
99
  */
100
- 'powerFactorSurcharge': number;
100
+ 'powerFactorSurcharge'?: number;
101
101
  /**
102
102
  * 调前电费
103
103
  * @type {number}
@@ -20,6 +20,30 @@
20
20
  * @interface EnergyCostMonthSettingListVO
21
21
  */
22
22
  export interface EnergyCostMonthSettingListVO {
23
+ /**
24
+ * 大区
25
+ * @type {string}
26
+ * @memberof EnergyCostMonthSettingListVO
27
+ */
28
+ 'region'?: string;
29
+ /**
30
+ * 小微
31
+ * @type {string}
32
+ * @memberof EnergyCostMonthSettingListVO
33
+ */
34
+ 'smallWe'?: string;
35
+ /**
36
+ * 中心
37
+ * @type {string}
38
+ * @memberof EnergyCostMonthSettingListVO
39
+ */
40
+ 'center'?: string;
41
+ /**
42
+ * 园区
43
+ * @type {string}
44
+ * @memberof EnergyCostMonthSettingListVO
45
+ */
46
+ 'parkName'?: string;
23
47
  /**
24
48
  * ID
25
49
  * @type {number}
@@ -43,23 +43,23 @@ export interface IPageEnergyCostRecordInfoVO {
43
43
  'records'?: Array<EnergyCostRecordInfoVO>;
44
44
  /**
45
45
  *
46
- * @type {number}
46
+ * @type {boolean}
47
47
  * @memberof IPageEnergyCostRecordInfoVO
48
48
  */
49
- 'pages'?: number;
49
+ 'searchCount'?: boolean;
50
50
  /**
51
51
  *
52
- * @type {boolean}
52
+ * @type {number}
53
53
  * @memberof IPageEnergyCostRecordInfoVO
54
- * @deprecated
55
54
  */
56
- 'hitCount'?: boolean;
55
+ 'pages'?: number;
57
56
  /**
58
57
  *
59
58
  * @type {boolean}
60
59
  * @memberof IPageEnergyCostRecordInfoVO
60
+ * @deprecated
61
61
  */
62
- 'searchCount'?: boolean;
62
+ 'hitCount'?: boolean;
63
63
  /**
64
64
  *
65
65
  * @type {number}