|
|
@ -171,7 +171,7 @@ public class WmsPart extends BaseBean {
|
|
|
|
private Double proportion;
|
|
|
|
private Double proportion;
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name = "IS_VALUABLE", columnDefinition = "int default 2")
|
|
|
|
@Column(name = "IS_VALUABLE", columnDefinition = "int default 2")
|
|
|
|
@ApiParam(value = "贵重物料")
|
|
|
|
@ApiParam(value = "是否贵重")
|
|
|
|
@AnnoOutputColumn(refClass = WmsEnumUtil.IS_VALUABLE.class, refForeignKey = "value", value = "description")
|
|
|
|
@AnnoOutputColumn(refClass = WmsEnumUtil.IS_VALUABLE.class, refForeignKey = "value", value = "description")
|
|
|
|
private Integer isValuable;
|
|
|
|
private Integer isValuable;
|
|
|
|
|
|
|
|
|
|
|
|