@gizone/rrs-client 4.2.9-alpha.788 → 4.2.9-alpha.791

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.
@@ -18,5 +18,6 @@ export declare const BusinessTypeEnum: {
18
18
  readonly Evaluation: "EVALUATION";
19
19
  readonly MaintenanceOrder: "MAINTENANCE_ORDER";
20
20
  readonly ReimbursementBill: "REIMBURSEMENT_BILL";
21
+ readonly WorkOrder: "WORK_ORDER";
21
22
  };
22
23
  export type BusinessTypeEnum = typeof BusinessTypeEnum[keyof typeof BusinessTypeEnum];
@@ -19,5 +19,6 @@
19
19
  export const BusinessTypeEnum = {
20
20
  Evaluation: 'EVALUATION',
21
21
  MaintenanceOrder: 'MAINTENANCE_ORDER',
22
- ReimbursementBill: 'REIMBURSEMENT_BILL'
22
+ ReimbursementBill: 'REIMBURSEMENT_BILL',
23
+ WorkOrder: 'WORK_ORDER'
23
24
  };
@@ -221,4 +221,10 @@ export interface EnergyCostRecordInfoNotEmunVO {
221
221
  * @memberof EnergyCostRecordInfoNotEmunVO
222
222
  */
223
223
  'scenarios'?: Array<EnergyCostScenariosInfoNotEnumVO>;
224
+ /**
225
+ * 上次使用场景 能源成本按业务区域分摊
226
+ * @type {Array<EnergyCostScenariosInfoNotEnumVO>}
227
+ * @memberof EnergyCostRecordInfoNotEmunVO
228
+ */
229
+ 'lastScenarios'?: Array<EnergyCostScenariosInfoNotEnumVO>;
224
230
  }
@@ -10,7 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  /**
13
- *
13
+ * 上次使用场景 能源成本按业务区域分摊
14
14
  * @export
15
15
  * @interface EnergyCostScenariosInfoNotEnumVO
16
16
  */
@@ -24,16 +24,16 @@ export interface IPageEnergyCostRecordInfoVO {
24
24
  'total'?: number;
25
25
  /**
26
26
  *
27
- * @type {Array<EnergyCostRecordInfoVO>}
27
+ * @type {number}
28
28
  * @memberof IPageEnergyCostRecordInfoVO
29
29
  */
30
- 'records'?: Array<EnergyCostRecordInfoVO>;
30
+ 'current'?: number;
31
31
  /**
32
32
  *
33
- * @type {number}
33
+ * @type {Array<EnergyCostRecordInfoVO>}
34
34
  * @memberof IPageEnergyCostRecordInfoVO
35
35
  */
36
- 'current'?: number;
36
+ 'records'?: Array<EnergyCostRecordInfoVO>;
37
37
  /**
38
38
  *
39
39
  * @type {number}
@@ -44,15 +44,15 @@ export interface IPageEnergyCostRecordInfoVO {
44
44
  *
45
45
  * @type {boolean}
46
46
  * @memberof IPageEnergyCostRecordInfoVO
47
- * @deprecated
48
47
  */
49
- 'hitCount'?: boolean;
48
+ 'searchCount'?: boolean;
50
49
  /**
51
50
  *
52
51
  * @type {boolean}
53
52
  * @memberof IPageEnergyCostRecordInfoVO
53
+ * @deprecated
54
54
  */
55
- 'searchCount'?: boolean;
55
+ 'hitCount'?: boolean;
56
56
  /**
57
57
  *
58
58
  * @type {number}
@@ -18,5 +18,6 @@ export declare const BusinessTypeEnum: {
18
18
  readonly Evaluation: "EVALUATION";
19
19
  readonly MaintenanceOrder: "MAINTENANCE_ORDER";
20
20
  readonly ReimbursementBill: "REIMBURSEMENT_BILL";
21
+ readonly WorkOrder: "WORK_ORDER";
21
22
  };
22
23
  export type BusinessTypeEnum = typeof BusinessTypeEnum[keyof typeof BusinessTypeEnum];
@@ -22,5 +22,6 @@ exports.BusinessTypeEnum = void 0;
22
22
  exports.BusinessTypeEnum = {
23
23
  Evaluation: 'EVALUATION',
24
24
  MaintenanceOrder: 'MAINTENANCE_ORDER',
25
- ReimbursementBill: 'REIMBURSEMENT_BILL'
25
+ ReimbursementBill: 'REIMBURSEMENT_BILL',
26
+ WorkOrder: 'WORK_ORDER'
26
27
  };
@@ -221,4 +221,10 @@ export interface EnergyCostRecordInfoNotEmunVO {
221
221
  * @memberof EnergyCostRecordInfoNotEmunVO
222
222
  */
223
223
  'scenarios'?: Array<EnergyCostScenariosInfoNotEnumVO>;
224
+ /**
225
+ * 上次使用场景 能源成本按业务区域分摊
226
+ * @type {Array<EnergyCostScenariosInfoNotEnumVO>}
227
+ * @memberof EnergyCostRecordInfoNotEmunVO
228
+ */
229
+ 'lastScenarios'?: Array<EnergyCostScenariosInfoNotEnumVO>;
224
230
  }
@@ -10,7 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  /**
13
- *
13
+ * 上次使用场景 能源成本按业务区域分摊
14
14
  * @export
15
15
  * @interface EnergyCostScenariosInfoNotEnumVO
16
16
  */
@@ -24,16 +24,16 @@ export interface IPageEnergyCostRecordInfoVO {
24
24
  'total'?: number;
25
25
  /**
26
26
  *
27
- * @type {Array<EnergyCostRecordInfoVO>}
27
+ * @type {number}
28
28
  * @memberof IPageEnergyCostRecordInfoVO
29
29
  */
30
- 'records'?: Array<EnergyCostRecordInfoVO>;
30
+ 'current'?: number;
31
31
  /**
32
32
  *
33
- * @type {number}
33
+ * @type {Array<EnergyCostRecordInfoVO>}
34
34
  * @memberof IPageEnergyCostRecordInfoVO
35
35
  */
36
- 'current'?: number;
36
+ 'records'?: Array<EnergyCostRecordInfoVO>;
37
37
  /**
38
38
  *
39
39
  * @type {number}
@@ -44,15 +44,15 @@ export interface IPageEnergyCostRecordInfoVO {
44
44
  *
45
45
  * @type {boolean}
46
46
  * @memberof IPageEnergyCostRecordInfoVO
47
- * @deprecated
48
47
  */
49
- 'hitCount'?: boolean;
48
+ 'searchCount'?: boolean;
50
49
  /**
51
50
  *
52
51
  * @type {boolean}
53
52
  * @memberof IPageEnergyCostRecordInfoVO
53
+ * @deprecated
54
54
  */
55
- 'searchCount'?: boolean;
55
+ 'hitCount'?: boolean;
56
56
  /**
57
57
  *
58
58
  * @type {number}
@@ -23,7 +23,8 @@
23
23
  export const BusinessTypeEnum = {
24
24
  Evaluation: 'EVALUATION',
25
25
  MaintenanceOrder: 'MAINTENANCE_ORDER',
26
- ReimbursementBill: 'REIMBURSEMENT_BILL'
26
+ ReimbursementBill: 'REIMBURSEMENT_BILL',
27
+ WorkOrder: 'WORK_ORDER'
27
28
  } as const;
28
29
 
29
30
  export type BusinessTypeEnum = typeof BusinessTypeEnum[keyof typeof BusinessTypeEnum];
@@ -230,5 +230,11 @@ export interface EnergyCostRecordInfoNotEmunVO {
230
230
  * @memberof EnergyCostRecordInfoNotEmunVO
231
231
  */
232
232
  'scenarios'?: Array<EnergyCostScenariosInfoNotEnumVO>;
233
+ /**
234
+ * 上次使用场景 能源成本按业务区域分摊
235
+ * @type {Array<EnergyCostScenariosInfoNotEnumVO>}
236
+ * @memberof EnergyCostRecordInfoNotEmunVO
237
+ */
238
+ 'lastScenarios'?: Array<EnergyCostScenariosInfoNotEnumVO>;
233
239
  }
234
240
 
@@ -15,7 +15,7 @@
15
15
 
16
16
 
17
17
  /**
18
- *
18
+ * 上次使用场景 能源成本按业务区域分摊
19
19
  * @export
20
20
  * @interface EnergyCostScenariosInfoNotEnumVO
21
21
  */
@@ -31,16 +31,16 @@ export interface IPageEnergyCostRecordInfoVO {
31
31
  'total'?: number;
32
32
  /**
33
33
  *
34
- * @type {Array<EnergyCostRecordInfoVO>}
34
+ * @type {number}
35
35
  * @memberof IPageEnergyCostRecordInfoVO
36
36
  */
37
- 'records'?: Array<EnergyCostRecordInfoVO>;
37
+ 'current'?: number;
38
38
  /**
39
39
  *
40
- * @type {number}
40
+ * @type {Array<EnergyCostRecordInfoVO>}
41
41
  * @memberof IPageEnergyCostRecordInfoVO
42
42
  */
43
- 'current'?: number;
43
+ 'records'?: Array<EnergyCostRecordInfoVO>;
44
44
  /**
45
45
  *
46
46
  * @type {number}
@@ -51,15 +51,15 @@ export interface IPageEnergyCostRecordInfoVO {
51
51
  *
52
52
  * @type {boolean}
53
53
  * @memberof IPageEnergyCostRecordInfoVO
54
- * @deprecated
55
54
  */
56
- 'hitCount'?: boolean;
55
+ 'searchCount'?: boolean;
57
56
  /**
58
57
  *
59
58
  * @type {boolean}
60
59
  * @memberof IPageEnergyCostRecordInfoVO
60
+ * @deprecated
61
61
  */
62
- 'searchCount'?: boolean;
62
+ 'hitCount'?: boolean;
63
63
  /**
64
64
  *
65
65
  * @type {number}