Game
+ id+ name+ alias
+ getPlatforms()
UserExtendInfo
+ id+ user_id+ phone ....t
+ getUser()
Project
+ baseinfo+ extendInfo+ functions+ roles
+getBaseInfo()+getExtendInfo()+getRoles()+getFunctions()
Platform
+ id+ game_id+ name
+ getGame()
Function
+id +project+id +name +path
+ getProject()+getParentFunction()+ getChildFuntion()
UserRole
+user_id+platform_id+game_id+project_id+role_id
+getRole()+getProject()+getGame()+getPlatform()+getUser();
UserEntrust
+ id+ user_id+ entruct_user_id
+ getUser()+ getEntrustUser()
User
+ baseInfo+ extendInfo+ entrusts+ userRoles
+ getBaseInfo()+ getExtendInfo()+ getEntrusts()+ getUserRoles()
ProjectExtendInfo
+ id + project_id+ rd
+getProject()
Role
+ id + project_id + name + functions
+ getProject()+ getFunctions()