using ZR.Model.social; namespace ZR.Service.Social.IService { public interface ISocialFansService : IBaseService<SocialFans> { } }