mirror of
https://github.com/astaxie/beego.git
synced 2024-11-22 12:00:55 +00:00
commit
0eaa58e0ca
@ -145,7 +145,7 @@ import "github.com/astaxie/beego/orm"
|
|||||||
|
|
||||||
type User struct {
|
type User struct {
|
||||||
Id int
|
Id int
|
||||||
name string
|
Name string
|
||||||
}
|
}
|
||||||
|
|
||||||
func init(){
|
func init(){
|
||||||
|
Loading…
Reference in New Issue
Block a user