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