This commit is contained in:
zt
2025-09-06 13:06:33 +08:00
parent 2cea57646d
commit b738bb821d
28 changed files with 692 additions and 66 deletions

View File

@ -30,4 +30,12 @@ public class RegisterBody extends LoginBody {
private String userType;
private Long projectId;
private String email;
private String phonenumber;
private Long deptId;
}