bygdata/model/system/sys_system.go
2026-02-12 00:16:08 +00:00

11 lines
132 B
Go

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