8 lines
154 B
Go
Raw Permalink Normal View History

2025-06-21 00:54:48 +08:00
package response
import "github.com/flipped-aurora/gin-vue-admin/server/config"
type SysConfigResponse struct {
Config config.Server `json:"config"`
}