|
|
@ -47,4 +47,8 @@ public class WmsContainerType extends BaseBean {
|
|
|
|
@ApiParam(value = "是否回收")
|
|
|
|
@ApiParam(value = "是否回收")
|
|
|
|
@AnnoOutputColumn(refClass = WmsEnumUtil.TRUE_OR_FALSE.class, refForeignKey = "value", value = "description")
|
|
|
|
@AnnoOutputColumn(refClass = WmsEnumUtil.TRUE_OR_FALSE.class, refForeignKey = "value", value = "description")
|
|
|
|
private Integer isRecycle;
|
|
|
|
private Integer isRecycle;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name = "LIMIT_UOM")
|
|
|
|
|
|
|
|
@ApiParam(value = "期限单位")
|
|
|
|
|
|
|
|
private String limitUom;
|
|
|
|
}
|
|
|
|
}
|
|
|
|