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