增加教职工支持

This commit is contained in:
2023-01-13 20:36:44 +08:00
parent 79355bab7c
commit 865e6b6ce7
7 changed files with 36 additions and 9 deletions

View File

@@ -6,4 +6,5 @@ type User struct {
RealName string `json:"real_name"`
Credit int `json:"credit"`
RoleID int `json:"role_id"`
Type int `json:"type"`
}