Files
Go-Web-Template/server/model/system/sys_system.go

11 lines
166 B
Go

package system
import (
"git.echol.cn/loser/Go-Web-Template/server/config"
)
// 配置文件结构体
type System struct {
Config config.Server `json:"config"`
}