Update PmsProductAttributeCategoryDao.java
This commit is contained in:
parent
7fba1a99f4
commit
2d0fb84a8e
@ -9,5 +9,8 @@ import java.util.List;
|
||||
* Created by macro on 2018/5/24.
|
||||
*/
|
||||
public interface PmsProductAttributeCategoryDao {
|
||||
/**
|
||||
* 获取包含商品属性的商品属性分类列表
|
||||
*/
|
||||
List<PmsProductAttributeCategoryItem> getListWithAttr();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user