feat:完善项目
This commit is contained in:
@ -1,8 +1,13 @@
|
||||
package model
|
||||
|
||||
// ManageEquipment 装备型号数据模型
|
||||
type ManageEquipment struct {
|
||||
Model
|
||||
ModelTenant
|
||||
Title string `gorm:"column:title;type:varchar(100);default:null;comment:名称" json:"title"`
|
||||
Image
|
||||
Config string `gorm:"column:config;type:varchar(255);default:null;comment:配置" json:"config"`
|
||||
Remark string `gorm:"column:remark;type:varchar(255);default:null;comment:备注" json:"remark"`
|
||||
ModelDeleted
|
||||
ModelAt
|
||||
}
|
||||
|
Reference in New Issue
Block a user