|
|
|
@ -130,6 +130,33 @@ public class WmsDocMovementDetails extends BaseBean {
|
|
|
|
|
@AnnoOutputColumn(refClass = WmsEnumUtil.MASTER_ORDER_STATUS.class, refForeignKey = "value", value = "description")
|
|
|
|
|
private Integer itemStatus;
|
|
|
|
|
|
|
|
|
|
@Column(name = "WORK_CELL_CODE")
|
|
|
|
|
@ApiParam("工序")
|
|
|
|
|
private String workCellCode;
|
|
|
|
|
|
|
|
|
|
@Column(name = "DEFECT_CODE")
|
|
|
|
|
@ApiParam("缺陷代码")
|
|
|
|
|
private String defectCode;
|
|
|
|
|
|
|
|
|
|
@Column(name = "DEFECT_NAME")
|
|
|
|
|
@ApiParam("缺陷名称")
|
|
|
|
|
private String defectName;
|
|
|
|
|
|
|
|
|
|
@Column(name = "DC_CODE")
|
|
|
|
|
@ApiParam("缺陷原因代码")
|
|
|
|
|
private String dcCode;
|
|
|
|
|
|
|
|
|
|
@Column(name = "DC_NAME")
|
|
|
|
|
@ApiParam("缺陷原因名称")
|
|
|
|
|
private String dcName;
|
|
|
|
|
|
|
|
|
|
@Column(name = "REPAIR_CODE")
|
|
|
|
|
@ApiParam("维修代码")
|
|
|
|
|
private String repairCode;
|
|
|
|
|
|
|
|
|
|
@Column(name = "REPAIR_NAME")
|
|
|
|
|
@ApiParam("维修名称")
|
|
|
|
|
private String repairName;
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
@ApiParam(value = "完成状态")
|
|
|
|
|