linwe
2024-06-28 0b7b8ede524a0b82563fa74ebe234b59c29463ab
src/main/java/org/springblade/modules/system/service/IDictBizService.java
@@ -37,7 +37,7 @@
    *
    * @return
    */
   List<DictBizVO> tree();
   List<DictBizVO> tree(String code);
   /**
    * 树形结构
@@ -61,7 +61,7 @@
    * @param code 字典编号
    * @return
    */
   List<DictBiz> getList(String code);
   List<DictBiz> getList(String code,Long parentId);
   /**
    * 新增或修改