fix:添加邮箱异常
This commit is contained in:
parent
8b4834aadc
commit
03fab5f900
|
@ -18,7 +18,7 @@ import java.time.LocalDate;
|
||||||
@TableName(value = "sys_email")
|
@TableName(value = "sys_email")
|
||||||
public class SysEmail implements Serializable {
|
public class SysEmail implements Serializable {
|
||||||
|
|
||||||
@TableId(value = "id", type = IdType.AUTO)
|
@TableId(value = "id", type = IdType.ASSIGN_ID)
|
||||||
private String id;
|
private String id;
|
||||||
|
|
||||||
@TableField("name")
|
@TableField("name")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user