feat: Dynamically get the menu from the back end
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
class CreateUserDto {
|
||||
id: number;
|
||||
password: string;
|
||||
realName: string;
|
||||
roles: string[];
|
||||
username: string;
|
||||
}
|
||||
|
||||
export { CreateUserDto };
|
||||
Reference in New Issue
Block a user