sys_system.go 154 B

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