feat:完善项目
This commit is contained in:
11
app/api/model/sys_tenant_auth.go
Normal file
11
app/api/model/sys_tenant_auth.go
Normal file
@ -0,0 +1,11 @@
|
||||
package model
|
||||
|
||||
import "SciencesServer/app/common/model"
|
||||
|
||||
type SysTenantAuth struct {
|
||||
*model.SysTenantAuth
|
||||
}
|
||||
|
||||
func NewSysTenantAuth() *SysTenantAuth {
|
||||
return &SysTenantAuth{SysTenantAuth: model.NewSysTenantAuth()}
|
||||
}
|
Reference in New Issue
Block a user