mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-11 03:46:50 +08:00
原user表无删除标识
This commit is contained in:
@@ -72,7 +72,7 @@ public class MainUser extends IdEntity {
|
|||||||
/**
|
/**
|
||||||
* 删除标识
|
* 删除标识
|
||||||
* */
|
* */
|
||||||
@Column(name="deleted",length = 1)
|
// @Column(name="deleted",length = 1)
|
||||||
private Boolean deleted;
|
private Boolean deleted;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user