ComplianceServer/oldcode/IBLL/Csvr/ICSVR_TODAYRECORD.cs

12 lines
275 B
C#

using System.Collections.Generic;
using WX.CRM.Model.Entity;
namespace WX.CRM.IBLL.Csvr
{
public interface ICSVR_TODAYRECORD
{
void AddListRecord(List<CSVR_TODAYRECORD> listModel);
void AddListRecordUn(List<CSVR_TODAYRECORDUN> listModel);
}
}