库存条码表增加容器字段

yun-zuoyi
puxiao.liao 4 years ago
parent 23e5b87ceb
commit 177cdd0b6e

@ -237,10 +237,10 @@ public class WmsStockSn extends BaseBean {
// @ApiParam(value = "乐观锁", example = "1") // @ApiParam(value = "乐观锁", example = "1")
// public Integer lockVersion; // public Integer lockVersion;
@ApiParam("托盘(容器)类型编号") @ApiParam("容器编号")
@Column(name = "CT_CODE") @Column(name = "CT_NO")
@DynamicField(webFieldType = CommonEnumUtil.FIELD_TYPE.TEXT) @DynamicField(webFieldType = CommonEnumUtil.FIELD_TYPE.TEXT)
private String ctCode; private String ctNo;
@ApiParam(value = "仓库名称") @ApiParam(value = "仓库名称")
@Transient @Transient

Loading…
Cancel
Save