|
|
|
@ -106,8 +106,7 @@ public class WmsDocMovementSn extends BaseBean {
|
|
|
|
|
@ApiParam("ERP库存地")
|
|
|
|
|
private String erpWhNo;
|
|
|
|
|
|
|
|
|
|
@Column(name="SN_STATUS")
|
|
|
|
|
@ApiParam(value = "状态", example = "10")
|
|
|
|
|
@Transient
|
|
|
|
|
@AnnoOutputColumn(refClass = WmsEnumUtil.STOCK_SN_STATUS.class,refForeignKey = "value",value = "description")
|
|
|
|
|
public Integer itemStatus;
|
|
|
|
|
}
|
|
|
|
|