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