Update PmsProductAttributeCategoryDao.java
This commit is contained in:
parent
36d2c931d2
commit
d6bc1788bc
@ -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