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 GetTodayRecordsByPkid(decimal recordid); } }