using WX.CRM.Model.Entity; namespace WX.CRM.IBLL.Quality { public interface IQC_COMPLAIN_NOTICE : IRepository { QC_COMPLAIN_NOTICE GetNotice(decimal userId); } }