bygdata/model/system/sys_system.go
2026-03-10 14:09:43 +00:00

11 lines
132 B
Go

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