条码注释掉版本字段

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

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

Loading…
Cancel
Save