using WX.CRM.Model.Entity;
namespace WX.CRM.IBLL.Base
{
public interface IBAS_CASE_CATEGORY : IRepository<BAS_CASE_CATEGORY>
}