@gizone/rrs-client 4.2.9-alpha.606 → 4.2.9-alpha.607

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.
@@ -133,10 +133,10 @@ export interface EnergyCostAddRecordDTO {
133
133
  'remark'?: string;
134
134
  /**
135
135
  * 附件
136
- * @type {string}
136
+ * @type {Array<string>}
137
137
  * @memberof EnergyCostAddRecordDTO
138
138
  */
139
- 'attachment'?: string;
139
+ 'attachment'?: Array<string>;
140
140
  /**
141
141
  *
142
142
  * @type {Array<Item>}
@@ -38,21 +38,21 @@ export interface IPageEnergyCostRecordInfoVO {
38
38
  *
39
39
  * @type {boolean}
40
40
  * @memberof IPageEnergyCostRecordInfoVO
41
- * @deprecated
42
41
  */
43
- 'hitCount'?: boolean;
42
+ 'searchCount'?: boolean;
44
43
  /**
45
44
  *
46
- * @type {boolean}
45
+ * @type {number}
47
46
  * @memberof IPageEnergyCostRecordInfoVO
48
47
  */
49
- 'searchCount'?: boolean;
48
+ 'pages'?: number;
50
49
  /**
51
50
  *
52
- * @type {number}
51
+ * @type {boolean}
53
52
  * @memberof IPageEnergyCostRecordInfoVO
53
+ * @deprecated
54
54
  */
55
- 'pages'?: number;
55
+ 'hitCount'?: boolean;
56
56
  /**
57
57
  *
58
58
  * @type {number}
@@ -133,10 +133,10 @@ export interface EnergyCostAddRecordDTO {
133
133
  'remark'?: string;
134
134
  /**
135
135
  * 附件
136
- * @type {string}
136
+ * @type {Array<string>}
137
137
  * @memberof EnergyCostAddRecordDTO
138
138
  */
139
- 'attachment'?: string;
139
+ 'attachment'?: Array<string>;
140
140
  /**
141
141
  *
142
142
  * @type {Array<Item>}
@@ -38,21 +38,21 @@ export interface IPageEnergyCostRecordInfoVO {
38
38
  *
39
39
  * @type {boolean}
40
40
  * @memberof IPageEnergyCostRecordInfoVO
41
- * @deprecated
42
41
  */
43
- 'hitCount'?: boolean;
42
+ 'searchCount'?: boolean;
44
43
  /**
45
44
  *
46
- * @type {boolean}
45
+ * @type {number}
47
46
  * @memberof IPageEnergyCostRecordInfoVO
48
47
  */
49
- 'searchCount'?: boolean;
48
+ 'pages'?: number;
50
49
  /**
51
50
  *
52
- * @type {number}
51
+ * @type {boolean}
53
52
  * @memberof IPageEnergyCostRecordInfoVO
53
+ * @deprecated
54
54
  */
55
- 'pages'?: number;
55
+ 'hitCount'?: boolean;
56
56
  /**
57
57
  *
58
58
  * @type {number}
@@ -142,10 +142,10 @@ export interface EnergyCostAddRecordDTO {
142
142
  'remark'?: string;
143
143
  /**
144
144
  * 附件
145
- * @type {string}
145
+ * @type {Array<string>}
146
146
  * @memberof EnergyCostAddRecordDTO
147
147
  */
148
- 'attachment'?: string;
148
+ 'attachment'?: Array<string>;
149
149
  /**
150
150
  *
151
151
  * @type {Array<Item>}
@@ -45,21 +45,21 @@ export interface IPageEnergyCostRecordInfoVO {
45
45
  *
46
46
  * @type {boolean}
47
47
  * @memberof IPageEnergyCostRecordInfoVO
48
- * @deprecated
49
48
  */
50
- 'hitCount'?: boolean;
49
+ 'searchCount'?: boolean;
51
50
  /**
52
51
  *
53
- * @type {boolean}
52
+ * @type {number}
54
53
  * @memberof IPageEnergyCostRecordInfoVO
55
54
  */
56
- 'searchCount'?: boolean;
55
+ 'pages'?: number;
57
56
  /**
58
57
  *
59
- * @type {number}
58
+ * @type {boolean}
60
59
  * @memberof IPageEnergyCostRecordInfoVO
60
+ * @deprecated
61
61
  */
62
- 'pages'?: number;
62
+ 'hitCount'?: boolean;
63
63
  /**
64
64
  *
65
65
  * @type {number}