增加教职工支持

此提交包含在:
2023-01-13 20:36:44 +08:00
父節點 79355bab7c
當前提交 865e6b6ce7
共有 7 個檔案被更改,包括 36 行新增9 行删除

查看文件

@@ -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"`
}