You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
191 B
Go

package common
import "miniapp/global"
type Poster struct {
global.GVA_MODEL
Url string `json:"url" gorm:"comment:海报地址"`
Remark string `json:"remark" gorm:"comment:备注"`
}