Skip to content

bnc1010/acmsystem-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

acmsystem-api

后台框架:SpringMVC + Spring + MyBatis
数据库:mysql

数据库设计: honor模块:

members:

{
   id,
   name,
   grade,
   classname
}

team:

{
   id,
   name_cn,
   name_en,
   m_1,
   m_2,
   m_3
}

honor:

{
   id,
   teamId,
   cname,
   ctype,
   ctime,
   result,
   pic_id
}
cname: name of the contest(eg:2019CCPC秦皇岛站)
ctype: 0:WF,1:ICPC,2:CCPC,3:省赛,4:others(cccc,蓝桥等)
ctime: time of the contest
result: -x:the rank of the WF is x, 1:1st, 2:2nd, 3:3rd, 4:gold, 5:silver 6:bronze 7:iron
pic_id: id of photo from table picture

picture:

{
  id,
  path
}  

path:图片存储路径

参考:

https://github.com/OneWayTech/vue-auth-solution vue权限控制 https://blog.csdn.net/GG_and_DD/article/details/78205533 shiro

About

初次配置环境

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors