feat:完善信息
This commit is contained in:
13
app/enterprise/model/user_tenant.go
Normal file
13
app/enterprise/model/user_tenant.go
Normal file
@ -0,0 +1,13 @@
|
||||
package model
|
||||
|
||||
import (
|
||||
"SciencesServer/app/common/model"
|
||||
)
|
||||
|
||||
type UserTenant struct {
|
||||
*model.UserTenant
|
||||
}
|
||||
|
||||
func NewUserTenant() *UserTenant {
|
||||
return &UserTenant{UserTenant: model.NewUserTenant()}
|
||||
}
|
Reference in New Issue
Block a user