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