using WX.CRM.IBLL.Base;
using WX.CRM.Model.Entity;
namespace WX.CRM.BLL.Base
{
public class BAS_SHEBAO_BL : DbContextRepository<BAS_SHEBAO>, IBAS_SHEBAO
}