feat:完善项目

This commit is contained in:
henry
2022-01-15 09:00:47 +08:00
parent 9a41d7ff12
commit 048d116b05
9 changed files with 67 additions and 35 deletions

View File

@ -7,5 +7,5 @@ type SysConfig struct {
}
func NewSysConfig() *SysConfig {
return &SysConfig{}
return &SysConfig{model.NewSysConfig()}
}