package interfaces
type IsFollowedFillable interface {
GetMid() int64
SetIsFollowed(is_followed int64)
}