web-权限、文章

This commit is contained in:
2025-10-18 18:19:19 +08:00
parent b3424e554f
commit ccc1d6338b
35 changed files with 3314 additions and 463 deletions

View File

@@ -69,6 +69,12 @@ export interface UserVO extends BaseDTO {
avatar?: string;
/** 性别 0-未知 1-男 2-女 */
gender?: number;
/** 学习等级 */
level?: number;
/** 部门名称 */
deptName?: string;
/** 角色名称 */
roleName?: string;
/** 出生日期 */
birthday?: string;
/** 个人简介 */