linwe
2024-08-09 8b7258c9427882bb1798f1502eaa35184c6e374e
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());
   }
}