zhongrj
2024-01-09 2ad687abe394afbcc0f2adfcc4d7d4e0a72adc5d
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());
   }
}