feat: Dynamically get the menu from the back end
This commit is contained in:
9
apps/backend-mock/src/models/dto/user.dto.ts
Normal file
9
apps/backend-mock/src/models/dto/user.dto.ts
Normal file
@@ -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