type User struct {
Model
Name string `gorm:"type:char(30);comment:'姓名'"`
}
相关文章:
type User struct {
Model
Name string `gorm:"type:char(30);comment:'姓名'"`
}
相关文章: