@gizone/rrs-client 4.2.9-alpha.829 → 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.
- package/dist/esm/models/ipage-energy-cost-record-info-vo.d.ts +6 -6
- package/dist/esm/models/work-order-group-equipment-dto.d.ts +6 -0
- package/dist/models/ipage-energy-cost-record-info-vo.d.ts +6 -6
- package/dist/models/work-order-group-equipment-dto.d.ts +6 -0
- package/models/ipage-energy-cost-record-info-vo.ts +6 -6
- package/models/work-order-group-equipment-dto.ts +6 -0
- package/ossutil.log +1221 -1221
- package/package.json +1 -1
|
@@ -34,12 +34,6 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
34
34
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
35
35
|
*/
|
|
36
36
|
'records'?: Array<EnergyCostRecordInfoVO>;
|
|
37
|
-
/**
|
|
38
|
-
*
|
|
39
|
-
* @type {number}
|
|
40
|
-
* @memberof IPageEnergyCostRecordInfoVO
|
|
41
|
-
*/
|
|
42
|
-
'pages'?: number;
|
|
43
37
|
/**
|
|
44
38
|
*
|
|
45
39
|
* @type {boolean}
|
|
@@ -53,6 +47,12 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
53
47
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
54
48
|
*/
|
|
55
49
|
'searchCount'?: boolean;
|
|
50
|
+
/**
|
|
51
|
+
*
|
|
52
|
+
* @type {number}
|
|
53
|
+
* @memberof IPageEnergyCostRecordInfoVO
|
|
54
|
+
*/
|
|
55
|
+
'pages'?: number;
|
|
56
56
|
/**
|
|
57
57
|
*
|
|
58
58
|
* @type {number}
|
|
@@ -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";
|
|
@@ -34,12 +34,6 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
34
34
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
35
35
|
*/
|
|
36
36
|
'records'?: Array<EnergyCostRecordInfoVO>;
|
|
37
|
-
/**
|
|
38
|
-
*
|
|
39
|
-
* @type {number}
|
|
40
|
-
* @memberof IPageEnergyCostRecordInfoVO
|
|
41
|
-
*/
|
|
42
|
-
'pages'?: number;
|
|
43
37
|
/**
|
|
44
38
|
*
|
|
45
39
|
* @type {boolean}
|
|
@@ -53,6 +47,12 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
53
47
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
54
48
|
*/
|
|
55
49
|
'searchCount'?: boolean;
|
|
50
|
+
/**
|
|
51
|
+
*
|
|
52
|
+
* @type {number}
|
|
53
|
+
* @memberof IPageEnergyCostRecordInfoVO
|
|
54
|
+
*/
|
|
55
|
+
'pages'?: number;
|
|
56
56
|
/**
|
|
57
57
|
*
|
|
58
58
|
* @type {number}
|
|
@@ -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";
|
|
@@ -41,12 +41,6 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
41
41
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
42
42
|
*/
|
|
43
43
|
'records'?: Array<EnergyCostRecordInfoVO>;
|
|
44
|
-
/**
|
|
45
|
-
*
|
|
46
|
-
* @type {number}
|
|
47
|
-
* @memberof IPageEnergyCostRecordInfoVO
|
|
48
|
-
*/
|
|
49
|
-
'pages'?: number;
|
|
50
44
|
/**
|
|
51
45
|
*
|
|
52
46
|
* @type {boolean}
|
|
@@ -60,6 +54,12 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
60
54
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
61
55
|
*/
|
|
62
56
|
'searchCount'?: boolean;
|
|
57
|
+
/**
|
|
58
|
+
*
|
|
59
|
+
* @type {number}
|
|
60
|
+
* @memberof IPageEnergyCostRecordInfoVO
|
|
61
|
+
*/
|
|
62
|
+
'pages'?: number;
|
|
63
63
|
/**
|
|
64
64
|
*
|
|
65
65
|
* @type {number}
|
|
@@ -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 = {
|