@gizone/rrs-client 4.2.9-alpha.835 → 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.
@@ -252,4 +252,10 @@ export interface EquipmentSearchSystemDTO {
252
252
  * @memberof EquipmentSearchSystemDTO
253
253
  */
254
254
  'famEquipmentCode'?: string;
255
+ /**
256
+ * 园区ID
257
+ * @type {number}
258
+ * @memberof EquipmentSearchSystemDTO
259
+ */
260
+ 'parkId'?: number;
255
261
  }
@@ -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}
@@ -377,14 +377,14 @@ export interface SysUser {
377
377
  'sourceUserId'?: string;
378
378
  /**
379
379
  *
380
- * @type {string}
380
+ * @type {number}
381
381
  * @memberof SysUser
382
382
  */
383
- 'cid'?: string;
383
+ 'cuserId'?: number;
384
384
  /**
385
385
  *
386
- * @type {number}
386
+ * @type {string}
387
387
  * @memberof SysUser
388
388
  */
389
- 'cuserId'?: number;
389
+ 'cid'?: string;
390
390
  }
@@ -252,4 +252,10 @@ export interface EquipmentSearchSystemDTO {
252
252
  * @memberof EquipmentSearchSystemDTO
253
253
  */
254
254
  'famEquipmentCode'?: string;
255
+ /**
256
+ * 园区ID
257
+ * @type {number}
258
+ * @memberof EquipmentSearchSystemDTO
259
+ */
260
+ 'parkId'?: number;
255
261
  }
@@ -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}
@@ -377,14 +377,14 @@ export interface SysUser {
377
377
  'sourceUserId'?: string;
378
378
  /**
379
379
  *
380
- * @type {string}
380
+ * @type {number}
381
381
  * @memberof SysUser
382
382
  */
383
- 'cid'?: string;
383
+ 'cuserId'?: number;
384
384
  /**
385
385
  *
386
- * @type {number}
386
+ * @type {string}
387
387
  * @memberof SysUser
388
388
  */
389
- 'cuserId'?: number;
389
+ 'cid'?: string;
390
390
  }
@@ -263,6 +263,12 @@ export interface EquipmentSearchSystemDTO {
263
263
  * @memberof EquipmentSearchSystemDTO
264
264
  */
265
265
  'famEquipmentCode'?: string;
266
+ /**
267
+ * 园区ID
268
+ * @type {number}
269
+ * @memberof EquipmentSearchSystemDTO
270
+ */
271
+ 'parkId'?: number;
266
272
  }
267
273
 
268
274
 
@@ -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}
@@ -388,16 +388,16 @@ export interface SysUser {
388
388
  'sourceUserId'?: string;
389
389
  /**
390
390
  *
391
- * @type {string}
391
+ * @type {number}
392
392
  * @memberof SysUser
393
393
  */
394
- 'cid'?: string;
394
+ 'cuserId'?: number;
395
395
  /**
396
396
  *
397
- * @type {number}
397
+ * @type {string}
398
398
  * @memberof SysUser
399
399
  */
400
- 'cuserId'?: number;
400
+ 'cid'?: string;
401
401
  }
402
402
 
403
403