sys_system.go 121 Bytes
Newer Older
haoyanbin's avatar
1  
haoyanbin committed
1 2 3 4 5 6 7 8 9 10
package model

import (
	"gin-vue-admin/config"
)

// 配置文件结构体
type System struct {
	Config config.Server
}