xiecheng_server/model/system/sys_system.go
2025-03-28 17:14:57 +08:00

11 lines
159 B
Go

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