sys_system.go 171 B

12345678910
  1. package system
  2. import (
  3. "github.com/flipped-aurora/gin-vue-admin/server/config"
  4. )
  5. // 配置文件结构体
  6. type System struct {
  7. Config config.Server `json:"config"`
  8. }