feat:完善项目信息

This commit is contained in:
henry
2022-01-19 16:13:40 +08:00
parent 6adf1381d0
commit 94106773f5
3 changed files with 19 additions and 4 deletions

View File

@ -15,6 +15,7 @@ type ManageResearch struct {
Position string `gorm:"column:position;type:varchar(50);default:'';comment:坐标" json:"-"`
Industry string `gorm:"column:industry;type:varchar(255);default:'';comment:所属领域;行业信息" json:"-"`
Keyword string `gorm:"column:keyword;type:varchar(255);default:'';comment:关键词" json:"keyword"`
License string `gorm:"column:license;type:varchar(255);default:'';comment:营业执照" json:"license"`
Research string `gorm:"column:research;type:varchar(255);default:'';comment:研究信息" json:"research"`
Introduce string `gorm:"column:introduce;type:text;comment:介绍描述" json:"introduce"`
Examine