Commit fe0cfb81 by “Kongxiangkun”

阅读明细导出

parent 6b6239f4
...@@ -94,6 +94,6 @@ public interface InformationManageFeignClients { ...@@ -94,6 +94,6 @@ public interface InformationManageFeignClients {
@GetMapping(value = "/manage/site/classify/info/listbyIds") @GetMapping(value = "/manage/site/classify/info/listbyIds")
List<InformationVo> listbyIds(@RequestParam(name = "idList")List<Long> idList); List<InformationVo> listbyIds(@RequestParam(name = "idList")List<Long> idList);
@GetMapping(value = "/readExport") @GetMapping(value = "/manage/site/classify/info/readExport")
List<InformationReadNumberVo> readExport(@RequestParam(name = "id")Long id); List<InformationReadNumberVo> readExport(@RequestParam(name = "id")Long id);
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment