feat:完善入驻信息管理
This commit is contained in:
@ -12,7 +12,7 @@ type ManageEquipment struct {
|
||||
Title string `gorm:"column:title;type:varchar(100);default:'';comment:器材名称" json:"title"`
|
||||
Params string `gorm:"column:params;type:varchar(255);default:'';comment:器材参数" json:"params"`
|
||||
PurchaseAt time.Time `gorm:"column:purchase_at;type:datetime;default:'';comment:购买时间" json:"purchase_at"`
|
||||
Description string `gorm:"column:description;type:text;default:'';comment:器材描述" json:"description"`
|
||||
Description string `gorm:"column:description;type:text;comment:器材描述" json:"description"`
|
||||
ModelDeleted
|
||||
ModelAt
|
||||
}
|
||||
|
Reference in New Issue
Block a user