xiaoyong931011
2022-07-05 ed5b338a4ef3e95db7354ad3f3d65f8752b5915c
src/main/java/com/xcong/farmer/cms/modules/system/mapper/ArticleMapper.java
@@ -16,4 +16,6 @@
    AdminSeeArticleInfoVo selectAdminArticleByid(@Param("id")Long id);
    ArticleEntity selectPrevOrNextArticle(@Param("id") Long id, @Param("columnId") Long columnId, @Param("type") Integer type);
    ArticleEntity selectArticleById(@Param("id") Long id);
}