|
|
|
@ -278,12 +278,6 @@ public class WmsPart extends BaseBean {
|
|
|
|
|
@AnnoOutputColumn(refClass = WmsEnumUtil.TRUE_OR_FALSE.class, refForeignKey = "value", value = "description", hidden = true)
|
|
|
|
|
public Integer isRecycle;
|
|
|
|
|
|
|
|
|
|
@Column(name = "BH_LOCATE_TYPE")
|
|
|
|
|
@ApiParam(value = "BH库位类型")
|
|
|
|
|
@DynamicField(webFieldType = CommonEnumUtil.FIELD_TYPE.SELECT, isRequire = 2, dataSrc = "BH_LOCATE_TYPE")
|
|
|
|
|
@AnnoOutputColumn(refClass = WmsEnumUtil.BH_LOCATE_TYPE.class, refForeignKey = "value", value = "description", hidden = true)
|
|
|
|
|
private Integer bhLocateType;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public int getIqcVal() {
|
|
|
|
|
return this.iqc == null ? 0 : this.iqc.intValue();
|
|
|
|
|