@gizone/rrs-client 4.2.9-alpha.704 → 4.2.9-alpha.706

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.
Files changed (59) hide show
  1. package/.openapi-generator/FILES +5 -1
  2. package/api.ts +1 -1
  3. package/apis/{evaluation-config-api.ts → default-api.ts} +322 -148
  4. package/dist/api.d.ts +1 -1
  5. package/dist/api.js +1 -1
  6. package/dist/apis/{evaluation-config-api.d.ts → default-api.d.ts} +203 -118
  7. package/dist/apis/{evaluation-config-api.js → default-api.js} +218 -79
  8. package/dist/esm/api.d.ts +1 -1
  9. package/dist/esm/api.js +1 -1
  10. package/dist/esm/apis/{evaluation-config-api.d.ts → default-api.d.ts} +203 -118
  11. package/dist/esm/apis/{evaluation-config-api.js → default-api.js} +213 -74
  12. package/dist/esm/models/evaluation-config-add-dto.d.ts +2 -2
  13. package/dist/esm/models/evaluation-config-details-vo.d.ts +2 -2
  14. package/dist/esm/models/evaluation-config-import-dto.d.ts +73 -12
  15. package/dist/esm/models/evaluation-config-list-vo.d.ts +1 -1
  16. package/dist/esm/models/evaluation-config-status-dto.d.ts +30 -0
  17. package/dist/esm/models/evaluation-config-status-dto.js +14 -0
  18. package/dist/esm/models/evaluation-config-update-dto.d.ts +2 -2
  19. package/dist/esm/models/evaluation-module-category-vo.d.ts +37 -0
  20. package/dist/esm/models/evaluation-module-category-vo.js +14 -0
  21. package/dist/esm/models/index.d.ts +4 -0
  22. package/dist/esm/models/index.js +4 -0
  23. package/dist/esm/models/ipage-energy-cost-record-info-vo.d.ts +3 -3
  24. package/dist/esm/models/json-result-list-evaluation-module-category-vo.d.ts +62 -0
  25. package/dist/esm/models/json-result-list-evaluation-module-category-vo.js +14 -0
  26. package/dist/esm/models/sub-category-vo.d.ts +30 -0
  27. package/dist/esm/models/sub-category-vo.js +14 -0
  28. package/dist/esm/models/sys-user.d.ts +4 -4
  29. package/dist/models/evaluation-config-add-dto.d.ts +2 -2
  30. package/dist/models/evaluation-config-details-vo.d.ts +2 -2
  31. package/dist/models/evaluation-config-import-dto.d.ts +73 -12
  32. package/dist/models/evaluation-config-list-vo.d.ts +1 -1
  33. package/dist/models/evaluation-config-status-dto.d.ts +30 -0
  34. package/dist/models/evaluation-config-status-dto.js +15 -0
  35. package/dist/models/evaluation-config-update-dto.d.ts +2 -2
  36. package/dist/models/evaluation-module-category-vo.d.ts +37 -0
  37. package/dist/models/evaluation-module-category-vo.js +15 -0
  38. package/dist/models/index.d.ts +4 -0
  39. package/dist/models/index.js +4 -0
  40. package/dist/models/ipage-energy-cost-record-info-vo.d.ts +3 -3
  41. package/dist/models/json-result-list-evaluation-module-category-vo.d.ts +62 -0
  42. package/dist/models/json-result-list-evaluation-module-category-vo.js +15 -0
  43. package/dist/models/sub-category-vo.d.ts +30 -0
  44. package/dist/models/sub-category-vo.js +15 -0
  45. package/dist/models/sys-user.d.ts +4 -4
  46. package/models/evaluation-config-add-dto.ts +2 -2
  47. package/models/evaluation-config-details-vo.ts +2 -2
  48. package/models/evaluation-config-import-dto.ts +77 -12
  49. package/models/evaluation-config-list-vo.ts +1 -1
  50. package/models/evaluation-config-status-dto.ts +36 -0
  51. package/models/evaluation-config-update-dto.ts +2 -2
  52. package/models/evaluation-module-category-vo.ts +45 -0
  53. package/models/index.ts +4 -0
  54. package/models/ipage-energy-cost-record-info-vo.ts +3 -3
  55. package/models/json-result-list-evaluation-module-category-vo.ts +72 -0
  56. package/models/sub-category-vo.ts +36 -0
  57. package/models/sys-user.ts +4 -4
  58. package/ossutil.log +1221 -1221
  59. package/package.json +1 -1
@@ -0,0 +1,30 @@
1
+ /**
2
+ * OpenAPI definition
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: v0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ * 评价配置状态修改
14
+ * @export
15
+ * @interface EvaluationConfigStatusDto
16
+ */
17
+ export interface EvaluationConfigStatusDto {
18
+ /**
19
+ * id
20
+ * @type {number}
21
+ * @memberof EvaluationConfigStatusDto
22
+ */
23
+ 'id': number;
24
+ /**
25
+ * 状态
26
+ * @type {boolean}
27
+ * @memberof EvaluationConfigStatusDto
28
+ */
29
+ 'status': boolean;
30
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * OpenAPI definition
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: v0
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -30,11 +30,11 @@ export interface EvaluationConfigUpdateDto {
30
30
  */
31
31
  'status': boolean;
32
32
  /**
33
- * 评价单号
33
+ * 评价设置单号
34
34
  * @type {string}
35
35
  * @memberof EvaluationConfigUpdateDto
36
36
  */
37
- 'evaluationCode': string;
37
+ 'evaluationConfigCode': string;
38
38
  /**
39
39
  * 模块
40
40
  * @type {string}
@@ -0,0 +1,37 @@
1
+ /**
2
+ * OpenAPI definition
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: v0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { SubCategoryVo } from './sub-category-vo';
13
+ /**
14
+ * 评价模块分类VO
15
+ * @export
16
+ * @interface EvaluationModuleCategoryVo
17
+ */
18
+ export interface EvaluationModuleCategoryVo {
19
+ /**
20
+ * 模块ID
21
+ * @type {number}
22
+ * @memberof EvaluationModuleCategoryVo
23
+ */
24
+ 'moduleId'?: number;
25
+ /**
26
+ * 模块名称
27
+ * @type {string}
28
+ * @memberof EvaluationModuleCategoryVo
29
+ */
30
+ 'moduleName'?: string;
31
+ /**
32
+ * 子分类列表
33
+ * @type {Array<SubCategoryVo>}
34
+ * @memberof EvaluationModuleCategoryVo
35
+ */
36
+ 'subCategories'?: Array<SubCategoryVo>;
37
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * OpenAPI definition
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: v0
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -176,6 +176,7 @@ export * from './evaluation-config-add-dto';
176
176
  export * from './evaluation-config-details-vo';
177
177
  export * from './evaluation-config-import-dto';
178
178
  export * from './evaluation-config-list-vo';
179
+ export * from './evaluation-config-status-dto';
179
180
  export * from './evaluation-config-update-dto';
180
181
  export * from './evaluation-config-violation-dto';
181
182
  export * from './evaluation-config-violation-vo';
@@ -184,6 +185,7 @@ export * from './evaluation-draft-dto';
184
185
  export * from './evaluation-item-add-dto';
185
186
  export * from './evaluation-item-vo';
186
187
  export * from './evaluation-list-vo';
188
+ export * from './evaluation-module-category-vo';
187
189
  export * from './evaluation-status-enum';
188
190
  export * from './evaluation-submit-dto';
189
191
  export * from './evaluation-type-enum';
@@ -312,6 +314,7 @@ export * from './json-result-list-equipment-detail-dto';
312
314
  export * from './json-result-list-equipment-qr-code-dto';
313
315
  export * from './json-result-list-equipment-system-tree-dto';
314
316
  export * from './json-result-list-equipment-tree-dto';
317
+ export * from './json-result-list-evaluation-module-category-vo';
315
318
  export * from './json-result-list-inspection-point';
316
319
  export * from './json-result-list-inspection-standard-entity';
317
320
  export * from './json-result-list-maintenance-order-process-record-list-vo';
@@ -560,6 +563,7 @@ export * from './srm-level-add-dto';
560
563
  export * from './srm-park-contract-change-vo';
561
564
  export * from './standard-delete-vo';
562
565
  export * from './sub-buttons';
566
+ export * from './sub-category-vo';
563
567
  export * from './supplier-add-vo';
564
568
  export * from './supplier-contact-vo';
565
569
  export * from './supplier-contract-add-or-update-vo';
@@ -192,6 +192,7 @@ __exportStar(require("./evaluation-config-add-dto"), exports);
192
192
  __exportStar(require("./evaluation-config-details-vo"), exports);
193
193
  __exportStar(require("./evaluation-config-import-dto"), exports);
194
194
  __exportStar(require("./evaluation-config-list-vo"), exports);
195
+ __exportStar(require("./evaluation-config-status-dto"), exports);
195
196
  __exportStar(require("./evaluation-config-update-dto"), exports);
196
197
  __exportStar(require("./evaluation-config-violation-dto"), exports);
197
198
  __exportStar(require("./evaluation-config-violation-vo"), exports);
@@ -200,6 +201,7 @@ __exportStar(require("./evaluation-draft-dto"), exports);
200
201
  __exportStar(require("./evaluation-item-add-dto"), exports);
201
202
  __exportStar(require("./evaluation-item-vo"), exports);
202
203
  __exportStar(require("./evaluation-list-vo"), exports);
204
+ __exportStar(require("./evaluation-module-category-vo"), exports);
203
205
  __exportStar(require("./evaluation-status-enum"), exports);
204
206
  __exportStar(require("./evaluation-submit-dto"), exports);
205
207
  __exportStar(require("./evaluation-type-enum"), exports);
@@ -328,6 +330,7 @@ __exportStar(require("./json-result-list-equipment-detail-dto"), exports);
328
330
  __exportStar(require("./json-result-list-equipment-qr-code-dto"), exports);
329
331
  __exportStar(require("./json-result-list-equipment-system-tree-dto"), exports);
330
332
  __exportStar(require("./json-result-list-equipment-tree-dto"), exports);
333
+ __exportStar(require("./json-result-list-evaluation-module-category-vo"), exports);
331
334
  __exportStar(require("./json-result-list-inspection-point"), exports);
332
335
  __exportStar(require("./json-result-list-inspection-standard-entity"), exports);
333
336
  __exportStar(require("./json-result-list-maintenance-order-process-record-list-vo"), exports);
@@ -576,6 +579,7 @@ __exportStar(require("./srm-level-add-dto"), exports);
576
579
  __exportStar(require("./srm-park-contract-change-vo"), exports);
577
580
  __exportStar(require("./standard-delete-vo"), exports);
578
581
  __exportStar(require("./sub-buttons"), exports);
582
+ __exportStar(require("./sub-category-vo"), exports);
579
583
  __exportStar(require("./supplier-add-vo"), exports);
580
584
  __exportStar(require("./supplier-contact-vo"), exports);
581
585
  __exportStar(require("./supplier-contract-add-or-update-vo"), exports);
@@ -44,15 +44,15 @@ export interface IPageEnergyCostRecordInfoVO {
44
44
  *
45
45
  * @type {boolean}
46
46
  * @memberof IPageEnergyCostRecordInfoVO
47
+ * @deprecated
47
48
  */
48
- 'searchCount'?: boolean;
49
+ 'hitCount'?: boolean;
49
50
  /**
50
51
  *
51
52
  * @type {boolean}
52
53
  * @memberof IPageEnergyCostRecordInfoVO
53
- * @deprecated
54
54
  */
55
- 'hitCount'?: boolean;
55
+ 'searchCount'?: boolean;
56
56
  /**
57
57
  *
58
58
  * @type {number}
@@ -0,0 +1,62 @@
1
+ /**
2
+ * OpenAPI definition
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: v0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { BaseErrorResult } from './base-error-result';
13
+ import type { EvaluationModuleCategoryVo } from './evaluation-module-category-vo';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface JsonResultListEvaluationModuleCategoryVo
18
+ */
19
+ export interface JsonResultListEvaluationModuleCategoryVo {
20
+ /**
21
+ * 错误码,0:成功,其他:失败
22
+ * @type {number}
23
+ * @memberof JsonResultListEvaluationModuleCategoryVo
24
+ */
25
+ 'code'?: number;
26
+ /**
27
+ * 错误消息
28
+ * @type {string}
29
+ * @memberof JsonResultListEvaluationModuleCategoryVo
30
+ */
31
+ 'msg'?: string;
32
+ /**
33
+ * 错误堆栈
34
+ * @type {string}
35
+ * @memberof JsonResultListEvaluationModuleCategoryVo
36
+ */
37
+ 'stacks'?: string;
38
+ /**
39
+ * 返回数据,可以是任意类型的值
40
+ * @type {Array<EvaluationModuleCategoryVo>}
41
+ * @memberof JsonResultListEvaluationModuleCategoryVo
42
+ */
43
+ 'data'?: Array<EvaluationModuleCategoryVo> | null;
44
+ /**
45
+ *
46
+ * @type {BaseErrorResult}
47
+ * @memberof JsonResultListEvaluationModuleCategoryVo
48
+ */
49
+ 'error'?: BaseErrorResult | null;
50
+ /**
51
+ * 日志追踪ID
52
+ * @type {string}
53
+ * @memberof JsonResultListEvaluationModuleCategoryVo
54
+ */
55
+ 'traceId'?: string | null;
56
+ /**
57
+ * requestId
58
+ * @type {string}
59
+ * @memberof JsonResultListEvaluationModuleCategoryVo
60
+ */
61
+ 'requestId'?: string | null;
62
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * OpenAPI definition
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: v0
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,30 @@
1
+ /**
2
+ * OpenAPI definition
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: v0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ * 子分类VO
14
+ * @export
15
+ * @interface SubCategoryVo
16
+ */
17
+ export interface SubCategoryVo {
18
+ /**
19
+ * 子分类ID
20
+ * @type {number}
21
+ * @memberof SubCategoryVo
22
+ */
23
+ 'subCategoryId'?: number;
24
+ /**
25
+ * 子分类名称
26
+ * @type {string}
27
+ * @memberof SubCategoryVo
28
+ */
29
+ 'subCategoryName'?: string;
30
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * OpenAPI definition
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: v0
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -377,14 +377,14 @@ export interface SysUser {
377
377
  'sourceUserId'?: string;
378
378
  /**
379
379
  *
380
- * @type {number}
380
+ * @type {string}
381
381
  * @memberof SysUser
382
382
  */
383
- 'cuserId'?: number;
383
+ 'cid'?: string;
384
384
  /**
385
385
  *
386
- * @type {string}
386
+ * @type {number}
387
387
  * @memberof SysUser
388
388
  */
389
- 'cid'?: string;
389
+ 'cuserId'?: number;
390
390
  }
@@ -39,11 +39,11 @@ export interface EvaluationConfigAddDto {
39
39
  */
40
40
  'status': boolean;
41
41
  /**
42
- * 评价单号
42
+ * 评价设置单号
43
43
  * @type {string}
44
44
  * @memberof EvaluationConfigAddDto
45
45
  */
46
- 'evaluationCode': string;
46
+ 'evaluationConfigCode': string;
47
47
  /**
48
48
  * 模块
49
49
  * @type {string}
@@ -45,11 +45,11 @@ export interface EvaluationConfigDetailsVo {
45
45
  */
46
46
  'status'?: boolean;
47
47
  /**
48
- * 评价单号
48
+ * 评价配置编号
49
49
  * @type {string}
50
50
  * @memberof EvaluationConfigDetailsVo
51
51
  */
52
- 'evaluationCode'?: string;
52
+ 'evaluationConfigCode'?: string;
53
53
  /**
54
54
  * 模块ID
55
55
  * @type {number}
@@ -13,6 +13,9 @@
13
13
  */
14
14
 
15
15
 
16
+ // May contain unused imports in some cases
17
+ // @ts-ignore
18
+ import type { EvaluationTypeEnum } from './evaluation-type-enum';
16
19
 
17
20
  /**
18
21
  * 评价配置导入DTO
@@ -27,41 +30,95 @@ export interface EvaluationConfigImportDto {
27
30
  */
28
31
  'evaluationConfigCode'?: string;
29
32
  /**
30
- * 类型
33
+ * 模块
31
34
  * @type {string}
32
35
  * @memberof EvaluationConfigImportDto
33
36
  */
34
- 'type'?: string;
37
+ 'module'?: string;
35
38
  /**
36
- * 状态(启用/禁用)
39
+ * 子分类
37
40
  * @type {string}
38
41
  * @memberof EvaluationConfigImportDto
39
42
  */
40
- 'status'?: string;
43
+ 'subCategory'?: string;
41
44
  /**
42
- * 评价单号
45
+ * 职责内容
43
46
  * @type {string}
44
47
  * @memberof EvaluationConfigImportDto
45
48
  */
46
- 'evaluationCode'?: string;
49
+ 'responsibilityContent'?: string;
47
50
  /**
48
- * 模块
51
+ * 一般违规描述
49
52
  * @type {string}
50
53
  * @memberof EvaluationConfigImportDto
51
54
  */
52
- 'module'?: string;
55
+ 'minorViolationDesc'?: string;
53
56
  /**
54
- * 子分类
57
+ * 一般违规扣款类型
55
58
  * @type {string}
56
59
  * @memberof EvaluationConfigImportDto
57
60
  */
58
- 'subCategory'?: string;
61
+ 'minorViolationDeductionType'?: string;
59
62
  /**
60
- * 职责内容
63
+ * 一般违规扣款
64
+ * @type {number}
65
+ * @memberof EvaluationConfigImportDto
66
+ */
67
+ 'minorViolationDeductionAmount'?: number;
68
+ /**
69
+ * 一般违规扣分
70
+ * @type {number}
71
+ * @memberof EvaluationConfigImportDto
72
+ */
73
+ 'minorViolationDeductionScore'?: number;
74
+ /**
75
+ * 较大违规描述
61
76
  * @type {string}
62
77
  * @memberof EvaluationConfigImportDto
63
78
  */
64
- 'responsibilityContent'?: string;
79
+ 'majorViolationDesc'?: string;
80
+ /**
81
+ * 较大违规扣款类型
82
+ * @type {string}
83
+ * @memberof EvaluationConfigImportDto
84
+ */
85
+ 'majorViolationDeductionType'?: string;
86
+ /**
87
+ * 较大违规扣款
88
+ * @type {number}
89
+ * @memberof EvaluationConfigImportDto
90
+ */
91
+ 'majorViolationDeductionAmount'?: number;
92
+ /**
93
+ * 较大违规扣分
94
+ * @type {number}
95
+ * @memberof EvaluationConfigImportDto
96
+ */
97
+ 'majorViolationDeductionScore'?: number;
98
+ /**
99
+ * 严重违规描述
100
+ * @type {string}
101
+ * @memberof EvaluationConfigImportDto
102
+ */
103
+ 'criticalViolationDesc'?: string;
104
+ /**
105
+ * 严重违规扣款类型
106
+ * @type {string}
107
+ * @memberof EvaluationConfigImportDto
108
+ */
109
+ 'criticalViolationDeductionType'?: string;
110
+ /**
111
+ * 严重违规扣款
112
+ * @type {number}
113
+ * @memberof EvaluationConfigImportDto
114
+ */
115
+ 'criticalViolationDeductionAmount'?: number;
116
+ /**
117
+ * 严重违规扣分
118
+ * @type {number}
119
+ * @memberof EvaluationConfigImportDto
120
+ */
121
+ 'criticalViolationDeductionScore'?: number;
65
122
  /**
66
123
  * 是否成功
67
124
  * @type {boolean}
@@ -80,5 +137,13 @@ export interface EvaluationConfigImportDto {
80
137
  * @memberof EvaluationConfigImportDto
81
138
  */
82
139
  'tips'?: string;
140
+ /**
141
+ *
142
+ * @type {EvaluationTypeEnum}
143
+ * @memberof EvaluationConfigImportDto
144
+ */
145
+ 'type'?: EvaluationTypeEnum;
83
146
  }
84
147
 
148
+
149
+
@@ -46,7 +46,7 @@ export interface EvaluationConfigListVo {
46
46
  * @type {string}
47
47
  * @memberof EvaluationConfigListVo
48
48
  */
49
- 'evaluationCode'?: string;
49
+ 'evaluationConfigCode'?: string;
50
50
  /**
51
51
  * 模块ID
52
52
  * @type {number}
@@ -0,0 +1,36 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * OpenAPI definition
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ *
7
+ * The version of the OpenAPI document: v0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+
17
+ /**
18
+ * 评价配置状态修改
19
+ * @export
20
+ * @interface EvaluationConfigStatusDto
21
+ */
22
+ export interface EvaluationConfigStatusDto {
23
+ /**
24
+ * id
25
+ * @type {number}
26
+ * @memberof EvaluationConfigStatusDto
27
+ */
28
+ 'id': number;
29
+ /**
30
+ * 状态
31
+ * @type {boolean}
32
+ * @memberof EvaluationConfigStatusDto
33
+ */
34
+ 'status': boolean;
35
+ }
36
+
@@ -39,11 +39,11 @@ export interface EvaluationConfigUpdateDto {
39
39
  */
40
40
  'status': boolean;
41
41
  /**
42
- * 评价单号
42
+ * 评价设置单号
43
43
  * @type {string}
44
44
  * @memberof EvaluationConfigUpdateDto
45
45
  */
46
- 'evaluationCode': string;
46
+ 'evaluationConfigCode': string;
47
47
  /**
48
48
  * 模块
49
49
  * @type {string}
@@ -0,0 +1,45 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * OpenAPI definition
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ *
7
+ * The version of the OpenAPI document: v0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+ // May contain unused imports in some cases
17
+ // @ts-ignore
18
+ import type { SubCategoryVo } from './sub-category-vo';
19
+
20
+ /**
21
+ * 评价模块分类VO
22
+ * @export
23
+ * @interface EvaluationModuleCategoryVo
24
+ */
25
+ export interface EvaluationModuleCategoryVo {
26
+ /**
27
+ * 模块ID
28
+ * @type {number}
29
+ * @memberof EvaluationModuleCategoryVo
30
+ */
31
+ 'moduleId'?: number;
32
+ /**
33
+ * 模块名称
34
+ * @type {string}
35
+ * @memberof EvaluationModuleCategoryVo
36
+ */
37
+ 'moduleName'?: string;
38
+ /**
39
+ * 子分类列表
40
+ * @type {Array<SubCategoryVo>}
41
+ * @memberof EvaluationModuleCategoryVo
42
+ */
43
+ 'subCategories'?: Array<SubCategoryVo>;
44
+ }
45
+
package/models/index.ts CHANGED
@@ -176,6 +176,7 @@ export * from './evaluation-config-add-dto';
176
176
  export * from './evaluation-config-details-vo';
177
177
  export * from './evaluation-config-import-dto';
178
178
  export * from './evaluation-config-list-vo';
179
+ export * from './evaluation-config-status-dto';
179
180
  export * from './evaluation-config-update-dto';
180
181
  export * from './evaluation-config-violation-dto';
181
182
  export * from './evaluation-config-violation-vo';
@@ -184,6 +185,7 @@ export * from './evaluation-draft-dto';
184
185
  export * from './evaluation-item-add-dto';
185
186
  export * from './evaluation-item-vo';
186
187
  export * from './evaluation-list-vo';
188
+ export * from './evaluation-module-category-vo';
187
189
  export * from './evaluation-status-enum';
188
190
  export * from './evaluation-submit-dto';
189
191
  export * from './evaluation-type-enum';
@@ -312,6 +314,7 @@ export * from './json-result-list-equipment-detail-dto';
312
314
  export * from './json-result-list-equipment-qr-code-dto';
313
315
  export * from './json-result-list-equipment-system-tree-dto';
314
316
  export * from './json-result-list-equipment-tree-dto';
317
+ export * from './json-result-list-evaluation-module-category-vo';
315
318
  export * from './json-result-list-inspection-point';
316
319
  export * from './json-result-list-inspection-standard-entity';
317
320
  export * from './json-result-list-maintenance-order-process-record-list-vo';
@@ -560,6 +563,7 @@ export * from './srm-level-add-dto';
560
563
  export * from './srm-park-contract-change-vo';
561
564
  export * from './standard-delete-vo';
562
565
  export * from './sub-buttons';
566
+ export * from './sub-category-vo';
563
567
  export * from './supplier-add-vo';
564
568
  export * from './supplier-contact-vo';
565
569
  export * from './supplier-contract-add-or-update-vo';
@@ -51,15 +51,15 @@ export interface IPageEnergyCostRecordInfoVO {
51
51
  *
52
52
  * @type {boolean}
53
53
  * @memberof IPageEnergyCostRecordInfoVO
54
+ * @deprecated
54
55
  */
55
- 'searchCount'?: boolean;
56
+ 'hitCount'?: boolean;
56
57
  /**
57
58
  *
58
59
  * @type {boolean}
59
60
  * @memberof IPageEnergyCostRecordInfoVO
60
- * @deprecated
61
61
  */
62
- 'hitCount'?: boolean;
62
+ 'searchCount'?: boolean;
63
63
  /**
64
64
  *
65
65
  * @type {number}