using System.Collections.Generic;
using WX.CRM.Model.Entity;
namespace WX.CRM.IBLL.Wx
{
public interface IWX_AFTERSALES_LOG : IRepository<WX_AFTERSALES_LOG>
List<WX_AFTERSALES_LOG> GetList(string resId);
}