Commit 5890a3e3 authored by macro's avatar macro
Browse files

Update PmsProductCategoryDao.java

parent d11be8cc
......@@ -9,5 +9,8 @@ import java.util.List;
* Created by macro on 2018/5/25.
*/
public interface PmsProductCategoryDao {
/**
* 获取商品分类及其子分类
*/
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