条码注释掉版本字段

yun-zuoyi
joke.wang 4 years ago
parent adfec8957d
commit d2ec6e27a5

@ -211,10 +211,10 @@ public class MesProduceSn extends BaseBean implements Serializable {
@ApiParam("包规数量")
private Double packageQty;
@Version
@Column(name = "LOCK_VERSION")
@ApiParam(value = "乐观锁", example = "1")
public Integer lockVersion;
// @Version
// @Column(name = "LOCK_VERSION")
// @ApiParam(value = "乐观锁", example = "1")
// public Integer lockVersion;
@Transient
@ApiParam("缺陷代码")

Loading…
Cancel
Save