package loginMondel type Login struct { Id int UserName string Password string } func (Login) TableName() string { return "loginInfo" }