mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-11-09 06:57:18 +08:00
chore: continew-starter 2.7.1 => 2.7.2
1.重构代码生成(PostgreSQL 数据库兼容更完整) 2.适配 Tree 树结构生成 3.适配字典扩展配置
This commit is contained in:
@@ -37,7 +37,7 @@ import java.time.LocalDateTime;
|
||||
* @since 2022/12/21 20:42
|
||||
*/
|
||||
@Data
|
||||
@DictField(labelKey = "nickname")
|
||||
@DictField(labelKey = "nickname", extraKeys = {"username"})
|
||||
@TableName("sys_user")
|
||||
public class UserDO extends BaseDO {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user