linwe
2024-05-28 ef013eb278a1de712e457937650e981e0d957d02
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);
   /**
    * 新增或修改