package immod // WebMsgRes web响应 type WebMsgRes struct { Total int64 `json:"total" bson:"total"` List []Msg `json:"list" bson:"list"` }