将多个vendor相关的服务类重构为继承自EntityService基类,统一实现通用CRUD操作 移除重复代码,简化各服务类的实现 添加必要的重写方法如getRepository和createNewEntity