ComplianceServer/oldcode/IBLL/Res/IRES_ResRecycleRecord.cs

12 lines
280 B
C#

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);
}
}