goweb-gin-demo/server/model/system/sys_system.go

11 lines
139 B
Go
Raw Normal View History

2021-11-10 11:11:14 +08:00
package system
2021-11-02 12:02:43 +08:00
import (
"goweb-gin-demo/config"
)
// 配置文件结构体
type System struct {
Config config.Server `json:"config"`
}