|
|
|
@ -180,7 +180,7 @@ public class MesProduceSn extends BaseBean implements Serializable {
|
|
|
|
|
@Version
|
|
|
|
|
@Column(name = "LOCK_VERSION")
|
|
|
|
|
@ApiParam(value = "乐观锁", example = "1")
|
|
|
|
|
public transient Integer lockVersion;
|
|
|
|
|
public Integer lockVersion;
|
|
|
|
|
|
|
|
|
|
public MesProduceSn() {
|
|
|
|
|
}
|
|
|
|
|