@gizone/rrs-client 4.2.5-alpha.395 → 4.2.5-alpha.397

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 (86) hide show
  1. package/.openapi-generator/FILES +2 -0
  2. package/apis/work-order-api.ts +238 -137
  3. package/dist/apis/work-order-api.d.ts +134 -79
  4. package/dist/apis/work-order-api.js +184 -110
  5. package/dist/esm/apis/work-order-api.d.ts +134 -79
  6. package/dist/esm/apis/work-order-api.js +183 -109
  7. package/dist/esm/models/exploration-work-order-details-dto.d.ts +12 -0
  8. package/dist/esm/models/exploration-work-order-details-dto.js +5 -1
  9. package/dist/esm/models/exploration-work-order-info.d.ts +6 -0
  10. package/dist/esm/models/exploration-work-order-type-enum.d.ts +1 -0
  11. package/dist/esm/models/exploration-work-order-type-enum.js +2 -1
  12. package/dist/esm/models/index.d.ts +2 -0
  13. package/dist/esm/models/index.js +2 -0
  14. package/dist/esm/models/json-result-work-order-spot-check-dto.d.ts +62 -0
  15. package/dist/esm/models/json-result-work-order-spot-check-dto.js +14 -0
  16. package/dist/esm/models/monitoring-coverage-alert-work-order-details-dto.d.ts +12 -0
  17. package/dist/esm/models/monitoring-coverage-alert-work-order-details-dto.js +5 -1
  18. package/dist/esm/models/network-monitor-repair-details-dto.d.ts +12 -0
  19. package/dist/esm/models/network-monitor-repair-details-dto.js +5 -1
  20. package/dist/esm/models/offline-alert-work-order-details-dto.d.ts +12 -0
  21. package/dist/esm/models/offline-alert-work-order-details-dto.js +5 -1
  22. package/dist/esm/models/period-detail-resp.d.ts +12 -36
  23. package/dist/esm/models/period-detail-resp.js +5 -5
  24. package/dist/esm/models/sys-user.d.ts +4 -4
  25. package/dist/esm/models/violation-work-order-details-dto.d.ts +12 -0
  26. package/dist/esm/models/violation-work-order-details-dto.js +5 -1
  27. package/dist/esm/models/work-order-add-vo.d.ts +6 -0
  28. package/dist/esm/models/work-order-detail-dto.d.ts +11 -35
  29. package/dist/esm/models/work-order-detail-dto.js +4 -4
  30. package/dist/esm/models/work-order-search-dto.d.ts +11 -11
  31. package/dist/esm/models/work-order-search-dto.js +4 -4
  32. package/dist/esm/models/work-order-source-enum.d.ts +1 -0
  33. package/dist/esm/models/work-order-source-enum.js +2 -1
  34. package/dist/esm/models/work-order-spot-check-dto.d.ts +79 -0
  35. package/dist/esm/models/work-order-spot-check-dto.js +18 -0
  36. package/dist/esm/models/work-order-spot-check-vo.d.ts +20 -14
  37. package/dist/esm/models/work-order-spot-check-vo.js +5 -1
  38. package/dist/models/exploration-work-order-details-dto.d.ts +12 -0
  39. package/dist/models/exploration-work-order-details-dto.js +6 -0
  40. package/dist/models/exploration-work-order-info.d.ts +6 -0
  41. package/dist/models/exploration-work-order-type-enum.d.ts +1 -0
  42. package/dist/models/exploration-work-order-type-enum.js +2 -1
  43. package/dist/models/index.d.ts +2 -0
  44. package/dist/models/index.js +2 -0
  45. package/dist/models/json-result-work-order-spot-check-dto.d.ts +62 -0
  46. package/dist/models/json-result-work-order-spot-check-dto.js +15 -0
  47. package/dist/models/monitoring-coverage-alert-work-order-details-dto.d.ts +12 -0
  48. package/dist/models/monitoring-coverage-alert-work-order-details-dto.js +6 -0
  49. package/dist/models/network-monitor-repair-details-dto.d.ts +12 -0
  50. package/dist/models/network-monitor-repair-details-dto.js +6 -0
  51. package/dist/models/offline-alert-work-order-details-dto.d.ts +12 -0
  52. package/dist/models/offline-alert-work-order-details-dto.js +6 -0
  53. package/dist/models/period-detail-resp.d.ts +12 -36
  54. package/dist/models/period-detail-resp.js +6 -6
  55. package/dist/models/sys-user.d.ts +4 -4
  56. package/dist/models/violation-work-order-details-dto.d.ts +12 -0
  57. package/dist/models/violation-work-order-details-dto.js +6 -0
  58. package/dist/models/work-order-add-vo.d.ts +6 -0
  59. package/dist/models/work-order-detail-dto.d.ts +11 -35
  60. package/dist/models/work-order-detail-dto.js +5 -5
  61. package/dist/models/work-order-search-dto.d.ts +11 -11
  62. package/dist/models/work-order-search-dto.js +5 -5
  63. package/dist/models/work-order-source-enum.d.ts +1 -0
  64. package/dist/models/work-order-source-enum.js +2 -1
  65. package/dist/models/work-order-spot-check-dto.d.ts +79 -0
  66. package/dist/models/work-order-spot-check-dto.js +21 -0
  67. package/dist/models/work-order-spot-check-vo.d.ts +20 -14
  68. package/dist/models/work-order-spot-check-vo.js +6 -0
  69. package/models/exploration-work-order-details-dto.ts +13 -0
  70. package/models/exploration-work-order-info.ts +6 -0
  71. package/models/exploration-work-order-type-enum.ts +2 -1
  72. package/models/index.ts +2 -0
  73. package/models/json-result-work-order-spot-check-dto.ts +72 -0
  74. package/models/monitoring-coverage-alert-work-order-details-dto.ts +13 -0
  75. package/models/network-monitor-repair-details-dto.ts +13 -0
  76. package/models/offline-alert-work-order-details-dto.ts +13 -0
  77. package/models/period-detail-resp.ts +13 -37
  78. package/models/sys-user.ts +4 -4
  79. package/models/violation-work-order-details-dto.ts +13 -0
  80. package/models/work-order-add-vo.ts +6 -0
  81. package/models/work-order-detail-dto.ts +11 -35
  82. package/models/work-order-search-dto.ts +11 -11
  83. package/models/work-order-source-enum.ts +2 -1
  84. package/models/work-order-spot-check-dto.ts +90 -0
  85. package/models/work-order-spot-check-vo.ts +23 -14
  86. package/package.json +1 -1
@@ -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 { WorkOrderSpotCheckDto } from './work-order-spot-check-dto';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface JsonResultWorkOrderSpotCheckDto
18
+ */
19
+ export interface JsonResultWorkOrderSpotCheckDto {
20
+ /**
21
+ * 错误码,0:成功,其他:失败
22
+ * @type {number}
23
+ * @memberof JsonResultWorkOrderSpotCheckDto
24
+ */
25
+ 'code'?: number;
26
+ /**
27
+ * 错误消息
28
+ * @type {string}
29
+ * @memberof JsonResultWorkOrderSpotCheckDto
30
+ */
31
+ 'msg'?: string;
32
+ /**
33
+ * 错误堆栈
34
+ * @type {string}
35
+ * @memberof JsonResultWorkOrderSpotCheckDto
36
+ */
37
+ 'stacks'?: string;
38
+ /**
39
+ *
40
+ * @type {WorkOrderSpotCheckDto}
41
+ * @memberof JsonResultWorkOrderSpotCheckDto
42
+ */
43
+ 'data'?: WorkOrderSpotCheckDto | null;
44
+ /**
45
+ *
46
+ * @type {BaseErrorResult}
47
+ * @memberof JsonResultWorkOrderSpotCheckDto
48
+ */
49
+ 'error'?: BaseErrorResult | null;
50
+ /**
51
+ * 日志追踪ID
52
+ * @type {string}
53
+ * @memberof JsonResultWorkOrderSpotCheckDto
54
+ */
55
+ 'traceId'?: string | null;
56
+ /**
57
+ * requestId
58
+ * @type {string}
59
+ * @memberof JsonResultWorkOrderSpotCheckDto
60
+ */
61
+ 'requestId'?: string | null;
62
+ }
@@ -0,0 +1,14 @@
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
+ export {};
@@ -106,4 +106,16 @@ export interface MonitoringCoverageAlertWorkOrderDetailsDto {
106
106
  * @memberof MonitoringCoverageAlertWorkOrderDetailsDto
107
107
  */
108
108
  'isTimeOut'?: boolean;
109
+ /**
110
+ * 抽检结果
111
+ * @type {string}
112
+ * @memberof MonitoringCoverageAlertWorkOrderDetailsDto
113
+ */
114
+ 'spotCheckStatus'?: MonitoringCoverageAlertWorkOrderDetailsDtoSpotCheckStatusEnum;
109
115
  }
116
+ export declare const MonitoringCoverageAlertWorkOrderDetailsDtoSpotCheckStatusEnum: {
117
+ readonly NotCheck: "NOT_CHECK";
118
+ readonly Pass: "PASS";
119
+ readonly Fail: "FAIL";
120
+ };
121
+ export type MonitoringCoverageAlertWorkOrderDetailsDtoSpotCheckStatusEnum = typeof MonitoringCoverageAlertWorkOrderDetailsDtoSpotCheckStatusEnum[keyof typeof MonitoringCoverageAlertWorkOrderDetailsDtoSpotCheckStatusEnum];
@@ -11,4 +11,8 @@
11
11
  * https://openapi-generator.tech
12
12
  * Do not edit the class manually.
13
13
  */
14
- export {};
14
+ export const MonitoringCoverageAlertWorkOrderDetailsDtoSpotCheckStatusEnum = {
15
+ NotCheck: 'NOT_CHECK',
16
+ Pass: 'PASS',
17
+ Fail: 'FAIL'
18
+ };
@@ -179,4 +179,16 @@ export interface NetworkMonitorRepairDetailsDto {
179
179
  * @memberof NetworkMonitorRepairDetailsDto
180
180
  */
181
181
  'isTimeOut'?: boolean;
182
+ /**
183
+ * 抽检结果
184
+ * @type {string}
185
+ * @memberof NetworkMonitorRepairDetailsDto
186
+ */
187
+ 'spotCheckStatus'?: NetworkMonitorRepairDetailsDtoSpotCheckStatusEnum;
182
188
  }
189
+ export declare const NetworkMonitorRepairDetailsDtoSpotCheckStatusEnum: {
190
+ readonly NotCheck: "NOT_CHECK";
191
+ readonly Pass: "PASS";
192
+ readonly Fail: "FAIL";
193
+ };
194
+ export type NetworkMonitorRepairDetailsDtoSpotCheckStatusEnum = typeof NetworkMonitorRepairDetailsDtoSpotCheckStatusEnum[keyof typeof NetworkMonitorRepairDetailsDtoSpotCheckStatusEnum];
@@ -11,4 +11,8 @@
11
11
  * https://openapi-generator.tech
12
12
  * Do not edit the class manually.
13
13
  */
14
- export {};
14
+ export const NetworkMonitorRepairDetailsDtoSpotCheckStatusEnum = {
15
+ NotCheck: 'NOT_CHECK',
16
+ Pass: 'PASS',
17
+ Fail: 'FAIL'
18
+ };
@@ -120,4 +120,16 @@ export interface OfflineAlertWorkOrderDetailsDto {
120
120
  * @memberof OfflineAlertWorkOrderDetailsDto
121
121
  */
122
122
  'isTimeOut'?: boolean;
123
+ /**
124
+ * 抽检结果
125
+ * @type {string}
126
+ * @memberof OfflineAlertWorkOrderDetailsDto
127
+ */
128
+ 'spotCheckStatus'?: OfflineAlertWorkOrderDetailsDtoSpotCheckStatusEnum;
123
129
  }
130
+ export declare const OfflineAlertWorkOrderDetailsDtoSpotCheckStatusEnum: {
131
+ readonly NotCheck: "NOT_CHECK";
132
+ readonly Pass: "PASS";
133
+ readonly Fail: "FAIL";
134
+ };
135
+ export type OfflineAlertWorkOrderDetailsDtoSpotCheckStatusEnum = typeof OfflineAlertWorkOrderDetailsDtoSpotCheckStatusEnum[keyof typeof OfflineAlertWorkOrderDetailsDtoSpotCheckStatusEnum];
@@ -11,4 +11,8 @@
11
11
  * https://openapi-generator.tech
12
12
  * Do not edit the class manually.
13
13
  */
14
- export {};
14
+ export const OfflineAlertWorkOrderDetailsDtoSpotCheckStatusEnum = {
15
+ NotCheck: 'NOT_CHECK',
16
+ Pass: 'PASS',
17
+ Fail: 'FAIL'
18
+ };
@@ -82,30 +82,6 @@ export interface PeriodDetailResp {
82
82
  * @memberof PeriodDetailResp
83
83
  */
84
84
  'overdueTime'?: string;
85
- /**
86
- * 抽检结果
87
- * @type {string}
88
- * @memberof PeriodDetailResp
89
- */
90
- 'samplingResults'?: PeriodDetailRespSamplingResultsEnum;
91
- /**
92
- * 抽检时间
93
- * @type {string}
94
- * @memberof PeriodDetailResp
95
- */
96
- 'samplingTime'?: string;
97
- /**
98
- * 抽检图片
99
- * @type {string}
100
- * @memberof PeriodDetailResp
101
- */
102
- 'samplingImage'?: string;
103
- /**
104
- * 抽检人
105
- * @type {string}
106
- * @memberof PeriodDetailResp
107
- */
108
- 'samplingUserName'?: string;
109
85
  /**
110
86
  *
111
87
  * @type {WorkOrderTypeEnum}
@@ -166,12 +142,6 @@ export interface PeriodDetailResp {
166
142
  * @memberof PeriodDetailResp
167
143
  */
168
144
  'inspectionPointList'?: Array<InspectionPoint>;
169
- /**
170
- * 抽检备注
171
- * @type {string}
172
- * @memberof PeriodDetailResp
173
- */
174
- 'samplingRemarks'?: string;
175
145
  /**
176
146
  * 发起人部门名称/租户名称
177
147
  * @type {string}
@@ -214,13 +184,13 @@ export interface PeriodDetailResp {
214
184
  * @memberof PeriodDetailResp
215
185
  */
216
186
  'isTimeOut'?: boolean;
187
+ /**
188
+ * 抽检结果
189
+ * @type {string}
190
+ * @memberof PeriodDetailResp
191
+ */
192
+ 'spotCheckStatus'?: PeriodDetailRespSpotCheckStatusEnum;
217
193
  }
218
- export declare const PeriodDetailRespSamplingResultsEnum: {
219
- readonly Zero: "ZERO";
220
- readonly One: "ONE";
221
- readonly Two: "TWO";
222
- };
223
- export type PeriodDetailRespSamplingResultsEnum = typeof PeriodDetailRespSamplingResultsEnum[keyof typeof PeriodDetailRespSamplingResultsEnum];
224
194
  export declare const PeriodDetailRespPlanTypeEnum: {
225
195
  readonly PlanTypeShebeiweibao: "PLAN_TYPE_SHEBEIWEIBAO";
226
196
  readonly PlanTypeXunjianSpace: "PLAN_TYPE_XUNJIAN_SPACE";
@@ -229,3 +199,9 @@ export declare const PeriodDetailRespPlanTypeEnum: {
229
199
  readonly PlanTypeDisasterWarning: "PLAN_TYPE_DISASTER_WARNING";
230
200
  };
231
201
  export type PeriodDetailRespPlanTypeEnum = typeof PeriodDetailRespPlanTypeEnum[keyof typeof PeriodDetailRespPlanTypeEnum];
202
+ export declare const PeriodDetailRespSpotCheckStatusEnum: {
203
+ readonly NotCheck: "NOT_CHECK";
204
+ readonly Pass: "PASS";
205
+ readonly Fail: "FAIL";
206
+ };
207
+ export type PeriodDetailRespSpotCheckStatusEnum = typeof PeriodDetailRespSpotCheckStatusEnum[keyof typeof PeriodDetailRespSpotCheckStatusEnum];
@@ -11,11 +11,6 @@
11
11
  * https://openapi-generator.tech
12
12
  * Do not edit the class manually.
13
13
  */
14
- export const PeriodDetailRespSamplingResultsEnum = {
15
- Zero: 'ZERO',
16
- One: 'ONE',
17
- Two: 'TWO'
18
- };
19
14
  export const PeriodDetailRespPlanTypeEnum = {
20
15
  PlanTypeShebeiweibao: 'PLAN_TYPE_SHEBEIWEIBAO',
21
16
  PlanTypeXunjianSpace: 'PLAN_TYPE_XUNJIAN_SPACE',
@@ -23,3 +18,8 @@ export const PeriodDetailRespPlanTypeEnum = {
23
18
  PlanTypeXunjianEquipment: 'PLAN_TYPE_XUNJIAN_EQUIPMENT',
24
19
  PlanTypeDisasterWarning: 'PLAN_TYPE_DISASTER_WARNING'
25
20
  };
21
+ export const PeriodDetailRespSpotCheckStatusEnum = {
22
+ NotCheck: 'NOT_CHECK',
23
+ Pass: 'PASS',
24
+ Fail: 'FAIL'
25
+ };
@@ -377,14 +377,14 @@ export interface SysUser {
377
377
  'sourceUserId'?: string;
378
378
  /**
379
379
  *
380
- * @type {string}
380
+ * @type {number}
381
381
  * @memberof SysUser
382
382
  */
383
- 'cid'?: string;
383
+ 'cuserId'?: number;
384
384
  /**
385
385
  *
386
- * @type {number}
386
+ * @type {string}
387
387
  * @memberof SysUser
388
388
  */
389
- 'cuserId'?: number;
389
+ 'cid'?: string;
390
390
  }
@@ -153,4 +153,16 @@ export interface ViolationWorkOrderDetailsDto {
153
153
  * @memberof ViolationWorkOrderDetailsDto
154
154
  */
155
155
  'isTimeOut'?: boolean;
156
+ /**
157
+ * 抽检结果
158
+ * @type {string}
159
+ * @memberof ViolationWorkOrderDetailsDto
160
+ */
161
+ 'spotCheckStatus'?: ViolationWorkOrderDetailsDtoSpotCheckStatusEnum;
156
162
  }
163
+ export declare const ViolationWorkOrderDetailsDtoSpotCheckStatusEnum: {
164
+ readonly NotCheck: "NOT_CHECK";
165
+ readonly Pass: "PASS";
166
+ readonly Fail: "FAIL";
167
+ };
168
+ export type ViolationWorkOrderDetailsDtoSpotCheckStatusEnum = typeof ViolationWorkOrderDetailsDtoSpotCheckStatusEnum[keyof typeof ViolationWorkOrderDetailsDtoSpotCheckStatusEnum];
@@ -11,4 +11,8 @@
11
11
  * https://openapi-generator.tech
12
12
  * Do not edit the class manually.
13
13
  */
14
- export {};
14
+ export const ViolationWorkOrderDetailsDtoSpotCheckStatusEnum = {
15
+ NotCheck: 'NOT_CHECK',
16
+ Pass: 'PASS',
17
+ Fail: 'FAIL'
18
+ };
@@ -108,4 +108,10 @@ export interface WorkOrderAddVo {
108
108
  * @memberof WorkOrderAddVo
109
109
  */
110
110
  'centerAttribute': ParkCenterAttributeEnum;
111
+ /**
112
+ * 源ID
113
+ * @type {number}
114
+ * @memberof WorkOrderAddVo
115
+ */
116
+ 'sourceId'?: number;
111
117
  }
@@ -143,30 +143,6 @@ export interface WorkOrderDetailDTO {
143
143
  * @memberof WorkOrderDetailDTO
144
144
  */
145
145
  'processingTime'?: string;
146
- /**
147
- * 抽检结果
148
- * @type {string}
149
- * @memberof WorkOrderDetailDTO
150
- */
151
- 'samplingResults'?: WorkOrderDetailDTOSamplingResultsEnum;
152
- /**
153
- * 抽检时间
154
- * @type {string}
155
- * @memberof WorkOrderDetailDTO
156
- */
157
- 'samplingTime'?: string;
158
- /**
159
- * 抽检图片
160
- * @type {string}
161
- * @memberof WorkOrderDetailDTO
162
- */
163
- 'samplingImage'?: string;
164
- /**
165
- * 抽检人
166
- * @type {string}
167
- * @memberof WorkOrderDetailDTO
168
- */
169
- 'samplingUserName'?: string;
170
146
  /**
171
147
  * 处理照片
172
148
  * @type {Array<string>}
@@ -209,12 +185,6 @@ export interface WorkOrderDetailDTO {
209
185
  * @memberof WorkOrderDetailDTO
210
186
  */
211
187
  'workOrderCommentEntityList'?: Array<WorkOrderCommentDTO>;
212
- /**
213
- * 抽检备注
214
- * @type {string}
215
- * @memberof WorkOrderDetailDTO
216
- */
217
- 'samplingRemarks'?: string;
218
188
  /**
219
189
  * 发起人id
220
190
  * @type {number}
@@ -347,10 +317,16 @@ export interface WorkOrderDetailDTO {
347
317
  * @memberof WorkOrderDetailDTO
348
318
  */
349
319
  'equipments'?: Array<Equipment>;
320
+ /**
321
+ * 抽检结果
322
+ * @type {string}
323
+ * @memberof WorkOrderDetailDTO
324
+ */
325
+ 'spotCheckStatus'?: WorkOrderDetailDTOSpotCheckStatusEnum;
350
326
  }
351
- export declare const WorkOrderDetailDTOSamplingResultsEnum: {
352
- readonly Zero: "ZERO";
353
- readonly One: "ONE";
354
- readonly Two: "TWO";
327
+ export declare const WorkOrderDetailDTOSpotCheckStatusEnum: {
328
+ readonly NotCheck: "NOT_CHECK";
329
+ readonly Pass: "PASS";
330
+ readonly Fail: "FAIL";
355
331
  };
356
- export type WorkOrderDetailDTOSamplingResultsEnum = typeof WorkOrderDetailDTOSamplingResultsEnum[keyof typeof WorkOrderDetailDTOSamplingResultsEnum];
332
+ export type WorkOrderDetailDTOSpotCheckStatusEnum = typeof WorkOrderDetailDTOSpotCheckStatusEnum[keyof typeof WorkOrderDetailDTOSpotCheckStatusEnum];
@@ -11,8 +11,8 @@
11
11
  * https://openapi-generator.tech
12
12
  * Do not edit the class manually.
13
13
  */
14
- export const WorkOrderDetailDTOSamplingResultsEnum = {
15
- Zero: 'ZERO',
16
- One: 'ONE',
17
- Two: 'TWO'
14
+ export const WorkOrderDetailDTOSpotCheckStatusEnum = {
15
+ NotCheck: 'NOT_CHECK',
16
+ Pass: 'PASS',
17
+ Fail: 'FAIL'
18
18
  };
@@ -88,12 +88,6 @@ export interface WorkOrderSearchDTO {
88
88
  * @memberof WorkOrderSearchDTO
89
89
  */
90
90
  'handlerContact'?: string;
91
- /**
92
- * 抽检结果
93
- * @type {string}
94
- * @memberof WorkOrderSearchDTO
95
- */
96
- 'samplingResults'?: WorkOrderSearchDTOSamplingResultsEnum;
97
91
  /**
98
92
  * 空间名称
99
93
  * @type {string}
@@ -154,10 +148,16 @@ export interface WorkOrderSearchDTO {
154
148
  * @memberof WorkOrderSearchDTO
155
149
  */
156
150
  'isTimeOut'?: boolean;
151
+ /**
152
+ * 抽检结果
153
+ * @type {string}
154
+ * @memberof WorkOrderSearchDTO
155
+ */
156
+ 'spotCheckStatus'?: WorkOrderSearchDTOSpotCheckStatusEnum;
157
157
  }
158
- export declare const WorkOrderSearchDTOSamplingResultsEnum: {
159
- readonly Zero: "ZERO";
160
- readonly One: "ONE";
161
- readonly Two: "TWO";
158
+ export declare const WorkOrderSearchDTOSpotCheckStatusEnum: {
159
+ readonly NotCheck: "NOT_CHECK";
160
+ readonly Pass: "PASS";
161
+ readonly Fail: "FAIL";
162
162
  };
163
- export type WorkOrderSearchDTOSamplingResultsEnum = typeof WorkOrderSearchDTOSamplingResultsEnum[keyof typeof WorkOrderSearchDTOSamplingResultsEnum];
163
+ export type WorkOrderSearchDTOSpotCheckStatusEnum = typeof WorkOrderSearchDTOSpotCheckStatusEnum[keyof typeof WorkOrderSearchDTOSpotCheckStatusEnum];
@@ -11,8 +11,8 @@
11
11
  * https://openapi-generator.tech
12
12
  * Do not edit the class manually.
13
13
  */
14
- export const WorkOrderSearchDTOSamplingResultsEnum = {
15
- Zero: 'ZERO',
16
- One: 'ONE',
17
- Two: 'TWO'
14
+ export const WorkOrderSearchDTOSpotCheckStatusEnum = {
15
+ NotCheck: 'NOT_CHECK',
16
+ Pass: 'PASS',
17
+ Fail: 'FAIL'
18
18
  };
@@ -24,5 +24,6 @@ export declare const WorkOrderSourceEnum: {
24
24
  readonly OfflineTransferWorkOrder: "OFFLINE_TRANSFER_WORK_ORDER";
25
25
  readonly HkAiAlertTransferWorkOrder: "HK_AI_ALERT_TRANSFER_WORK_ORDER";
26
26
  readonly DisasterWarningTransferWorkOrder: "DISASTER_WARNING_TRANSFER_WORK_ORDER";
27
+ readonly SpotCheckTransferWorkOrder: "SPOT_CHECK_TRANSFER_WORK_ORDER";
27
28
  };
28
29
  export type WorkOrderSourceEnum = typeof WorkOrderSourceEnum[keyof typeof WorkOrderSourceEnum];
@@ -25,5 +25,6 @@ export const WorkOrderSourceEnum = {
25
25
  MaintenanceTransferWorkOrder: 'MAINTENANCE_TRANSFER_WORK_ORDER',
26
26
  OfflineTransferWorkOrder: 'OFFLINE_TRANSFER_WORK_ORDER',
27
27
  HkAiAlertTransferWorkOrder: 'HK_AI_ALERT_TRANSFER_WORK_ORDER',
28
- DisasterWarningTransferWorkOrder: 'DISASTER_WARNING_TRANSFER_WORK_ORDER'
28
+ DisasterWarningTransferWorkOrder: 'DISASTER_WARNING_TRANSFER_WORK_ORDER',
29
+ SpotCheckTransferWorkOrder: 'SPOT_CHECK_TRANSFER_WORK_ORDER'
29
30
  };
@@ -0,0 +1,79 @@
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 { FollowupWorkOrderDTO } from './followup-work-order-dto';
13
+ /**
14
+ * 工单抽检数据传输对象
15
+ * @export
16
+ * @interface WorkOrderSpotCheckDto
17
+ */
18
+ export interface WorkOrderSpotCheckDto {
19
+ /**
20
+ * 抽检的工单ID
21
+ * @type {number}
22
+ * @memberof WorkOrderSpotCheckDto
23
+ */
24
+ 'workOrderId'?: number;
25
+ /**
26
+ * 抽检结果
27
+ * @type {string}
28
+ * @memberof WorkOrderSpotCheckDto
29
+ */
30
+ 'checkStatus'?: WorkOrderSpotCheckDtoCheckStatusEnum;
31
+ /**
32
+ * 抽检时间
33
+ * @type {string}
34
+ * @memberof WorkOrderSpotCheckDto
35
+ */
36
+ 'checkTime'?: string;
37
+ /**
38
+ * 抽检图片
39
+ * @type {Array<string>}
40
+ * @memberof WorkOrderSpotCheckDto
41
+ */
42
+ 'checkImages'?: Array<string>;
43
+ /**
44
+ * 抽检人姓名
45
+ * @type {string}
46
+ * @memberof WorkOrderSpotCheckDto
47
+ */
48
+ 'checkUserName'?: string;
49
+ /**
50
+ * 抽检人ID
51
+ * @type {number}
52
+ * @memberof WorkOrderSpotCheckDto
53
+ */
54
+ 'checkUserId'?: number;
55
+ /**
56
+ * 抽检备注
57
+ * @type {string}
58
+ * @memberof WorkOrderSpotCheckDto
59
+ */
60
+ 'checkRemarks'?: string;
61
+ /**
62
+ * 抽检项ID
63
+ * @type {Array<string>}
64
+ * @memberof WorkOrderSpotCheckDto
65
+ */
66
+ 'inspectionItemIds'?: Array<string>;
67
+ /**
68
+ *
69
+ * @type {FollowupWorkOrderDTO}
70
+ * @memberof WorkOrderSpotCheckDto
71
+ */
72
+ 'followupWorkOrder'?: FollowupWorkOrderDTO;
73
+ }
74
+ export declare const WorkOrderSpotCheckDtoCheckStatusEnum: {
75
+ readonly NotCheck: "NOT_CHECK";
76
+ readonly Pass: "PASS";
77
+ readonly Fail: "FAIL";
78
+ };
79
+ export type WorkOrderSpotCheckDtoCheckStatusEnum = typeof WorkOrderSpotCheckDtoCheckStatusEnum[keyof typeof WorkOrderSpotCheckDtoCheckStatusEnum];
@@ -0,0 +1,18 @@
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
+ export const WorkOrderSpotCheckDtoCheckStatusEnum = {
15
+ NotCheck: 'NOT_CHECK',
16
+ Pass: 'PASS',
17
+ Fail: 'FAIL'
18
+ };
@@ -17,32 +17,38 @@
17
17
  export interface WorkOrderSpotCheckVo {
18
18
  /**
19
19
  * 抽检状态
20
- * @type {number}
20
+ * @type {string}
21
21
  * @memberof WorkOrderSpotCheckVo
22
22
  */
23
- 'samplingResults': number;
23
+ 'spotCheckStatus': WorkOrderSpotCheckVoSpotCheckStatusEnum;
24
24
  /**
25
- * 抽检图片
26
- * @type {string}
25
+ * 抽检项ID
26
+ * @type {Array<number>}
27
27
  * @memberof WorkOrderSpotCheckVo
28
28
  */
29
- 'samplingImage': string;
29
+ 'inspectionItemIds'?: Array<number>;
30
30
  /**
31
- * 抽检备注
32
- * @type {string}
31
+ * 抽检图片
32
+ * @type {Array<string>}
33
33
  * @memberof WorkOrderSpotCheckVo
34
34
  */
35
- 'samplingRemarks'?: string;
35
+ 'checkImages'?: Array<string>;
36
36
  /**
37
- * 是否生成新工单 1 是 0 否
38
- * @type {number}
37
+ * 抽检备注
38
+ * @type {string}
39
39
  * @memberof WorkOrderSpotCheckVo
40
40
  */
41
- 'isNewWork'?: number;
41
+ 'checkRemarks'?: string;
42
42
  /**
43
- *
44
- * @type {number}
43
+ * 是否生成新工单
44
+ * @type {boolean}
45
45
  * @memberof WorkOrderSpotCheckVo
46
46
  */
47
- 'id'?: number;
47
+ 'isNewWork': boolean;
48
48
  }
49
+ export declare const WorkOrderSpotCheckVoSpotCheckStatusEnum: {
50
+ readonly NotCheck: "NOT_CHECK";
51
+ readonly Pass: "PASS";
52
+ readonly Fail: "FAIL";
53
+ };
54
+ export type WorkOrderSpotCheckVoSpotCheckStatusEnum = typeof WorkOrderSpotCheckVoSpotCheckStatusEnum[keyof typeof WorkOrderSpotCheckVoSpotCheckStatusEnum];
@@ -11,4 +11,8 @@
11
11
  * https://openapi-generator.tech
12
12
  * Do not edit the class manually.
13
13
  */
14
- export {};
14
+ export const WorkOrderSpotCheckVoSpotCheckStatusEnum = {
15
+ NotCheck: 'NOT_CHECK',
16
+ Pass: 'PASS',
17
+ Fail: 'FAIL'
18
+ };
@@ -120,4 +120,16 @@ export interface ExplorationWorkOrderDetailsDto {
120
120
  * @memberof ExplorationWorkOrderDetailsDto
121
121
  */
122
122
  'equipments'?: Array<WorkOrderEquipmentDto>;
123
+ /**
124
+ * 抽检结果
125
+ * @type {string}
126
+ * @memberof ExplorationWorkOrderDetailsDto
127
+ */
128
+ 'spotCheckStatus'?: ExplorationWorkOrderDetailsDtoSpotCheckStatusEnum;
123
129
  }
130
+ export declare const ExplorationWorkOrderDetailsDtoSpotCheckStatusEnum: {
131
+ readonly NotCheck: "NOT_CHECK";
132
+ readonly Pass: "PASS";
133
+ readonly Fail: "FAIL";
134
+ };
135
+ export type ExplorationWorkOrderDetailsDtoSpotCheckStatusEnum = typeof ExplorationWorkOrderDetailsDtoSpotCheckStatusEnum[keyof typeof ExplorationWorkOrderDetailsDtoSpotCheckStatusEnum];
@@ -13,3 +13,9 @@
13
13
  * Do not edit the class manually.
14
14
  */
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.ExplorationWorkOrderDetailsDtoSpotCheckStatusEnum = void 0;
17
+ exports.ExplorationWorkOrderDetailsDtoSpotCheckStatusEnum = {
18
+ NotCheck: 'NOT_CHECK',
19
+ Pass: 'PASS',
20
+ Fail: 'FAIL'
21
+ };