@gizone/rrs-client 4.2.9-alpha.830 → 4.2.9-alpha.831

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.
@@ -38,21 +38,21 @@ export interface IPageEnergyCostRecordInfoVO {
38
38
  *
39
39
  * @type {boolean}
40
40
  * @memberof IPageEnergyCostRecordInfoVO
41
+ * @deprecated
41
42
  */
42
- 'searchCount'?: boolean;
43
+ 'hitCount'?: boolean;
43
44
  /**
44
45
  *
45
- * @type {number}
46
+ * @type {boolean}
46
47
  * @memberof IPageEnergyCostRecordInfoVO
47
48
  */
48
- 'pages'?: number;
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}
@@ -377,14 +377,14 @@ export interface SysUser {
377
377
  'sourceUserId'?: string;
378
378
  /**
379
379
  *
380
- * @type {number}
380
+ * @type {string}
381
381
  * @memberof SysUser
382
382
  */
383
- 'cuserId'?: number;
383
+ 'cid'?: string;
384
384
  /**
385
385
  *
386
- * @type {string}
386
+ * @type {number}
387
387
  * @memberof SysUser
388
388
  */
389
- 'cid'?: string;
389
+ 'cuserId'?: number;
390
390
  }
@@ -158,6 +158,12 @@ export interface WorkOrderGroupEquipmentDTO {
158
158
  * @memberof WorkOrderGroupEquipmentDTO
159
159
  */
160
160
  'spotCheckStatus'?: WorkOrderGroupEquipmentDTOSpotCheckStatusEnum;
161
+ /**
162
+ * 园区ID
163
+ * @type {number}
164
+ * @memberof WorkOrderGroupEquipmentDTO
165
+ */
166
+ 'parkId'?: number;
161
167
  }
162
168
  export declare const WorkOrderGroupEquipmentDTOSpotCheckStatusEnum: {
163
169
  readonly NotCheck: "NOT_CHECK";
@@ -38,21 +38,21 @@ export interface IPageEnergyCostRecordInfoVO {
38
38
  *
39
39
  * @type {boolean}
40
40
  * @memberof IPageEnergyCostRecordInfoVO
41
+ * @deprecated
41
42
  */
42
- 'searchCount'?: boolean;
43
+ 'hitCount'?: boolean;
43
44
  /**
44
45
  *
45
- * @type {number}
46
+ * @type {boolean}
46
47
  * @memberof IPageEnergyCostRecordInfoVO
47
48
  */
48
- 'pages'?: number;
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}
@@ -377,14 +377,14 @@ export interface SysUser {
377
377
  'sourceUserId'?: string;
378
378
  /**
379
379
  *
380
- * @type {number}
380
+ * @type {string}
381
381
  * @memberof SysUser
382
382
  */
383
- 'cuserId'?: number;
383
+ 'cid'?: string;
384
384
  /**
385
385
  *
386
- * @type {string}
386
+ * @type {number}
387
387
  * @memberof SysUser
388
388
  */
389
- 'cid'?: string;
389
+ 'cuserId'?: number;
390
390
  }
@@ -158,6 +158,12 @@ export interface WorkOrderGroupEquipmentDTO {
158
158
  * @memberof WorkOrderGroupEquipmentDTO
159
159
  */
160
160
  'spotCheckStatus'?: WorkOrderGroupEquipmentDTOSpotCheckStatusEnum;
161
+ /**
162
+ * 园区ID
163
+ * @type {number}
164
+ * @memberof WorkOrderGroupEquipmentDTO
165
+ */
166
+ 'parkId'?: number;
161
167
  }
162
168
  export declare const WorkOrderGroupEquipmentDTOSpotCheckStatusEnum: {
163
169
  readonly NotCheck: "NOT_CHECK";
@@ -45,21 +45,21 @@ export interface IPageEnergyCostRecordInfoVO {
45
45
  *
46
46
  * @type {boolean}
47
47
  * @memberof IPageEnergyCostRecordInfoVO
48
+ * @deprecated
48
49
  */
49
- 'searchCount'?: boolean;
50
+ 'hitCount'?: boolean;
50
51
  /**
51
52
  *
52
- * @type {number}
53
+ * @type {boolean}
53
54
  * @memberof IPageEnergyCostRecordInfoVO
54
55
  */
55
- 'pages'?: number;
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}
@@ -388,16 +388,16 @@ export interface SysUser {
388
388
  'sourceUserId'?: string;
389
389
  /**
390
390
  *
391
- * @type {number}
391
+ * @type {string}
392
392
  * @memberof SysUser
393
393
  */
394
- 'cuserId'?: number;
394
+ 'cid'?: string;
395
395
  /**
396
396
  *
397
- * @type {string}
397
+ * @type {number}
398
398
  * @memberof SysUser
399
399
  */
400
- 'cid'?: string;
400
+ 'cuserId'?: number;
401
401
  }
402
402
 
403
403
 
@@ -173,6 +173,12 @@ export interface WorkOrderGroupEquipmentDTO {
173
173
  * @memberof WorkOrderGroupEquipmentDTO
174
174
  */
175
175
  'spotCheckStatus'?: WorkOrderGroupEquipmentDTOSpotCheckStatusEnum;
176
+ /**
177
+ * 园区ID
178
+ * @type {number}
179
+ * @memberof WorkOrderGroupEquipmentDTO
180
+ */
181
+ 'parkId'?: number;
176
182
  }
177
183
 
178
184
  export const WorkOrderGroupEquipmentDTOSpotCheckStatusEnum = {