Skip to content

Commit

Permalink
Update PmsProductCategoryDao.java
Browse files Browse the repository at this point in the history
  • Loading branch information
macrozheng committed Apr 5, 2020
1 parent d11be8c commit 5890a3e
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,8 @@
* Created by macro on 2018/5/25.
*/
public interface PmsProductCategoryDao {
/**
* 获取商品分类及其子分类
*/
List<PmsProductCategoryWithChildrenItem> listWithChildren();
}

0 comments on commit 5890a3e

Please sign in to comment.