guoshilong
2023-03-23 ac2b4ef91a2dc4ad452f8fadf2e9fc0bcb23ac7d
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);
   }