新版本官网优化完成

This commit is contained in:
2025-02-15 02:53:56 +08:00
parent 3e84bbba59
commit 4c601b31a2
55 changed files with 3046 additions and 915 deletions

View File

@@ -135,6 +135,7 @@ export interface UserParam extends PageParam {
type?: any;
userId?: number;
username?: string;
password?: string;
nickname?: string;
realName?: string;
gradeId?: unknown;
@@ -144,12 +145,15 @@ export interface UserParam extends PageParam {
cityMate?: string;
sex?: string;
phone?: string;
email?: string;
code?: string;
status?: number;
organizationId?: number;
parentId?: number;
sexName?: string;
roleId?: string;
isAdmin?: number;
isSuperAdmin?: boolean;
showProfile?: boolean;
isStaff?: boolean;
}