• haoyanbin's avatar
    1 · 5d0794c3
    haoyanbin authored
    5d0794c3
tb_demo.go 191 Bytes
package models

type TbDemo struct {
	Model
	Name string `json:"name" gorm:"type:varchar(128);comment:名称"`
	ModelTime
	ControlBy
}

func (TbDemo) TableName() string {
	return "tb_demo"
}