@gizone/rrs-client 4.2.5-alpha.394 → 4.2.5-alpha.396
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/.openapi-generator/FILES +3 -0
- package/apis/work-order-api.ts +329 -137
- package/dist/apis/work-order-api.d.ts +181 -79
- package/dist/apis/work-order-api.js +254 -110
- package/dist/esm/apis/work-order-api.d.ts +181 -79
- package/dist/esm/apis/work-order-api.js +253 -109
- package/dist/esm/models/exploration-work-order-add-vo.d.ts +123 -0
- package/dist/esm/models/exploration-work-order-add-vo.js +19 -0
- package/dist/esm/models/exploration-work-order-details-dto.d.ts +12 -0
- package/dist/esm/models/exploration-work-order-details-dto.js +5 -1
- package/dist/esm/models/exploration-work-order-info.d.ts +6 -0
- package/dist/esm/models/index.d.ts +3 -0
- package/dist/esm/models/index.js +3 -0
- package/dist/esm/models/json-result-work-order-spot-check-dto.d.ts +62 -0
- package/dist/esm/models/json-result-work-order-spot-check-dto.js +14 -0
- package/dist/esm/models/monitoring-coverage-alert-work-order-details-dto.d.ts +12 -0
- package/dist/esm/models/monitoring-coverage-alert-work-order-details-dto.js +5 -1
- package/dist/esm/models/network-monitor-repair-details-dto.d.ts +12 -0
- package/dist/esm/models/network-monitor-repair-details-dto.js +5 -1
- package/dist/esm/models/offline-alert-work-order-details-dto.d.ts +12 -0
- package/dist/esm/models/offline-alert-work-order-details-dto.js +5 -1
- package/dist/esm/models/period-detail-resp.d.ts +12 -36
- package/dist/esm/models/period-detail-resp.js +5 -5
- package/dist/esm/models/sys-user.d.ts +4 -4
- package/dist/esm/models/violation-work-order-details-dto.d.ts +12 -0
- package/dist/esm/models/violation-work-order-details-dto.js +5 -1
- package/dist/esm/models/work-order-add-vo.d.ts +6 -0
- package/dist/esm/models/work-order-detail-dto.d.ts +11 -35
- package/dist/esm/models/work-order-detail-dto.js +4 -4
- package/dist/esm/models/work-order-search-dto.d.ts +11 -11
- package/dist/esm/models/work-order-search-dto.js +4 -4
- package/dist/esm/models/work-order-source-enum.d.ts +1 -0
- package/dist/esm/models/work-order-source-enum.js +2 -1
- package/dist/esm/models/work-order-spot-check-dto.d.ts +79 -0
- package/dist/esm/models/work-order-spot-check-dto.js +18 -0
- package/dist/esm/models/work-order-spot-check-vo.d.ts +20 -14
- package/dist/esm/models/work-order-spot-check-vo.js +5 -1
- package/dist/models/exploration-work-order-add-vo.d.ts +123 -0
- package/dist/models/exploration-work-order-add-vo.js +22 -0
- package/dist/models/exploration-work-order-details-dto.d.ts +12 -0
- package/dist/models/exploration-work-order-details-dto.js +6 -0
- package/dist/models/exploration-work-order-info.d.ts +6 -0
- package/dist/models/index.d.ts +3 -0
- package/dist/models/index.js +3 -0
- package/dist/models/json-result-work-order-spot-check-dto.d.ts +62 -0
- package/dist/models/json-result-work-order-spot-check-dto.js +15 -0
- package/dist/models/monitoring-coverage-alert-work-order-details-dto.d.ts +12 -0
- package/dist/models/monitoring-coverage-alert-work-order-details-dto.js +6 -0
- package/dist/models/network-monitor-repair-details-dto.d.ts +12 -0
- package/dist/models/network-monitor-repair-details-dto.js +6 -0
- package/dist/models/offline-alert-work-order-details-dto.d.ts +12 -0
- package/dist/models/offline-alert-work-order-details-dto.js +6 -0
- package/dist/models/period-detail-resp.d.ts +12 -36
- package/dist/models/period-detail-resp.js +6 -6
- package/dist/models/sys-user.d.ts +4 -4
- package/dist/models/violation-work-order-details-dto.d.ts +12 -0
- package/dist/models/violation-work-order-details-dto.js +6 -0
- package/dist/models/work-order-add-vo.d.ts +6 -0
- package/dist/models/work-order-detail-dto.d.ts +11 -35
- package/dist/models/work-order-detail-dto.js +5 -5
- package/dist/models/work-order-search-dto.d.ts +11 -11
- package/dist/models/work-order-search-dto.js +5 -5
- package/dist/models/work-order-source-enum.d.ts +1 -0
- package/dist/models/work-order-source-enum.js +2 -1
- package/dist/models/work-order-spot-check-dto.d.ts +79 -0
- package/dist/models/work-order-spot-check-dto.js +21 -0
- package/dist/models/work-order-spot-check-vo.d.ts +20 -14
- package/dist/models/work-order-spot-check-vo.js +6 -0
- package/models/exploration-work-order-add-vo.ts +136 -0
- package/models/exploration-work-order-details-dto.ts +13 -0
- package/models/exploration-work-order-info.ts +6 -0
- package/models/index.ts +3 -0
- package/models/json-result-work-order-spot-check-dto.ts +72 -0
- package/models/monitoring-coverage-alert-work-order-details-dto.ts +13 -0
- package/models/network-monitor-repair-details-dto.ts +13 -0
- package/models/offline-alert-work-order-details-dto.ts +13 -0
- package/models/period-detail-resp.ts +13 -37
- package/models/sys-user.ts +4 -4
- package/models/violation-work-order-details-dto.ts +13 -0
- package/models/work-order-add-vo.ts +6 -0
- package/models/work-order-detail-dto.ts +11 -35
- package/models/work-order-search-dto.ts +11 -11
- package/models/work-order-source-enum.ts +2 -1
- package/models/work-order-spot-check-dto.ts +90 -0
- package/models/work-order-spot-check-vo.ts +23 -14
- package/package.json +1 -1
|
@@ -125,7 +125,20 @@ export interface MonitoringCoverageAlertWorkOrderDetailsDto {
|
|
|
125
125
|
* @memberof MonitoringCoverageAlertWorkOrderDetailsDto
|
|
126
126
|
*/
|
|
127
127
|
'isTimeOut'?: boolean;
|
|
128
|
+
/**
|
|
129
|
+
* 抽检结果
|
|
130
|
+
* @type {string}
|
|
131
|
+
* @memberof MonitoringCoverageAlertWorkOrderDetailsDto
|
|
132
|
+
*/
|
|
133
|
+
'spotCheckStatus'?: MonitoringCoverageAlertWorkOrderDetailsDtoSpotCheckStatusEnum;
|
|
128
134
|
}
|
|
129
135
|
|
|
136
|
+
export const MonitoringCoverageAlertWorkOrderDetailsDtoSpotCheckStatusEnum = {
|
|
137
|
+
NotCheck: 'NOT_CHECK',
|
|
138
|
+
Pass: 'PASS',
|
|
139
|
+
Fail: 'FAIL'
|
|
140
|
+
} as const;
|
|
141
|
+
|
|
142
|
+
export type MonitoringCoverageAlertWorkOrderDetailsDtoSpotCheckStatusEnum = typeof MonitoringCoverageAlertWorkOrderDetailsDtoSpotCheckStatusEnum[keyof typeof MonitoringCoverageAlertWorkOrderDetailsDtoSpotCheckStatusEnum];
|
|
130
143
|
|
|
131
144
|
|
|
@@ -212,7 +212,20 @@ export interface NetworkMonitorRepairDetailsDto {
|
|
|
212
212
|
* @memberof NetworkMonitorRepairDetailsDto
|
|
213
213
|
*/
|
|
214
214
|
'isTimeOut'?: boolean;
|
|
215
|
+
/**
|
|
216
|
+
* 抽检结果
|
|
217
|
+
* @type {string}
|
|
218
|
+
* @memberof NetworkMonitorRepairDetailsDto
|
|
219
|
+
*/
|
|
220
|
+
'spotCheckStatus'?: NetworkMonitorRepairDetailsDtoSpotCheckStatusEnum;
|
|
215
221
|
}
|
|
216
222
|
|
|
223
|
+
export const NetworkMonitorRepairDetailsDtoSpotCheckStatusEnum = {
|
|
224
|
+
NotCheck: 'NOT_CHECK',
|
|
225
|
+
Pass: 'PASS',
|
|
226
|
+
Fail: 'FAIL'
|
|
227
|
+
} as const;
|
|
228
|
+
|
|
229
|
+
export type NetworkMonitorRepairDetailsDtoSpotCheckStatusEnum = typeof NetworkMonitorRepairDetailsDtoSpotCheckStatusEnum[keyof typeof NetworkMonitorRepairDetailsDtoSpotCheckStatusEnum];
|
|
217
230
|
|
|
218
231
|
|
|
@@ -143,7 +143,20 @@ export interface OfflineAlertWorkOrderDetailsDto {
|
|
|
143
143
|
* @memberof OfflineAlertWorkOrderDetailsDto
|
|
144
144
|
*/
|
|
145
145
|
'isTimeOut'?: boolean;
|
|
146
|
+
/**
|
|
147
|
+
* 抽检结果
|
|
148
|
+
* @type {string}
|
|
149
|
+
* @memberof OfflineAlertWorkOrderDetailsDto
|
|
150
|
+
*/
|
|
151
|
+
'spotCheckStatus'?: OfflineAlertWorkOrderDetailsDtoSpotCheckStatusEnum;
|
|
146
152
|
}
|
|
147
153
|
|
|
154
|
+
export const OfflineAlertWorkOrderDetailsDtoSpotCheckStatusEnum = {
|
|
155
|
+
NotCheck: 'NOT_CHECK',
|
|
156
|
+
Pass: 'PASS',
|
|
157
|
+
Fail: 'FAIL'
|
|
158
|
+
} as const;
|
|
159
|
+
|
|
160
|
+
export type OfflineAlertWorkOrderDetailsDtoSpotCheckStatusEnum = typeof OfflineAlertWorkOrderDetailsDtoSpotCheckStatusEnum[keyof typeof OfflineAlertWorkOrderDetailsDtoSpotCheckStatusEnum];
|
|
148
161
|
|
|
149
162
|
|
|
@@ -101,30 +101,6 @@ export interface PeriodDetailResp {
|
|
|
101
101
|
* @memberof PeriodDetailResp
|
|
102
102
|
*/
|
|
103
103
|
'overdueTime'?: string;
|
|
104
|
-
/**
|
|
105
|
-
* 抽检结果
|
|
106
|
-
* @type {string}
|
|
107
|
-
* @memberof PeriodDetailResp
|
|
108
|
-
*/
|
|
109
|
-
'samplingResults'?: PeriodDetailRespSamplingResultsEnum;
|
|
110
|
-
/**
|
|
111
|
-
* 抽检时间
|
|
112
|
-
* @type {string}
|
|
113
|
-
* @memberof PeriodDetailResp
|
|
114
|
-
*/
|
|
115
|
-
'samplingTime'?: string;
|
|
116
|
-
/**
|
|
117
|
-
* 抽检图片
|
|
118
|
-
* @type {string}
|
|
119
|
-
* @memberof PeriodDetailResp
|
|
120
|
-
*/
|
|
121
|
-
'samplingImage'?: string;
|
|
122
|
-
/**
|
|
123
|
-
* 抽检人
|
|
124
|
-
* @type {string}
|
|
125
|
-
* @memberof PeriodDetailResp
|
|
126
|
-
*/
|
|
127
|
-
'samplingUserName'?: string;
|
|
128
104
|
/**
|
|
129
105
|
*
|
|
130
106
|
* @type {WorkOrderTypeEnum}
|
|
@@ -185,12 +161,6 @@ export interface PeriodDetailResp {
|
|
|
185
161
|
* @memberof PeriodDetailResp
|
|
186
162
|
*/
|
|
187
163
|
'inspectionPointList'?: Array<InspectionPoint>;
|
|
188
|
-
/**
|
|
189
|
-
* 抽检备注
|
|
190
|
-
* @type {string}
|
|
191
|
-
* @memberof PeriodDetailResp
|
|
192
|
-
*/
|
|
193
|
-
'samplingRemarks'?: string;
|
|
194
164
|
/**
|
|
195
165
|
* 发起人部门名称/租户名称
|
|
196
166
|
* @type {string}
|
|
@@ -233,15 +203,14 @@ export interface PeriodDetailResp {
|
|
|
233
203
|
* @memberof PeriodDetailResp
|
|
234
204
|
*/
|
|
235
205
|
'isTimeOut'?: boolean;
|
|
206
|
+
/**
|
|
207
|
+
* 抽检结果
|
|
208
|
+
* @type {string}
|
|
209
|
+
* @memberof PeriodDetailResp
|
|
210
|
+
*/
|
|
211
|
+
'spotCheckStatus'?: PeriodDetailRespSpotCheckStatusEnum;
|
|
236
212
|
}
|
|
237
213
|
|
|
238
|
-
export const PeriodDetailRespSamplingResultsEnum = {
|
|
239
|
-
Zero: 'ZERO',
|
|
240
|
-
One: 'ONE',
|
|
241
|
-
Two: 'TWO'
|
|
242
|
-
} as const;
|
|
243
|
-
|
|
244
|
-
export type PeriodDetailRespSamplingResultsEnum = typeof PeriodDetailRespSamplingResultsEnum[keyof typeof PeriodDetailRespSamplingResultsEnum];
|
|
245
214
|
export const PeriodDetailRespPlanTypeEnum = {
|
|
246
215
|
PlanTypeShebeiweibao: 'PLAN_TYPE_SHEBEIWEIBAO',
|
|
247
216
|
PlanTypeXunjianSpace: 'PLAN_TYPE_XUNJIAN_SPACE',
|
|
@@ -251,5 +220,12 @@ export const PeriodDetailRespPlanTypeEnum = {
|
|
|
251
220
|
} as const;
|
|
252
221
|
|
|
253
222
|
export type PeriodDetailRespPlanTypeEnum = typeof PeriodDetailRespPlanTypeEnum[keyof typeof PeriodDetailRespPlanTypeEnum];
|
|
223
|
+
export const PeriodDetailRespSpotCheckStatusEnum = {
|
|
224
|
+
NotCheck: 'NOT_CHECK',
|
|
225
|
+
Pass: 'PASS',
|
|
226
|
+
Fail: 'FAIL'
|
|
227
|
+
} as const;
|
|
228
|
+
|
|
229
|
+
export type PeriodDetailRespSpotCheckStatusEnum = typeof PeriodDetailRespSpotCheckStatusEnum[keyof typeof PeriodDetailRespSpotCheckStatusEnum];
|
|
254
230
|
|
|
255
231
|
|
package/models/sys-user.ts
CHANGED
|
@@ -388,16 +388,16 @@ export interface SysUser {
|
|
|
388
388
|
'sourceUserId'?: string;
|
|
389
389
|
/**
|
|
390
390
|
*
|
|
391
|
-
* @type {
|
|
391
|
+
* @type {number}
|
|
392
392
|
* @memberof SysUser
|
|
393
393
|
*/
|
|
394
|
-
'
|
|
394
|
+
'cuserId'?: number;
|
|
395
395
|
/**
|
|
396
396
|
*
|
|
397
|
-
* @type {
|
|
397
|
+
* @type {string}
|
|
398
398
|
* @memberof SysUser
|
|
399
399
|
*/
|
|
400
|
-
'
|
|
400
|
+
'cid'?: string;
|
|
401
401
|
}
|
|
402
402
|
|
|
403
403
|
|
|
@@ -182,7 +182,20 @@ export interface ViolationWorkOrderDetailsDto {
|
|
|
182
182
|
* @memberof ViolationWorkOrderDetailsDto
|
|
183
183
|
*/
|
|
184
184
|
'isTimeOut'?: boolean;
|
|
185
|
+
/**
|
|
186
|
+
* 抽检结果
|
|
187
|
+
* @type {string}
|
|
188
|
+
* @memberof ViolationWorkOrderDetailsDto
|
|
189
|
+
*/
|
|
190
|
+
'spotCheckStatus'?: ViolationWorkOrderDetailsDtoSpotCheckStatusEnum;
|
|
185
191
|
}
|
|
186
192
|
|
|
193
|
+
export const ViolationWorkOrderDetailsDtoSpotCheckStatusEnum = {
|
|
194
|
+
NotCheck: 'NOT_CHECK',
|
|
195
|
+
Pass: 'PASS',
|
|
196
|
+
Fail: 'FAIL'
|
|
197
|
+
} as const;
|
|
198
|
+
|
|
199
|
+
export type ViolationWorkOrderDetailsDtoSpotCheckStatusEnum = typeof ViolationWorkOrderDetailsDtoSpotCheckStatusEnum[keyof typeof ViolationWorkOrderDetailsDtoSpotCheckStatusEnum];
|
|
187
200
|
|
|
188
201
|
|
|
@@ -176,30 +176,6 @@ export interface WorkOrderDetailDTO {
|
|
|
176
176
|
* @memberof WorkOrderDetailDTO
|
|
177
177
|
*/
|
|
178
178
|
'processingTime'?: string;
|
|
179
|
-
/**
|
|
180
|
-
* 抽检结果
|
|
181
|
-
* @type {string}
|
|
182
|
-
* @memberof WorkOrderDetailDTO
|
|
183
|
-
*/
|
|
184
|
-
'samplingResults'?: WorkOrderDetailDTOSamplingResultsEnum;
|
|
185
|
-
/**
|
|
186
|
-
* 抽检时间
|
|
187
|
-
* @type {string}
|
|
188
|
-
* @memberof WorkOrderDetailDTO
|
|
189
|
-
*/
|
|
190
|
-
'samplingTime'?: string;
|
|
191
|
-
/**
|
|
192
|
-
* 抽检图片
|
|
193
|
-
* @type {string}
|
|
194
|
-
* @memberof WorkOrderDetailDTO
|
|
195
|
-
*/
|
|
196
|
-
'samplingImage'?: string;
|
|
197
|
-
/**
|
|
198
|
-
* 抽检人
|
|
199
|
-
* @type {string}
|
|
200
|
-
* @memberof WorkOrderDetailDTO
|
|
201
|
-
*/
|
|
202
|
-
'samplingUserName'?: string;
|
|
203
179
|
/**
|
|
204
180
|
* 处理照片
|
|
205
181
|
* @type {Array<string>}
|
|
@@ -242,12 +218,6 @@ export interface WorkOrderDetailDTO {
|
|
|
242
218
|
* @memberof WorkOrderDetailDTO
|
|
243
219
|
*/
|
|
244
220
|
'workOrderCommentEntityList'?: Array<WorkOrderCommentDTO>;
|
|
245
|
-
/**
|
|
246
|
-
* 抽检备注
|
|
247
|
-
* @type {string}
|
|
248
|
-
* @memberof WorkOrderDetailDTO
|
|
249
|
-
*/
|
|
250
|
-
'samplingRemarks'?: string;
|
|
251
221
|
/**
|
|
252
222
|
* 发起人id
|
|
253
223
|
* @type {number}
|
|
@@ -380,14 +350,20 @@ export interface WorkOrderDetailDTO {
|
|
|
380
350
|
* @memberof WorkOrderDetailDTO
|
|
381
351
|
*/
|
|
382
352
|
'equipments'?: Array<Equipment>;
|
|
353
|
+
/**
|
|
354
|
+
* 抽检结果
|
|
355
|
+
* @type {string}
|
|
356
|
+
* @memberof WorkOrderDetailDTO
|
|
357
|
+
*/
|
|
358
|
+
'spotCheckStatus'?: WorkOrderDetailDTOSpotCheckStatusEnum;
|
|
383
359
|
}
|
|
384
360
|
|
|
385
|
-
export const
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
361
|
+
export const WorkOrderDetailDTOSpotCheckStatusEnum = {
|
|
362
|
+
NotCheck: 'NOT_CHECK',
|
|
363
|
+
Pass: 'PASS',
|
|
364
|
+
Fail: 'FAIL'
|
|
389
365
|
} as const;
|
|
390
366
|
|
|
391
|
-
export type
|
|
367
|
+
export type WorkOrderDetailDTOSpotCheckStatusEnum = typeof WorkOrderDetailDTOSpotCheckStatusEnum[keyof typeof WorkOrderDetailDTOSpotCheckStatusEnum];
|
|
392
368
|
|
|
393
369
|
|
|
@@ -107,12 +107,6 @@ export interface WorkOrderSearchDTO {
|
|
|
107
107
|
* @memberof WorkOrderSearchDTO
|
|
108
108
|
*/
|
|
109
109
|
'handlerContact'?: string;
|
|
110
|
-
/**
|
|
111
|
-
* 抽检结果
|
|
112
|
-
* @type {string}
|
|
113
|
-
* @memberof WorkOrderSearchDTO
|
|
114
|
-
*/
|
|
115
|
-
'samplingResults'?: WorkOrderSearchDTOSamplingResultsEnum;
|
|
116
110
|
/**
|
|
117
111
|
* 空间名称
|
|
118
112
|
* @type {string}
|
|
@@ -173,14 +167,20 @@ export interface WorkOrderSearchDTO {
|
|
|
173
167
|
* @memberof WorkOrderSearchDTO
|
|
174
168
|
*/
|
|
175
169
|
'isTimeOut'?: boolean;
|
|
170
|
+
/**
|
|
171
|
+
* 抽检结果
|
|
172
|
+
* @type {string}
|
|
173
|
+
* @memberof WorkOrderSearchDTO
|
|
174
|
+
*/
|
|
175
|
+
'spotCheckStatus'?: WorkOrderSearchDTOSpotCheckStatusEnum;
|
|
176
176
|
}
|
|
177
177
|
|
|
178
|
-
export const
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
178
|
+
export const WorkOrderSearchDTOSpotCheckStatusEnum = {
|
|
179
|
+
NotCheck: 'NOT_CHECK',
|
|
180
|
+
Pass: 'PASS',
|
|
181
|
+
Fail: 'FAIL'
|
|
182
182
|
} as const;
|
|
183
183
|
|
|
184
|
-
export type
|
|
184
|
+
export type WorkOrderSearchDTOSpotCheckStatusEnum = typeof WorkOrderSearchDTOSpotCheckStatusEnum[keyof typeof WorkOrderSearchDTOSpotCheckStatusEnum];
|
|
185
185
|
|
|
186
186
|
|
|
@@ -29,7 +29,8 @@ export const WorkOrderSourceEnum = {
|
|
|
29
29
|
MaintenanceTransferWorkOrder: 'MAINTENANCE_TRANSFER_WORK_ORDER',
|
|
30
30
|
OfflineTransferWorkOrder: 'OFFLINE_TRANSFER_WORK_ORDER',
|
|
31
31
|
HkAiAlertTransferWorkOrder: 'HK_AI_ALERT_TRANSFER_WORK_ORDER',
|
|
32
|
-
DisasterWarningTransferWorkOrder: 'DISASTER_WARNING_TRANSFER_WORK_ORDER'
|
|
32
|
+
DisasterWarningTransferWorkOrder: 'DISASTER_WARNING_TRANSFER_WORK_ORDER',
|
|
33
|
+
SpotCheckTransferWorkOrder: 'SPOT_CHECK_TRANSFER_WORK_ORDER'
|
|
33
34
|
} as const;
|
|
34
35
|
|
|
35
36
|
export type WorkOrderSourceEnum = typeof WorkOrderSourceEnum[keyof typeof WorkOrderSourceEnum];
|
|
@@ -0,0 +1,90 @@
|
|
|
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 { FollowupWorkOrderDTO } from './followup-work-order-dto';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* 工单抽检数据传输对象
|
|
22
|
+
* @export
|
|
23
|
+
* @interface WorkOrderSpotCheckDto
|
|
24
|
+
*/
|
|
25
|
+
export interface WorkOrderSpotCheckDto {
|
|
26
|
+
/**
|
|
27
|
+
* 抽检的工单ID
|
|
28
|
+
* @type {number}
|
|
29
|
+
* @memberof WorkOrderSpotCheckDto
|
|
30
|
+
*/
|
|
31
|
+
'workOrderId'?: number;
|
|
32
|
+
/**
|
|
33
|
+
* 抽检结果
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof WorkOrderSpotCheckDto
|
|
36
|
+
*/
|
|
37
|
+
'checkStatus'?: WorkOrderSpotCheckDtoCheckStatusEnum;
|
|
38
|
+
/**
|
|
39
|
+
* 抽检时间
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof WorkOrderSpotCheckDto
|
|
42
|
+
*/
|
|
43
|
+
'checkTime'?: string;
|
|
44
|
+
/**
|
|
45
|
+
* 抽检图片
|
|
46
|
+
* @type {Array<string>}
|
|
47
|
+
* @memberof WorkOrderSpotCheckDto
|
|
48
|
+
*/
|
|
49
|
+
'checkImages'?: Array<string>;
|
|
50
|
+
/**
|
|
51
|
+
* 抽检人姓名
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof WorkOrderSpotCheckDto
|
|
54
|
+
*/
|
|
55
|
+
'checkUserName'?: string;
|
|
56
|
+
/**
|
|
57
|
+
* 抽检人ID
|
|
58
|
+
* @type {number}
|
|
59
|
+
* @memberof WorkOrderSpotCheckDto
|
|
60
|
+
*/
|
|
61
|
+
'checkUserId'?: number;
|
|
62
|
+
/**
|
|
63
|
+
* 抽检备注
|
|
64
|
+
* @type {string}
|
|
65
|
+
* @memberof WorkOrderSpotCheckDto
|
|
66
|
+
*/
|
|
67
|
+
'checkRemarks'?: string;
|
|
68
|
+
/**
|
|
69
|
+
* 抽检项ID
|
|
70
|
+
* @type {Array<string>}
|
|
71
|
+
* @memberof WorkOrderSpotCheckDto
|
|
72
|
+
*/
|
|
73
|
+
'inspectionItemIds'?: Array<string>;
|
|
74
|
+
/**
|
|
75
|
+
*
|
|
76
|
+
* @type {FollowupWorkOrderDTO}
|
|
77
|
+
* @memberof WorkOrderSpotCheckDto
|
|
78
|
+
*/
|
|
79
|
+
'followupWorkOrder'?: FollowupWorkOrderDTO;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
export const WorkOrderSpotCheckDtoCheckStatusEnum = {
|
|
83
|
+
NotCheck: 'NOT_CHECK',
|
|
84
|
+
Pass: 'PASS',
|
|
85
|
+
Fail: 'FAIL'
|
|
86
|
+
} as const;
|
|
87
|
+
|
|
88
|
+
export type WorkOrderSpotCheckDtoCheckStatusEnum = typeof WorkOrderSpotCheckDtoCheckStatusEnum[keyof typeof WorkOrderSpotCheckDtoCheckStatusEnum];
|
|
89
|
+
|
|
90
|
+
|
|
@@ -22,33 +22,42 @@
|
|
|
22
22
|
export interface WorkOrderSpotCheckVo {
|
|
23
23
|
/**
|
|
24
24
|
* 抽检状态
|
|
25
|
-
* @type {
|
|
25
|
+
* @type {string}
|
|
26
26
|
* @memberof WorkOrderSpotCheckVo
|
|
27
27
|
*/
|
|
28
|
-
'
|
|
28
|
+
'spotCheckStatus': WorkOrderSpotCheckVoSpotCheckStatusEnum;
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
31
|
-
* @type {
|
|
30
|
+
* 抽检项ID
|
|
31
|
+
* @type {Array<number>}
|
|
32
32
|
* @memberof WorkOrderSpotCheckVo
|
|
33
33
|
*/
|
|
34
|
-
'
|
|
34
|
+
'inspectionItemIds'?: Array<number>;
|
|
35
35
|
/**
|
|
36
|
-
*
|
|
37
|
-
* @type {string}
|
|
36
|
+
* 抽检图片
|
|
37
|
+
* @type {Array<string>}
|
|
38
38
|
* @memberof WorkOrderSpotCheckVo
|
|
39
39
|
*/
|
|
40
|
-
'
|
|
40
|
+
'checkImages'?: Array<string>;
|
|
41
41
|
/**
|
|
42
|
-
*
|
|
43
|
-
* @type {
|
|
42
|
+
* 抽检备注
|
|
43
|
+
* @type {string}
|
|
44
44
|
* @memberof WorkOrderSpotCheckVo
|
|
45
45
|
*/
|
|
46
|
-
'
|
|
46
|
+
'checkRemarks'?: string;
|
|
47
47
|
/**
|
|
48
|
-
*
|
|
49
|
-
* @type {
|
|
48
|
+
* 是否生成新工单
|
|
49
|
+
* @type {boolean}
|
|
50
50
|
* @memberof WorkOrderSpotCheckVo
|
|
51
51
|
*/
|
|
52
|
-
'
|
|
52
|
+
'isNewWork': boolean;
|
|
53
53
|
}
|
|
54
54
|
|
|
55
|
+
export const WorkOrderSpotCheckVoSpotCheckStatusEnum = {
|
|
56
|
+
NotCheck: 'NOT_CHECK',
|
|
57
|
+
Pass: 'PASS',
|
|
58
|
+
Fail: 'FAIL'
|
|
59
|
+
} as const;
|
|
60
|
+
|
|
61
|
+
export type WorkOrderSpotCheckVoSpotCheckStatusEnum = typeof WorkOrderSpotCheckVoSpotCheckStatusEnum[keyof typeof WorkOrderSpotCheckVoSpotCheckStatusEnum];
|
|
62
|
+
|
|
63
|
+
|