@gizone/rrs-client 4.2.9-alpha.617 → 4.2.9-alpha.619

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.
@@ -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}
@@ -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}
@@ -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}
@@ -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}
@@ -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}
@@ -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}