ComplianceServer/oldcode/IBLL/Csvr/ICSVR_TODAYRECORD_Q.cs

14 lines
313 B
C#

using System;
using System.Collections.Generic;
using WX.CRM.Model.Entity;
namespace WX.CRM.IBLL.Csvr
{
public interface ICSVR_TODAYRECORD_Q
{
CSVR_TODAYRECORD GetMode(string resId, decimal Eid, DateTime ctime);
List<CSVR_TODAYRECORD> GetTodayRecordsByPkid(decimal recordid);
}
}