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