|
|
@ -78,6 +78,11 @@ public class WmsDocMovementSn extends BaseBean {
|
|
|
|
@ApiParam(value = "供应商编码")
|
|
|
|
@ApiParam(value = "供应商编码")
|
|
|
|
public String vendorNo;
|
|
|
|
public String vendorNo;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name = "SN_TYPE")
|
|
|
|
|
|
|
|
@ApiParam(value = "条码类型")
|
|
|
|
|
|
|
|
@AnnoOutputColumn(refClass = WmsEnumUtil.WMS_STOCK_TYPE.class, refForeignKey = "value", value = "description")
|
|
|
|
|
|
|
|
private Integer snType;
|
|
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
@Transient
|
|
|
|
@ApiParam("前端表格编辑使用")
|
|
|
|
@ApiParam("前端表格编辑使用")
|
|
|
|
private Boolean isSet = false;
|
|
|
|
private Boolean isSet = false;
|
|
|
@ -113,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 templateName;
|
|
|
|
}
|
|
|
|
}
|
|
|
|