Files
gva/server/model/system/sys_system.go
songzhibin97 344dd74874 Revert "Revert "Merge remote-tracking branch 'upstream/gva_gormv2_dev' into gva_gormv2_dev""
This reverts commit 6f751209a54766933f9c8ca9cb3403adb315e690.
2021-08-21 18:07:11 +08:00

11 lines
164 B
Go

package system
import (
"github.com/flipped-aurora/gin-vue-admin/config"
)
// 配置文件结构体
type System struct {
Config config.Server `json:"config"`
}