pdi查询新增字段
This commit is contained in:
parent
efd3df65db
commit
94f9008e75
|
|
@ -517,6 +517,7 @@ public class QmsPdiTaskRecordControllerService {
|
|||
vo.setOrderNo(record.getOrderNo());
|
||||
vo.setDeviceNo(record.getDeviceNo());
|
||||
vo.setFactoryNo(record.getFactoryNo());
|
||||
vo.setInspectionEnable(record.getInspectionEnable());
|
||||
vo.setInspectionInspection(record.getInspectionInspection());
|
||||
vo.setDetectionCompletionTime(record.getDetectionCompletionTime());
|
||||
vo.setInspectionRuleId(record.getDetectionRulesId());
|
||||
|
|
|
|||
|
|
@ -158,6 +158,11 @@ public class QmsPdiTaskRecordDetailVO {
|
|||
*/
|
||||
private Integer inspectionType;
|
||||
|
||||
/**
|
||||
* 质检状态:0为待检查,1为检验中,2为已完成,3为待流转
|
||||
*/
|
||||
private Integer inspectionEnable;
|
||||
|
||||
/**
|
||||
* 检测结果:true=合格,false=不合格
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue