feat:完善项目信息

This commit is contained in:
henry
2021-12-27 11:48:44 +08:00
parent 4926c5b765
commit 45b2e85cfd
23 changed files with 92 additions and 240 deletions

View File

@ -17,6 +17,12 @@ const (
UserCollectKindForLaboratory UserCollectKind = iota + 1
// UserCollectKindForExpert 专家
UserCollectKindForExpert
// UserCollectKindForCompany 公司
UserCollectKindForCompany
// UserCollectKindForTechnologyAchievement 技术成果
UserCollectKindForTechnologyAchievement
// UserCollectKindForTechnologyProduct 技术产品
UserCollectKindForTechnologyProduct
)
func (m *UserCollect) TableName() string {