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