添加乐观锁 日志

yun-zuoyi
wynne1005 5 years ago
parent 31d7b71872
commit aaf9f8a21b

@ -177,7 +177,10 @@ public class MesProduceSn extends BaseBean implements Serializable {
@ApiParam("条码类型名称")
private String snTypeName;
@Version
@Column(name = "LOCK_VERSION")
@ApiParam(value = "乐观锁", example = "1")
public transient Integer lockVersion;
public MesProduceSn() {
}

Loading…
Cancel
Save