feat(article): 修改参数

This commit is contained in:
禾几海
2020-08-30 23:45:18 +08:00
parent c17b56b436
commit 9f883d12df
4 changed files with 36 additions and 4 deletions

View File

@@ -52,7 +52,7 @@ public interface ArticleService {
* @param page 数据页
* @return 分页数据
*/
PageData<ArticleModel> adminArticles(int count, int page, boolean deleted);
PageData<ArticleModel> adminArticles(int count, int page, Boolean deleted);
/**
* 获取文章状态为开放的文章