🎨 新增后台海报管理相关接口
This commit is contained in:
9
model/common/poster.go
Normal file
9
model/common/poster.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package common
|
||||
|
||||
import "miniapp/global"
|
||||
|
||||
type Poster struct {
|
||||
global.GVA_MODEL
|
||||
Url string `json:"url" gorm:"comment:海报地址"`
|
||||
Remark string `json:"remark" gorm:"comment:备注"`
|
||||
}
|
Reference in New Issue
Block a user