|
|
|
@ -158,6 +158,10 @@ public class WmsDocMovementDetails extends BaseBean {
|
|
|
|
|
@ApiParam("维修名称")
|
|
|
|
|
private String repairName;
|
|
|
|
|
|
|
|
|
|
@Column(name = "SPEC_CODE")
|
|
|
|
|
@ApiParam("包装代码")
|
|
|
|
|
private String specCode;
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
@ApiParam(value = "完成状态")
|
|
|
|
|
public Integer orderStatus;
|
|
|
|
@ -424,6 +428,10 @@ public class WmsDocMovementDetails extends BaseBean {
|
|
|
|
|
@AnnoOutputColumn(refClass = WmsEnumUtil.SCRAP_TYPE.class, refForeignKey = "value", value = "description")
|
|
|
|
|
public Integer scrapType;
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
@ApiParam("报废类型名字")
|
|
|
|
|
public String scrapTypeName;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public String getRecommondLot() {
|
|
|
|
|