Package | Description |
---|---|
com.len.mapper | |
com.len.service | |
com.len.service.impl |
Modifier and Type | Method and Description |
---|---|
List<Article> |
BlogArticleMapper.indexSelect() |
List<Article> |
BlogArticleMapper.selectArticle(String code) |
List<Article> |
BlogArticleMapper.selectArticleByTag(String tagCode) |
Modifier and Type | Method and Description |
---|---|
List<Article> |
BlogArticleService.indexSelect() |
List<Article> |
BlogArticleService.selectArticle(String code) |
List<Article> |
BlogArticleService.selectArticleByTag(String tagCode) |
Modifier and Type | Method and Description |
---|---|
List<Article> |
BlogArticleServiceImpl.indexSelect() |
List<Article> |
BlogArticleServiceImpl.selectArticle(String code) |
List<Article> |
BlogArticleServiceImpl.selectArticleByTag(String tagCode) |
Copyright © 2019. All rights reserved.