Update HomeService.java
This commit is contained in:
@@ -30,7 +30,7 @@ public interface HomeService {
|
||||
List<PmsProductCategory> getProductCateList(Long parentId);
|
||||
|
||||
/**
|
||||
* 根据专题分类分页获取专题
|
||||
* 根据专题分类id分页获取专题
|
||||
* @param cateId 专题分类id
|
||||
*/
|
||||
List<CmsSubject> getSubjectList(Long cateId, Integer pageSize, Integer pageNum);
|
||||
|
||||
Reference in New Issue
Block a user