7 lines
133 B

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