随车资料交接管理

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("字符型编号")
private String sid = UUID.randomUUID().toString();
// @Version
@ApiModelProperty("记录版本,锁")
private Integer lockVersion = 0;