feat:优化项目信息,增加用户器材信息管理

This commit is contained in:
henry
2021-11-30 17:33:05 +08:00
parent d2fb5849c3
commit edb9253c86
14 changed files with 246 additions and 215 deletions

View File

@ -8,7 +8,6 @@ import (
// ManageExpert 专家入驻信息管理
type ManageExpert struct {
Model
ModelTenant
Local
UID uint64 `gorm:"column:uid;type:int;default:0;comment:用户uuid" json:"-"`
Area