"0219-Contains-Duplicate-II/vscode:/vscode.git/clone" did not exist on "f10485087402e804a8a609e5e6c97a842754dead"
Commit 5890a3e3 authored by macro's avatar macro
Browse files

Update PmsProductCategoryDao.java

parent d11be8cc
...@@ -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