package response import "service-api/model" type SysBrochureResponse struct { SysBrochure model.SysBrochure `json:"sysBrochure"` }