@gizone/rrs-client 4.2.9-alpha.837 → 4.2.9-alpha.839

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.
@@ -22,6 +22,12 @@ export interface IPageEnergyCostRecordInfoVO {
22
22
  * @memberof IPageEnergyCostRecordInfoVO
23
23
  */
24
24
  'total'?: number;
25
+ /**
26
+ *
27
+ * @type {number}
28
+ * @memberof IPageEnergyCostRecordInfoVO
29
+ */
30
+ 'current'?: number;
25
31
  /**
26
32
  *
27
33
  * @type {Array<EnergyCostRecordInfoVO>}
@@ -30,10 +36,10 @@ export interface IPageEnergyCostRecordInfoVO {
30
36
  'records'?: Array<EnergyCostRecordInfoVO>;
31
37
  /**
32
38
  *
33
- * @type {number}
39
+ * @type {boolean}
34
40
  * @memberof IPageEnergyCostRecordInfoVO
35
41
  */
36
- 'current'?: number;
42
+ 'searchCount'?: boolean;
37
43
  /**
38
44
  *
39
45
  * @type {number}
@@ -47,12 +53,6 @@ export interface IPageEnergyCostRecordInfoVO {
47
53
  * @deprecated
48
54
  */
49
55
  'hitCount'?: boolean;
50
- /**
51
- *
52
- * @type {boolean}
53
- * @memberof IPageEnergyCostRecordInfoVO
54
- */
55
- 'searchCount'?: boolean;
56
56
  /**
57
57
  *
58
58
  * @type {number}
@@ -22,6 +22,12 @@ export interface IPageEnergyCostRecordInfoVO {
22
22
  * @memberof IPageEnergyCostRecordInfoVO
23
23
  */
24
24
  'total'?: number;
25
+ /**
26
+ *
27
+ * @type {number}
28
+ * @memberof IPageEnergyCostRecordInfoVO
29
+ */
30
+ 'current'?: number;
25
31
  /**
26
32
  *
27
33
  * @type {Array<EnergyCostRecordInfoVO>}
@@ -30,10 +36,10 @@ export interface IPageEnergyCostRecordInfoVO {
30
36
  'records'?: Array<EnergyCostRecordInfoVO>;
31
37
  /**
32
38
  *
33
- * @type {number}
39
+ * @type {boolean}
34
40
  * @memberof IPageEnergyCostRecordInfoVO
35
41
  */
36
- 'current'?: number;
42
+ 'searchCount'?: boolean;
37
43
  /**
38
44
  *
39
45
  * @type {number}
@@ -47,12 +53,6 @@ export interface IPageEnergyCostRecordInfoVO {
47
53
  * @deprecated
48
54
  */
49
55
  'hitCount'?: boolean;
50
- /**
51
- *
52
- * @type {boolean}
53
- * @memberof IPageEnergyCostRecordInfoVO
54
- */
55
- 'searchCount'?: boolean;
56
56
  /**
57
57
  *
58
58
  * @type {number}
@@ -29,6 +29,12 @@ export interface IPageEnergyCostRecordInfoVO {
29
29
  * @memberof IPageEnergyCostRecordInfoVO
30
30
  */
31
31
  'total'?: number;
32
+ /**
33
+ *
34
+ * @type {number}
35
+ * @memberof IPageEnergyCostRecordInfoVO
36
+ */
37
+ 'current'?: number;
32
38
  /**
33
39
  *
34
40
  * @type {Array<EnergyCostRecordInfoVO>}
@@ -37,10 +43,10 @@ export interface IPageEnergyCostRecordInfoVO {
37
43
  'records'?: Array<EnergyCostRecordInfoVO>;
38
44
  /**
39
45
  *
40
- * @type {number}
46
+ * @type {boolean}
41
47
  * @memberof IPageEnergyCostRecordInfoVO
42
48
  */
43
- 'current'?: number;
49
+ 'searchCount'?: boolean;
44
50
  /**
45
51
  *
46
52
  * @type {number}
@@ -54,12 +60,6 @@ export interface IPageEnergyCostRecordInfoVO {
54
60
  * @deprecated
55
61
  */
56
62
  'hitCount'?: boolean;
57
- /**
58
- *
59
- * @type {boolean}
60
- * @memberof IPageEnergyCostRecordInfoVO
61
- */
62
- 'searchCount'?: boolean;
63
63
  /**
64
64
  *
65
65
  * @type {number}