remove unused import

This commit is contained in:
wuchunlei
2023-10-07 17:22:58 +08:00
parent 6ca47a843f
commit b18fc6cff9
5 changed files with 38 additions and 49 deletions

View File

@@ -341,12 +341,6 @@ public class BookForumArticlesServiceController {
bookForumArticlesVO.setCreate_time(createTime);
list.add(bookForumArticlesVO);
System.out.println(list);
}
}
@@ -367,9 +361,6 @@ public class BookForumArticlesServiceController {
return R.ok().put("BookForumArticlesEntity", forumArticles);
}
/**
* app信息
*/
@@ -380,9 +371,6 @@ public class BookForumArticlesServiceController {
return R.ok().put("BookForumArticlesEntity", forumArticles);
}
/**
* 手动输入
*/
@@ -395,23 +383,6 @@ public class BookForumArticlesServiceController {
return R.ok();
}
// /**
// * 列表 (修改时间倒叙) app页面
// */
// @RequestMapping("/importlist")
// public R importlist(@RequestParam Map<String, Object> params){
//
// PageUtils page = bookForumArticlesService.importlistqueryPages(params);
// return R.ok().put("page", page);
// }
/**
* 导入
*/
@@ -425,16 +396,6 @@ public class BookForumArticlesServiceController {
return R.ok();
}
/**
* 修改
*/