using WX.CRM.Model.Entity;
namespace WX.CRM.IBLL.WeWork
{
public interface IWEWORK_RCONTACT : IRepository<WEWORK_RCONTACT>
}