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