9 lines
155 B
C#
9 lines
155 B
C#
using ZR.Model.social;
|
|
|
|
namespace ZR.Service.Social.IService
|
|
{
|
|
public interface ISocialFansInfoService : IBaseService<SocialFansInfo>
|
|
{
|
|
}
|
|
}
|