@gizone/rrs-client 4.2.9-alpha.602 → 4.2.9-alpha.603

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.
@@ -88,7 +88,7 @@ export interface EnergyCostEditRecordDTO {
88
88
  * @type {number}
89
89
  * @memberof EnergyCostEditRecordDTO
90
90
  */
91
- 'powerFactorSurcharge': number;
91
+ 'powerFactorSurcharge'?: number;
92
92
  /**
93
93
  * 调前电费
94
94
  * @type {number}
@@ -15,6 +15,30 @@
15
15
  * @interface EnergyCostMonthSettingListVO
16
16
  */
17
17
  export interface EnergyCostMonthSettingListVO {
18
+ /**
19
+ * 大区
20
+ * @type {string}
21
+ * @memberof EnergyCostMonthSettingListVO
22
+ */
23
+ 'region'?: string;
24
+ /**
25
+ * 小微
26
+ * @type {string}
27
+ * @memberof EnergyCostMonthSettingListVO
28
+ */
29
+ 'smallWe'?: string;
30
+ /**
31
+ * 中心
32
+ * @type {string}
33
+ * @memberof EnergyCostMonthSettingListVO
34
+ */
35
+ 'center'?: string;
36
+ /**
37
+ * 园区
38
+ * @type {string}
39
+ * @memberof EnergyCostMonthSettingListVO
40
+ */
41
+ 'parkName'?: string;
18
42
  /**
19
43
  * ID
20
44
  * @type {number}
@@ -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}
@@ -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
  }
@@ -88,7 +88,7 @@ export interface EnergyCostEditRecordDTO {
88
88
  * @type {number}
89
89
  * @memberof EnergyCostEditRecordDTO
90
90
  */
91
- 'powerFactorSurcharge': number;
91
+ 'powerFactorSurcharge'?: number;
92
92
  /**
93
93
  * 调前电费
94
94
  * @type {number}
@@ -15,6 +15,30 @@
15
15
  * @interface EnergyCostMonthSettingListVO
16
16
  */
17
17
  export interface EnergyCostMonthSettingListVO {
18
+ /**
19
+ * 大区
20
+ * @type {string}
21
+ * @memberof EnergyCostMonthSettingListVO
22
+ */
23
+ 'region'?: string;
24
+ /**
25
+ * 小微
26
+ * @type {string}
27
+ * @memberof EnergyCostMonthSettingListVO
28
+ */
29
+ 'smallWe'?: string;
30
+ /**
31
+ * 中心
32
+ * @type {string}
33
+ * @memberof EnergyCostMonthSettingListVO
34
+ */
35
+ 'center'?: string;
36
+ /**
37
+ * 园区
38
+ * @type {string}
39
+ * @memberof EnergyCostMonthSettingListVO
40
+ */
41
+ 'parkName'?: string;
18
42
  /**
19
43
  * ID
20
44
  * @type {number}
@@ -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}
@@ -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
  }
@@ -97,7 +97,7 @@ export interface EnergyCostEditRecordDTO {
97
97
  * @type {number}
98
98
  * @memberof EnergyCostEditRecordDTO
99
99
  */
100
- 'powerFactorSurcharge': number;
100
+ 'powerFactorSurcharge'?: number;
101
101
  /**
102
102
  * 调前电费
103
103
  * @type {number}
@@ -20,6 +20,30 @@
20
20
  * @interface EnergyCostMonthSettingListVO
21
21
  */
22
22
  export interface EnergyCostMonthSettingListVO {
23
+ /**
24
+ * 大区
25
+ * @type {string}
26
+ * @memberof EnergyCostMonthSettingListVO
27
+ */
28
+ 'region'?: string;
29
+ /**
30
+ * 小微
31
+ * @type {string}
32
+ * @memberof EnergyCostMonthSettingListVO
33
+ */
34
+ 'smallWe'?: string;
35
+ /**
36
+ * 中心
37
+ * @type {string}
38
+ * @memberof EnergyCostMonthSettingListVO
39
+ */
40
+ 'center'?: string;
41
+ /**
42
+ * 园区
43
+ * @type {string}
44
+ * @memberof EnergyCostMonthSettingListVO
45
+ */
46
+ 'parkName'?: string;
23
47
  /**
24
48
  * ID
25
49
  * @type {number}
@@ -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}
@@ -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