原user表无删除标识

This commit is contained in:
86182
2022-11-04 16:29:07 +08:00
parent ce3d04f5e8
commit 419643acd4

View File

@@ -72,7 +72,7 @@ public class MainUser extends IdEntity {
/**
* 删除标识
* */
@Column(name="deleted",length = 1)
// @Column(name="deleted",length = 1)
private Boolean deleted;
/**