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