@gizone/rrs-client 4.2.9-alpha.818 → 4.2.9-alpha.820
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.
- package/dist/esm/models/evaluation-details-vo.d.ts +18 -0
- package/dist/esm/models/ipage-energy-cost-record-info-vo.d.ts +10 -10
- package/dist/esm/models/space-add-excel-dto.d.ts +12 -0
- package/dist/esm/models/sys-user.d.ts +4 -4
- package/dist/models/evaluation-details-vo.d.ts +18 -0
- package/dist/models/ipage-energy-cost-record-info-vo.d.ts +10 -10
- package/dist/models/space-add-excel-dto.d.ts +12 -0
- package/dist/models/sys-user.d.ts +4 -4
- package/models/evaluation-details-vo.ts +18 -0
- package/models/ipage-energy-cost-record-info-vo.ts +10 -10
- package/models/space-add-excel-dto.ts +12 -0
- package/models/sys-user.ts +4 -4
- package/ossutil.log +1221 -1221
- package/package.json +1 -1
|
@@ -145,4 +145,22 @@ export interface EvaluationDetailsVo {
|
|
|
145
145
|
* @memberof EvaluationDetailsVo
|
|
146
146
|
*/
|
|
147
147
|
'items'?: Array<EvaluationItemVo>;
|
|
148
|
+
/**
|
|
149
|
+
* 最后修改人ID
|
|
150
|
+
* @type {number}
|
|
151
|
+
* @memberof EvaluationDetailsVo
|
|
152
|
+
*/
|
|
153
|
+
'updateUserId'?: number;
|
|
154
|
+
/**
|
|
155
|
+
* 最后修改人
|
|
156
|
+
* @type {string}
|
|
157
|
+
* @memberof EvaluationDetailsVo
|
|
158
|
+
*/
|
|
159
|
+
'lastModifierName'?: string;
|
|
160
|
+
/**
|
|
161
|
+
* 园区名称
|
|
162
|
+
* @type {string}
|
|
163
|
+
* @memberof EvaluationDetailsVo
|
|
164
|
+
*/
|
|
165
|
+
'parkName'?: string;
|
|
148
166
|
}
|
|
@@ -21,13 +21,7 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
21
21
|
* @type {number}
|
|
22
22
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
23
23
|
*/
|
|
24
|
-
'
|
|
25
|
-
/**
|
|
26
|
-
*
|
|
27
|
-
* @type {Array<EnergyCostRecordInfoVO>}
|
|
28
|
-
* @memberof IPageEnergyCostRecordInfoVO
|
|
29
|
-
*/
|
|
30
|
-
'records'?: Array<EnergyCostRecordInfoVO>;
|
|
24
|
+
'total'?: number;
|
|
31
25
|
/**
|
|
32
26
|
*
|
|
33
27
|
* @type {number}
|
|
@@ -36,10 +30,10 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
36
30
|
'current'?: number;
|
|
37
31
|
/**
|
|
38
32
|
*
|
|
39
|
-
* @type {
|
|
33
|
+
* @type {Array<EnergyCostRecordInfoVO>}
|
|
40
34
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
41
35
|
*/
|
|
42
|
-
'
|
|
36
|
+
'records'?: Array<EnergyCostRecordInfoVO>;
|
|
43
37
|
/**
|
|
44
38
|
*
|
|
45
39
|
* @type {boolean}
|
|
@@ -47,6 +41,12 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
47
41
|
* @deprecated
|
|
48
42
|
*/
|
|
49
43
|
'hitCount'?: boolean;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {number}
|
|
47
|
+
* @memberof IPageEnergyCostRecordInfoVO
|
|
48
|
+
*/
|
|
49
|
+
'pages'?: number;
|
|
50
50
|
/**
|
|
51
51
|
*
|
|
52
52
|
* @type {boolean}
|
|
@@ -58,5 +58,5 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
58
58
|
* @type {number}
|
|
59
59
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
60
60
|
*/
|
|
61
|
-
'
|
|
61
|
+
'size'?: number;
|
|
62
62
|
}
|
|
@@ -81,6 +81,18 @@ export interface SpaceAddExcelDTO {
|
|
|
81
81
|
* @memberof SpaceAddExcelDTO
|
|
82
82
|
*/
|
|
83
83
|
'sort'?: number;
|
|
84
|
+
/**
|
|
85
|
+
* 行数
|
|
86
|
+
* @type {number}
|
|
87
|
+
* @memberof SpaceAddExcelDTO
|
|
88
|
+
*/
|
|
89
|
+
'counts'?: number;
|
|
90
|
+
/**
|
|
91
|
+
* 错误提示
|
|
92
|
+
* @type {string}
|
|
93
|
+
* @memberof SpaceAddExcelDTO
|
|
94
|
+
*/
|
|
95
|
+
'tips'?: string;
|
|
84
96
|
/**
|
|
85
97
|
*
|
|
86
98
|
* @type {boolean}
|
|
@@ -377,14 +377,14 @@ export interface SysUser {
|
|
|
377
377
|
'sourceUserId'?: string;
|
|
378
378
|
/**
|
|
379
379
|
*
|
|
380
|
-
* @type {
|
|
380
|
+
* @type {string}
|
|
381
381
|
* @memberof SysUser
|
|
382
382
|
*/
|
|
383
|
-
'
|
|
383
|
+
'cid'?: string;
|
|
384
384
|
/**
|
|
385
385
|
*
|
|
386
|
-
* @type {
|
|
386
|
+
* @type {number}
|
|
387
387
|
* @memberof SysUser
|
|
388
388
|
*/
|
|
389
|
-
'
|
|
389
|
+
'cuserId'?: number;
|
|
390
390
|
}
|
|
@@ -145,4 +145,22 @@ export interface EvaluationDetailsVo {
|
|
|
145
145
|
* @memberof EvaluationDetailsVo
|
|
146
146
|
*/
|
|
147
147
|
'items'?: Array<EvaluationItemVo>;
|
|
148
|
+
/**
|
|
149
|
+
* 最后修改人ID
|
|
150
|
+
* @type {number}
|
|
151
|
+
* @memberof EvaluationDetailsVo
|
|
152
|
+
*/
|
|
153
|
+
'updateUserId'?: number;
|
|
154
|
+
/**
|
|
155
|
+
* 最后修改人
|
|
156
|
+
* @type {string}
|
|
157
|
+
* @memberof EvaluationDetailsVo
|
|
158
|
+
*/
|
|
159
|
+
'lastModifierName'?: string;
|
|
160
|
+
/**
|
|
161
|
+
* 园区名称
|
|
162
|
+
* @type {string}
|
|
163
|
+
* @memberof EvaluationDetailsVo
|
|
164
|
+
*/
|
|
165
|
+
'parkName'?: string;
|
|
148
166
|
}
|
|
@@ -21,13 +21,7 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
21
21
|
* @type {number}
|
|
22
22
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
23
23
|
*/
|
|
24
|
-
'
|
|
25
|
-
/**
|
|
26
|
-
*
|
|
27
|
-
* @type {Array<EnergyCostRecordInfoVO>}
|
|
28
|
-
* @memberof IPageEnergyCostRecordInfoVO
|
|
29
|
-
*/
|
|
30
|
-
'records'?: Array<EnergyCostRecordInfoVO>;
|
|
24
|
+
'total'?: number;
|
|
31
25
|
/**
|
|
32
26
|
*
|
|
33
27
|
* @type {number}
|
|
@@ -36,10 +30,10 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
36
30
|
'current'?: number;
|
|
37
31
|
/**
|
|
38
32
|
*
|
|
39
|
-
* @type {
|
|
33
|
+
* @type {Array<EnergyCostRecordInfoVO>}
|
|
40
34
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
41
35
|
*/
|
|
42
|
-
'
|
|
36
|
+
'records'?: Array<EnergyCostRecordInfoVO>;
|
|
43
37
|
/**
|
|
44
38
|
*
|
|
45
39
|
* @type {boolean}
|
|
@@ -47,6 +41,12 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
47
41
|
* @deprecated
|
|
48
42
|
*/
|
|
49
43
|
'hitCount'?: boolean;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {number}
|
|
47
|
+
* @memberof IPageEnergyCostRecordInfoVO
|
|
48
|
+
*/
|
|
49
|
+
'pages'?: number;
|
|
50
50
|
/**
|
|
51
51
|
*
|
|
52
52
|
* @type {boolean}
|
|
@@ -58,5 +58,5 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
58
58
|
* @type {number}
|
|
59
59
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
60
60
|
*/
|
|
61
|
-
'
|
|
61
|
+
'size'?: number;
|
|
62
62
|
}
|
|
@@ -81,6 +81,18 @@ export interface SpaceAddExcelDTO {
|
|
|
81
81
|
* @memberof SpaceAddExcelDTO
|
|
82
82
|
*/
|
|
83
83
|
'sort'?: number;
|
|
84
|
+
/**
|
|
85
|
+
* 行数
|
|
86
|
+
* @type {number}
|
|
87
|
+
* @memberof SpaceAddExcelDTO
|
|
88
|
+
*/
|
|
89
|
+
'counts'?: number;
|
|
90
|
+
/**
|
|
91
|
+
* 错误提示
|
|
92
|
+
* @type {string}
|
|
93
|
+
* @memberof SpaceAddExcelDTO
|
|
94
|
+
*/
|
|
95
|
+
'tips'?: string;
|
|
84
96
|
/**
|
|
85
97
|
*
|
|
86
98
|
* @type {boolean}
|
|
@@ -377,14 +377,14 @@ export interface SysUser {
|
|
|
377
377
|
'sourceUserId'?: string;
|
|
378
378
|
/**
|
|
379
379
|
*
|
|
380
|
-
* @type {
|
|
380
|
+
* @type {string}
|
|
381
381
|
* @memberof SysUser
|
|
382
382
|
*/
|
|
383
|
-
'
|
|
383
|
+
'cid'?: string;
|
|
384
384
|
/**
|
|
385
385
|
*
|
|
386
|
-
* @type {
|
|
386
|
+
* @type {number}
|
|
387
387
|
* @memberof SysUser
|
|
388
388
|
*/
|
|
389
|
-
'
|
|
389
|
+
'cuserId'?: number;
|
|
390
390
|
}
|
|
@@ -158,6 +158,24 @@ export interface EvaluationDetailsVo {
|
|
|
158
158
|
* @memberof EvaluationDetailsVo
|
|
159
159
|
*/
|
|
160
160
|
'items'?: Array<EvaluationItemVo>;
|
|
161
|
+
/**
|
|
162
|
+
* 最后修改人ID
|
|
163
|
+
* @type {number}
|
|
164
|
+
* @memberof EvaluationDetailsVo
|
|
165
|
+
*/
|
|
166
|
+
'updateUserId'?: number;
|
|
167
|
+
/**
|
|
168
|
+
* 最后修改人
|
|
169
|
+
* @type {string}
|
|
170
|
+
* @memberof EvaluationDetailsVo
|
|
171
|
+
*/
|
|
172
|
+
'lastModifierName'?: string;
|
|
173
|
+
/**
|
|
174
|
+
* 园区名称
|
|
175
|
+
* @type {string}
|
|
176
|
+
* @memberof EvaluationDetailsVo
|
|
177
|
+
*/
|
|
178
|
+
'parkName'?: string;
|
|
161
179
|
}
|
|
162
180
|
|
|
163
181
|
|
|
@@ -28,13 +28,7 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
28
28
|
* @type {number}
|
|
29
29
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
30
30
|
*/
|
|
31
|
-
'
|
|
32
|
-
/**
|
|
33
|
-
*
|
|
34
|
-
* @type {Array<EnergyCostRecordInfoVO>}
|
|
35
|
-
* @memberof IPageEnergyCostRecordInfoVO
|
|
36
|
-
*/
|
|
37
|
-
'records'?: Array<EnergyCostRecordInfoVO>;
|
|
31
|
+
'total'?: number;
|
|
38
32
|
/**
|
|
39
33
|
*
|
|
40
34
|
* @type {number}
|
|
@@ -43,10 +37,10 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
43
37
|
'current'?: number;
|
|
44
38
|
/**
|
|
45
39
|
*
|
|
46
|
-
* @type {
|
|
40
|
+
* @type {Array<EnergyCostRecordInfoVO>}
|
|
47
41
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
48
42
|
*/
|
|
49
|
-
'
|
|
43
|
+
'records'?: Array<EnergyCostRecordInfoVO>;
|
|
50
44
|
/**
|
|
51
45
|
*
|
|
52
46
|
* @type {boolean}
|
|
@@ -54,6 +48,12 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
54
48
|
* @deprecated
|
|
55
49
|
*/
|
|
56
50
|
'hitCount'?: boolean;
|
|
51
|
+
/**
|
|
52
|
+
*
|
|
53
|
+
* @type {number}
|
|
54
|
+
* @memberof IPageEnergyCostRecordInfoVO
|
|
55
|
+
*/
|
|
56
|
+
'pages'?: number;
|
|
57
57
|
/**
|
|
58
58
|
*
|
|
59
59
|
* @type {boolean}
|
|
@@ -65,6 +65,6 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
65
65
|
* @type {number}
|
|
66
66
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
67
67
|
*/
|
|
68
|
-
'
|
|
68
|
+
'size'?: number;
|
|
69
69
|
}
|
|
70
70
|
|
|
@@ -86,6 +86,18 @@ export interface SpaceAddExcelDTO {
|
|
|
86
86
|
* @memberof SpaceAddExcelDTO
|
|
87
87
|
*/
|
|
88
88
|
'sort'?: number;
|
|
89
|
+
/**
|
|
90
|
+
* 行数
|
|
91
|
+
* @type {number}
|
|
92
|
+
* @memberof SpaceAddExcelDTO
|
|
93
|
+
*/
|
|
94
|
+
'counts'?: number;
|
|
95
|
+
/**
|
|
96
|
+
* 错误提示
|
|
97
|
+
* @type {string}
|
|
98
|
+
* @memberof SpaceAddExcelDTO
|
|
99
|
+
*/
|
|
100
|
+
'tips'?: string;
|
|
89
101
|
/**
|
|
90
102
|
*
|
|
91
103
|
* @type {boolean}
|
package/models/sys-user.ts
CHANGED
|
@@ -388,16 +388,16 @@ export interface SysUser {
|
|
|
388
388
|
'sourceUserId'?: string;
|
|
389
389
|
/**
|
|
390
390
|
*
|
|
391
|
-
* @type {
|
|
391
|
+
* @type {string}
|
|
392
392
|
* @memberof SysUser
|
|
393
393
|
*/
|
|
394
|
-
'
|
|
394
|
+
'cid'?: string;
|
|
395
395
|
/**
|
|
396
396
|
*
|
|
397
|
-
* @type {
|
|
397
|
+
* @type {number}
|
|
398
398
|
* @memberof SysUser
|
|
399
399
|
*/
|
|
400
|
-
'
|
|
400
|
+
'cuserId'?: number;
|
|
401
401
|
}
|
|
402
402
|
|
|
403
403
|
|