goweb-gin-demo/server/model/system/response/sys_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"`
}