Update PmsProductCategoryDao.java

This commit is contained in:
macro
2020-03-31 20:46:16 +08:00
parent ee66fc335c
commit 6c195e862c

View File

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