Update HomeService.java

This commit is contained in:
macro
2024-10-10 09:40:23 +08:00
parent 4be013f793
commit 370eb4b704

View File

@@ -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);