sys_system.go 121 B

12345678910
  1. package model
  2. import (
  3. "gin-vue-admin/config"
  4. )
  5. // 配置文件结构体
  6. type System struct {
  7. Config config.Server
  8. }