guoshilong
2023-03-20 b21857be7a44c8a2ce6ad5ec2733cbeeff437dec
src/main/java/org/springblade/modules/modules/service/IFunctionService.java
@@ -45,5 +45,5 @@
    * @param function
    * @return
    */
   List<FunctionEntity> getAll(FunctionEntity function);
   List<FunctionVO> getAll(FunctionVO function);
}