feat:完善项目
This commit is contained in:
@ -8,7 +8,7 @@ import (
|
||||
// TechnologyAchievement 技术成果数据模型
|
||||
type TechnologyAchievement struct {
|
||||
Model
|
||||
Local
|
||||
ModelTenant
|
||||
UID uint64 `gorm:"column:uid;type:int;default:0;comment:用户uuid" json:"-"`
|
||||
Mode TechnologyAchievementMode `gorm:"column:mode;type:tinyint(1);default:1;comment:成果模式" json:"mode"`
|
||||
Title string `gorm:"column:title;type:varchar(100);default:'';comment:成果名称" json:"title"`
|
||||
|
Reference in New Issue
Block a user