guoshilong
2023-03-20 b21857be7a44c8a2ce6ad5ec2733cbeeff437dec
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);
   }