@gizone/rrs-client 4.2.9-alpha.629 → 4.2.9-alpha.631

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.
@@ -36,10 +36,11 @@ export interface IPageEnergyCostRecordInfoVO {
36
36
  'records'?: Array<EnergyCostRecordInfoVO>;
37
37
  /**
38
38
  *
39
- * @type {number}
39
+ * @type {boolean}
40
40
  * @memberof IPageEnergyCostRecordInfoVO
41
+ * @deprecated
41
42
  */
42
- 'pages'?: number;
43
+ 'hitCount'?: boolean;
43
44
  /**
44
45
  *
45
46
  * @type {boolean}
@@ -48,11 +49,10 @@ export interface IPageEnergyCostRecordInfoVO {
48
49
  'searchCount'?: boolean;
49
50
  /**
50
51
  *
51
- * @type {boolean}
52
+ * @type {number}
52
53
  * @memberof IPageEnergyCostRecordInfoVO
53
- * @deprecated
54
54
  */
55
- 'hitCount'?: boolean;
55
+ 'pages'?: number;
56
56
  /**
57
57
  *
58
58
  * @type {number}
@@ -36,10 +36,11 @@ export interface IPageEnergyCostRecordInfoVO {
36
36
  'records'?: Array<EnergyCostRecordInfoVO>;
37
37
  /**
38
38
  *
39
- * @type {number}
39
+ * @type {boolean}
40
40
  * @memberof IPageEnergyCostRecordInfoVO
41
+ * @deprecated
41
42
  */
42
- 'pages'?: number;
43
+ 'hitCount'?: boolean;
43
44
  /**
44
45
  *
45
46
  * @type {boolean}
@@ -48,11 +49,10 @@ export interface IPageEnergyCostRecordInfoVO {
48
49
  'searchCount'?: boolean;
49
50
  /**
50
51
  *
51
- * @type {boolean}
52
+ * @type {number}
52
53
  * @memberof IPageEnergyCostRecordInfoVO
53
- * @deprecated
54
54
  */
55
- 'hitCount'?: boolean;
55
+ 'pages'?: number;
56
56
  /**
57
57
  *
58
58
  * @type {number}
@@ -43,10 +43,11 @@ export interface IPageEnergyCostRecordInfoVO {
43
43
  'records'?: Array<EnergyCostRecordInfoVO>;
44
44
  /**
45
45
  *
46
- * @type {number}
46
+ * @type {boolean}
47
47
  * @memberof IPageEnergyCostRecordInfoVO
48
+ * @deprecated
48
49
  */
49
- 'pages'?: number;
50
+ 'hitCount'?: boolean;
50
51
  /**
51
52
  *
52
53
  * @type {boolean}
@@ -55,11 +56,10 @@ export interface IPageEnergyCostRecordInfoVO {
55
56
  'searchCount'?: boolean;
56
57
  /**
57
58
  *
58
- * @type {boolean}
59
+ * @type {number}
59
60
  * @memberof IPageEnergyCostRecordInfoVO
60
- * @deprecated
61
61
  */
62
- 'hitCount'?: boolean;
62
+ 'pages'?: number;
63
63
  /**
64
64
  *
65
65
  * @type {number}