2
0

fix: 指定超级用户标记为super

This commit is contained in:
TsMask
2024-12-03 16:45:14 +08:00
parent 44ba559d78
commit 3be0ee5b5a
4 changed files with 4 additions and 5 deletions

View File

@@ -38,7 +38,7 @@ interface RegisterModel {
password: string;
email: string;
fullName: string;
age: 0;
age: number;
gender: string;
phone: string;
address: string;