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