Commit 370eb4b7 authored by macro's avatar macro
Browse files

Update HomeService.java

parent 4be013f7
...@@ -30,7 +30,7 @@ public interface HomeService { ...@@ -30,7 +30,7 @@ public interface HomeService {
List<PmsProductCategory> getProductCateList(Long parentId); List<PmsProductCategory> getProductCateList(Long parentId);
/** /**
* 根据专题分类分页获取专题 * 根据专题分类id分页获取专题
* @param cateId 专题分类id * @param cateId 专题分类id
*/ */
List<CmsSubject> getSubjectList(Long cateId, Integer pageSize, Integer pageNum); List<CmsSubject> getSubjectList(Long cateId, Integer pageSize, Integer pageNum);
......
Supports Markdown
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