@Override
 public <ModelType> ModelType getEntityBomList(ModelType record) throws ServiceException {
   try {
     return basBomListDao.getEntityBomList(record);
   } catch (Exception e) {
     throw new ServiceException(e.getMessage(), e);
   }
 }