feat:优化项目信息
This commit is contained in:
@ -3,7 +3,6 @@ package model
|
||||
// TechnologyPatent 专利信息数据模型
|
||||
type TechnologyPatent struct {
|
||||
Model
|
||||
ModelTenant
|
||||
Kind TechnologyPatentKind `gorm:"column:kind;index:idx_sys_patent_kind;type:tinyint(1);default:0;comment:专利类型" json:"kind"`
|
||||
Title string `gorm:"column:title;type:varchar(100);default:'';comment:名称标题" json:"title"`
|
||||
FileUrl string `gorm:"column:file_url;type:varchar(255);default:'';comment:文件地址" json:"file_url"`
|
||||
|
Reference in New Issue
Block a user