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")
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
server:
|
server:
|
||||||
port: 7001
|
port: 7001
|
||||||
|
|
||||||
spring:
|
spring:
|
||||||
application:
|
application:
|
||||||
name: jeecg-system
|
name: jeecg-system
|
||||||
|
|
Loading…
Reference in New Issue
Block a user