linwei
2024-01-19 494aeb58eb885b40ab2fdb083aaa79007bb79ae2
src/main/java/org/springblade/modules/category/controller/CategoryLabelController.java
@@ -122,5 +122,13 @@
      return R.status(categoryLabelService.removeByIds(Func.toLongList(ids)));
   }
   /**
    * 场所标签临时表 分页
    */
   @GetMapping("/getAllList")
   public R getAllList(CategoryLabelVO categoryLabel) {
      return R.data(categoryLabelService.list());
   }
}