AuthUser -> auth_user Auth_User -> auth__user DB_AuthUser -> d_b__auth_user
除了开头的大写字母以外,遇到大写会增加 _,原名称中的下划线保留
_
UploadName string `orm:"column(uploadName)"`
红色要跟数据库中表结构的列名相同
Beego模型定义
原文:http://www.cnblogs.com/BestTime/p/3986213.html