using System.Data;
using WX.CRM.Model.Entity;
namespace WX.CRM.IBLL.Base
{
public interface IBAS_ACTIONLOG : IRepository<BAS_ACTIONLOG>
DataSet CountActionLog(string stime, string etime);
}