feat:完善项目信息
This commit is contained in:
@ -17,6 +17,12 @@ const (
|
||||
UserCollectKindForLaboratory UserCollectKind = iota + 1
|
||||
// UserCollectKindForExpert 专家
|
||||
UserCollectKindForExpert
|
||||
// UserCollectKindForCompany 公司
|
||||
UserCollectKindForCompany
|
||||
// UserCollectKindForTechnologyAchievement 技术成果
|
||||
UserCollectKindForTechnologyAchievement
|
||||
// UserCollectKindForTechnologyProduct 技术产品
|
||||
UserCollectKindForTechnologyProduct
|
||||
)
|
||||
|
||||
func (m *UserCollect) TableName() string {
|
||||
|
Reference in New Issue
Block a user