feat:完善项目信息
This commit is contained in:
@ -15,6 +15,8 @@ type UserCollectKind int
|
||||
const (
|
||||
// UserCollectKindForLaboratory 实验室
|
||||
UserCollectKindForLaboratory UserCollectKind = iota + 1
|
||||
// UserCollectKindForExpert 专家
|
||||
UserCollectKindForExpert
|
||||
)
|
||||
|
||||
func (m *UserCollect) TableName() string {
|
||||
|
Reference in New Issue
Block a user