Files
gva/server/model/sys_system.go
2020-05-19 23:46:07 +08:00

11 lines
121 B
Go

package model
import (
"gin-vue-admin/config"
)
// 配置文件结构体
type System struct {
Config config.Server
}