fix:添加邮箱异常

This commit is contained in:
nieziyan 2023-10-10 21:12:42 +08:00
parent 8b4834aadc
commit 03fab5f900
2 changed files with 2 additions and 2 deletions

View File

@ -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")

View File

@ -1,6 +1,6 @@
server:
port: 7001
spring:
application:
name: jeecg-system