fix: 指定超级用户标记为super
This commit is contained in:
@@ -38,7 +38,7 @@ interface RegisterModel {
|
||||
password: string;
|
||||
email: string;
|
||||
fullName: string;
|
||||
age: 0;
|
||||
age: number;
|
||||
gender: string;
|
||||
phone: string;
|
||||
address: string;
|
||||
|
||||
Reference in New Issue
Block a user