Files
st/server/model/system/sys_system.go
2026-02-10 17:48:27 +08:00

11 lines
153 B
Go

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