@gizone/rrs-client 4.2.9-alpha.818 → 4.2.9-alpha.819
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/ipage-energy-cost-record-info-vo.d.ts +10 -10
- package/dist/esm/models/space-add-excel-dto.d.ts +12 -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/models/ipage-energy-cost-record-info-vo.ts +10 -10
- package/models/space-add-excel-dto.ts +12 -0
- package/ossutil.log +1221 -1221
- package/package.json +1 -1
|
@@ -21,42 +21,42 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
21
21
|
* @type {number}
|
|
22
22
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
23
23
|
*/
|
|
24
|
-
'
|
|
24
|
+
'total'?: number;
|
|
25
25
|
/**
|
|
26
26
|
*
|
|
27
|
-
* @type {
|
|
27
|
+
* @type {number}
|
|
28
28
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
29
29
|
*/
|
|
30
|
-
'
|
|
30
|
+
'current'?: number;
|
|
31
31
|
/**
|
|
32
32
|
*
|
|
33
|
-
* @type {
|
|
33
|
+
* @type {Array<EnergyCostRecordInfoVO>}
|
|
34
34
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
35
35
|
*/
|
|
36
|
-
'
|
|
36
|
+
'records'?: Array<EnergyCostRecordInfoVO>;
|
|
37
37
|
/**
|
|
38
38
|
*
|
|
39
39
|
* @type {number}
|
|
40
40
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
41
41
|
*/
|
|
42
|
-
'
|
|
42
|
+
'pages'?: number;
|
|
43
43
|
/**
|
|
44
44
|
*
|
|
45
45
|
* @type {boolean}
|
|
46
46
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
47
|
-
* @deprecated
|
|
48
47
|
*/
|
|
49
|
-
'
|
|
48
|
+
'searchCount'?: boolean;
|
|
50
49
|
/**
|
|
51
50
|
*
|
|
52
51
|
* @type {boolean}
|
|
53
52
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
53
|
+
* @deprecated
|
|
54
54
|
*/
|
|
55
|
-
'
|
|
55
|
+
'hitCount'?: boolean;
|
|
56
56
|
/**
|
|
57
57
|
*
|
|
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}
|
|
@@ -21,42 +21,42 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
21
21
|
* @type {number}
|
|
22
22
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
23
23
|
*/
|
|
24
|
-
'
|
|
24
|
+
'total'?: number;
|
|
25
25
|
/**
|
|
26
26
|
*
|
|
27
|
-
* @type {
|
|
27
|
+
* @type {number}
|
|
28
28
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
29
29
|
*/
|
|
30
|
-
'
|
|
30
|
+
'current'?: number;
|
|
31
31
|
/**
|
|
32
32
|
*
|
|
33
|
-
* @type {
|
|
33
|
+
* @type {Array<EnergyCostRecordInfoVO>}
|
|
34
34
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
35
35
|
*/
|
|
36
|
-
'
|
|
36
|
+
'records'?: Array<EnergyCostRecordInfoVO>;
|
|
37
37
|
/**
|
|
38
38
|
*
|
|
39
39
|
* @type {number}
|
|
40
40
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
41
41
|
*/
|
|
42
|
-
'
|
|
42
|
+
'pages'?: number;
|
|
43
43
|
/**
|
|
44
44
|
*
|
|
45
45
|
* @type {boolean}
|
|
46
46
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
47
|
-
* @deprecated
|
|
48
47
|
*/
|
|
49
|
-
'
|
|
48
|
+
'searchCount'?: boolean;
|
|
50
49
|
/**
|
|
51
50
|
*
|
|
52
51
|
* @type {boolean}
|
|
53
52
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
53
|
+
* @deprecated
|
|
54
54
|
*/
|
|
55
|
-
'
|
|
55
|
+
'hitCount'?: boolean;
|
|
56
56
|
/**
|
|
57
57
|
*
|
|
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}
|
|
@@ -28,43 +28,43 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
28
28
|
* @type {number}
|
|
29
29
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
30
30
|
*/
|
|
31
|
-
'
|
|
31
|
+
'total'?: number;
|
|
32
32
|
/**
|
|
33
33
|
*
|
|
34
|
-
* @type {
|
|
34
|
+
* @type {number}
|
|
35
35
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
36
36
|
*/
|
|
37
|
-
'
|
|
37
|
+
'current'?: number;
|
|
38
38
|
/**
|
|
39
39
|
*
|
|
40
|
-
* @type {
|
|
40
|
+
* @type {Array<EnergyCostRecordInfoVO>}
|
|
41
41
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
42
42
|
*/
|
|
43
|
-
'
|
|
43
|
+
'records'?: Array<EnergyCostRecordInfoVO>;
|
|
44
44
|
/**
|
|
45
45
|
*
|
|
46
46
|
* @type {number}
|
|
47
47
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
48
48
|
*/
|
|
49
|
-
'
|
|
49
|
+
'pages'?: number;
|
|
50
50
|
/**
|
|
51
51
|
*
|
|
52
52
|
* @type {boolean}
|
|
53
53
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
54
|
-
* @deprecated
|
|
55
54
|
*/
|
|
56
|
-
'
|
|
55
|
+
'searchCount'?: boolean;
|
|
57
56
|
/**
|
|
58
57
|
*
|
|
59
58
|
* @type {boolean}
|
|
60
59
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
60
|
+
* @deprecated
|
|
61
61
|
*/
|
|
62
|
-
'
|
|
62
|
+
'hitCount'?: boolean;
|
|
63
63
|
/**
|
|
64
64
|
*
|
|
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}
|