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