feat:完善入驻信息管理
This commit is contained in:
@ -39,7 +39,7 @@ func (m *Image) Analysis(domain string) string {
|
||||
|
||||
// Images 多个图片信息
|
||||
type Images struct {
|
||||
Images string `gorm:"column:images;type:text;default:'';comment:图片" json:"images"`
|
||||
Images string `gorm:"column:images;type:text;comment:图片" json:"images"`
|
||||
}
|
||||
|
||||
// AnalysisSlice Slice解析
|
||||
|
Reference in New Issue
Block a user