随车资料交接管理

This commit is contained in:
fanzongzhe
2023-05-24 08:48:51 +08:00
parent ac6c81d5e8
commit 45538c655b

View File

@@ -130,7 +130,6 @@ public class BaseEntity extends EntityWithId {
@ApiModelProperty("字符型编号") @ApiModelProperty("字符型编号")
private String sid = UUID.randomUUID().toString(); private String sid = UUID.randomUUID().toString();
// @Version // @Version
@ApiModelProperty("记录版本,锁") @ApiModelProperty("记录版本,锁")
private Integer lockVersion = 0; private Integer lockVersion = 0;