package archive
// WhiteList str
type WhiteList struct {
Mid int64 `json:"mid"`
Tp int `json:"type"`
}