feat:完善信息
This commit is contained in:
@ -51,6 +51,10 @@ func (m *Images) AnalysisSlice(domain string) []string {
|
||||
return images
|
||||
}
|
||||
|
||||
type Local struct {
|
||||
Local uint64 `gorm:"column:local;type:int(11);default:0;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