using System.Collections.Generic;
using WX.CRM.Model.Entity;
namespace WX.CRM.IBLL.Base
{
public interface IBAS_ACTIONLOGCONFIG : IRepository<BAS_ACTIONLOGCONFIG>
List<string> GetDistinctUrlName();
}