TG.WXCRM.V4/IBLL/Quality/IQC_COMPLAINTDICT_Q.cs

10 lines
201 B
C#

using System.Collections.Generic;
namespace WX.CRM.IBLL.Quality
{
public interface IQC_COMPLAINTDICT_Q
{
List<WX.CRM.Model.Entity.QC_COMPLAINTDICT> GetList_ComplaintDict();
}
}