Commit d6bc1788 authored by macro's avatar macro
Browse files

Update PmsProductAttributeCategoryDao.java

parent 36d2c931
...@@ -9,5 +9,8 @@ import java.util.List; ...@@ -9,5 +9,8 @@ import java.util.List;
* Created by macro on 2018/5/24. * Created by macro on 2018/5/24.
*/ */
public interface PmsProductAttributeCategoryDao { public interface PmsProductAttributeCategoryDao {
/**
* 获取包含属性的商品属性分类
*/
List<PmsProductAttributeCategoryItem> getListWithAttr(); List<PmsProductAttributeCategoryItem> getListWithAttr();
} }
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