Merge remote-tracking branch 'upstream/gva_gormv2_dev' into gva_gormv2_dev

This commit is contained in:
songzhibin97
2021-08-21 17:38:59 +08:00
23 changed files with 1770 additions and 981 deletions

View File

@@ -6,5 +6,5 @@ import (
// 配置文件结构体
type System struct {
Config config.Server
Config config.Server `json:"config"`
}