using WX.CRM.IBLL.weapp;
using WX.CRM.Model.Entity;
namespace WX.CRM.BLL.weapp
{
public class WEAPP_FRIENDS_BL : DbContextRepository<WEAPP_FRIENDS>, IWEAPP_FRIENDS
}