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