优化功能,通知功能,任务功能

This commit is contained in:
PandaGoAdmin
2021-12-31 17:35:43 +08:00
parent ddc9d8b108
commit 1a1f137725
23 changed files with 2212 additions and 6 deletions

View File

@@ -44,6 +44,7 @@ type Config struct {
Mysql *Mysql `yaml:"mysql"`
Postgresql *Postgresql `yaml:"postgresql"`
Casbin *Casbin `yaml:"casbin"`
Gen *Gen `yaml:"gen"`
Log *Log `yaml:"log"`
}