guoshilong
2023-03-20 eb70b82c29aa08cd3e94b1f6c0ced5f1cd7135dd
src/main/java/org/springblade/modules/modules/service/impl/FunctionServiceImpl.java
@@ -42,7 +42,7 @@
   }
   @Override
   public List<FunctionEntity> getAll(FunctionEntity function) {
   public List<FunctionVO> getAll(FunctionVO function) {
      return baseMapper.getAll(function);
   }