package bizhi import "duoduo/models/mysqlBz" type RoundPictureResponse struct { mysqlBz.BiZhi Cover1 string `json:"Cover1"` Cover string `json:"Cover"` CoverHeight string `json:"CoverHeight"` CoverWidth string `json:"CoverWidth"` Loaded bool `json:"loaded"` }