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