@gizone/rrs-client 4.2.9-alpha.635 → 4.2.9-alpha.637

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