10 lines
191 B
Go
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:备注"`
|
|
}
|