using WX.CRM.Model.Entity;
namespace WX.CRM.IBLL.Wx
{
public interface IWX_COMMUNICATION_DAY : IRepository<WX_COMMUNICATION_DAY>
}