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