feat:完善入驻信息管理

This commit is contained in:
henry
2021-12-03 15:22:23 +08:00
parent 851a2c1784
commit 911fcf9b1c
16 changed files with 100 additions and 27 deletions

View File

@ -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
}