完成基础功能
This commit is contained in:
@@ -17,5 +17,5 @@ type User struct {
|
||||
|
||||
// 实现 TableName 方法指定表名
|
||||
func (User) TableName() string {
|
||||
return "d_user"
|
||||
return "user"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user