feat:完善项目
This commit is contained in:
@ -54,10 +54,6 @@ func (m *Images) AnalysisSlice(domain string) string {
|
||||
return strings.Join(images, ",")
|
||||
}
|
||||
|
||||
type Local struct {
|
||||
Local string `gorm:"column:local;type:varchar(8);default:'';comment:数据位置来源" json:"-"`
|
||||
}
|
||||
|
||||
// AccountStatus 账号状态
|
||||
type AccountStatus struct {
|
||||
Status AccountStatusKind `gorm:"column:status;type:tinyint(1);default:1;comment:状态(1:启用,2:禁用)" json:"-"`
|
||||
|
Reference in New Issue
Block a user