feat:优化项目信息
This commit is contained in:
@ -3,7 +3,7 @@ package model
|
||||
// SysUserDepartment 用户部门信息数据模型
|
||||
type SysUserDepartment struct {
|
||||
Model
|
||||
UID uint64 `gorm:"column:uid;type:int;default:0;comment:用户uuid" json:"-"`
|
||||
UserTenantID uint64 `gorm:"column:user_tenant_id;type:int;default:0;comment:用户租户ID" json:"-"`
|
||||
DepartmentID uint64 `gorm:"column:department_id;type:int;default:0;comment:部门ID" json:"-"`
|
||||
ModelDeleted
|
||||
ModelAt
|
||||
|
Reference in New Issue
Block a user