ISocialFansInfoService.cs 155 B

12345678
  1. using ZR.Model.social;
  2. namespace ZR.Service.Social.IService
  3. {
  4. public interface ISocialFansInfoService : IBaseService<SocialFansInfo>
  5. {
  6. }
  7. }