refactor: 重构用户相关代码

- 新增字典编码枚举 DictCodeEnum
-移除 GenderEnum 枚举- 更新 NoticePublishStatusEnum 枚举
- 修改 UserConverter 接口
- 重构 UserImportListener 类
- 更新 UserPageVO 数据结构
This commit is contained in:
Ray.Hao
2024-10-31 01:23:39 +08:00
parent e1f61e2d22
commit 308ae7d147
6 changed files with 45 additions and 45 deletions

View File

@@ -8,7 +8,7 @@ import lombok.Getter;
* 通告发布状态枚举
*
* @author haoxr
* @since 2022/10/14
* @since 2024/10/14
*/
@Getter
@Schema(enumAsRef = true)