Commit 0a1c3882 authored by macro's avatar macro
Browse files

Update PmsProductCategoryDao.java

parent 9ef5f774
...@@ -9,5 +9,8 @@ import java.util.List; ...@@ -9,5 +9,8 @@ import java.util.List;
* Created by macro on 2018/5/25. * Created by macro on 2018/5/25.
*/ */
public interface PmsProductCategoryDao { public interface PmsProductCategoryDao {
/**
* 获取包括子分类的商品分类列表
*/
List<PmsProductCategoryWithChildrenItem> listWithChildren(); List<PmsProductCategoryWithChildrenItem> listWithChildren();
} }
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