feat:增加用户企业管理信息

This commit is contained in:
henry
2021-11-30 16:09:04 +08:00
parent c6f0129e4b
commit 5bab79a613
13 changed files with 403 additions and 13 deletions

View File

@ -8,9 +8,8 @@ import (
// TechnologyPaper 科技论文数据模型
type TechnologyPaper 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"`
Ext string `gorm:"column:ext;type:varchar(30);default:null;comment:引用格式" json:"ext"`
Author string `gorm:"column:author;type:varchar(100);default:null;comment:作者" json:"author"`