Update PmsProductCategoryDao.java

This commit is contained in:
macro 2020-04-05 10:49:17 +08:00
parent d11be8cc0e
commit 5890a3e31e

View File

@ -9,5 +9,8 @@ import java.util.List;
* Created by macro on 2018/5/25.
*/
public interface PmsProductCategoryDao {
/**
* 获取商品分类及其子分类
*/
List<PmsProductCategoryWithChildrenItem> listWithChildren();
}