Commit 2d0fb84a authored by macro's avatar macro
Browse files

Update PmsProductAttributeCategoryDao.java

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