|
|
@ -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
|
|
|
|