package response
import "gin_server_admin/config"
type SysConfigResponse struct {
Config config.Server `json:"config"`
}