goweb-gin-demo/model/web/response/system.go

8 lines
122 B
Go
Raw Normal View History

2021-11-02 12:02:43 +08:00
package response
import "goweb-gin-demo/config"
type SysConfigResponse struct {
Config config.Server `json:"config"`
}