sys_system.go 121 B

1234567
  1. package response
  2. import "gin-vue-admin/config"
  3. type SysConfigResponse struct {
  4. Config config.Server `json:"config"`
  5. }