TG.WXCRM.V4/IBLL/Qc/IQC_COMPLAIN_SERVICEMEMO.cs

12 lines
326 B
C#

using System.Collections.Generic;
using WX.CRM.Common;
using WX.CRM.Model.Entity;
using WX.CRM.Model.MAP;
namespace WX.CRM.IBLL.Qc
{
public interface IQC_COMPLAIN_SERVICEMEMO : IRepository<QC_COMPLAIN_SERVICEMEMO>
{
List<QC_COMPLAIN_SERVICEMEMO_Extend> GetList(ref Pager pager, decimal complainId);
}
}