|
|
@ -118,4 +118,8 @@ public class WmsDocMovementSn extends BaseBean {
|
|
|
|
@Transient
|
|
|
|
@Transient
|
|
|
|
@AnnoOutputColumn(refClass = WmsEnumUtil.STOCK_SN_STATUS.class,refForeignKey = "value",value = "description")
|
|
|
|
@AnnoOutputColumn(refClass = WmsEnumUtil.STOCK_SN_STATUS.class,refForeignKey = "value",value = "description")
|
|
|
|
public Integer itemStatus;
|
|
|
|
public Integer itemStatus;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
|
|
|
@ApiParam("客户零件号")
|
|
|
|
|
|
|
|
private String customerPartNo;
|
|
|
|
}
|
|
|
|
}
|
|
|
|