feat:优化项目信息

This commit is contained in:
henry
2021-11-30 16:28:07 +08:00
parent 5bab79a613
commit d2fb5849c3
8 changed files with 31 additions and 35 deletions

View File

@ -8,9 +8,8 @@ import (
// TechnologyTopic 技术课题数据模型
type TechnologyTopic struct {
Model
ModelTenant
Local
MUid uint64 `gorm:"column:m_uid;type:int;default:0;comment:用户manage_uuid" json:"-"`
UID uint64 `gorm:"column:uid;type:int;default:0;comment:用户uuid" json:"-"`
Title string `gorm:"column:title;type:varchar(100);default:null;comment:名称" json:"title"`
Code string `gorm:"column:code;type:varchar(30);default:null;comment:编号" json:"code"`
Emcee string `gorm:"column:emcee;type:varchar(30);default:null;comment:主持人" json:"emcee"`