feat:完善项目
This commit is contained in:
@ -9,7 +9,7 @@ import (
|
||||
// UserCooperateEnterprise 用户企业数据模型管理
|
||||
type UserCooperateEnterprise struct {
|
||||
Model
|
||||
Local
|
||||
ModelTenant
|
||||
UID uint64 `gorm:"column:uid;type:int;default:0;comment:用户uuid" json:"-"`
|
||||
Mode UserCooperateEnterpriseMode `gorm:"column:mode;type:int;default:0;comment:合作模式(1:已合作,2:想合作)" json:"mode"`
|
||||
Title string `gorm:"column:title;type:varchar(30);default:'';comment:企业名称" json:"title"`
|
||||
|
Reference in New Issue
Block a user