using System.Collections.Generic; using WX.CRM.Model.QueryMap; namespace WX.CRM.IBLL.Res { public interface IRES_ResRecycleRecord { List GetNotice(decimal type); bool UpadteNoticeLookStatus(decimal userid, decimal type); } }