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

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

11
base/config/gen.go Normal file
View File

@@ -0,0 +1,11 @@
package config
/**
* @Description
* @Author Panda
* @Date 2021/12/31 15:13
**/
type Gen struct {
Dbname string `mapstructure:"dbname" json:"dbname" yaml:"dbname"`
Frontpath string `mapstructure:"frontpath" json:"frontpath" yaml:"frontpath"`
}