Update PmsProductCategoryDao.java
This commit is contained in:
parent
9ef5f774f9
commit
0a1c388280
@ -9,5 +9,8 @@ import java.util.List;
|
||||
* Created by macro on 2018/5/25.
|
||||
*/
|
||||
public interface PmsProductCategoryDao {
|
||||
/**
|
||||
* 获取包括子分类的商品分类列表
|
||||
*/
|
||||
List<PmsProductCategoryWithChildrenItem> listWithChildren();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user