Update PmsProductAttributeDao.java
This commit is contained in:
parent
2d0fb84a8e
commit
e6b277612d
@ -10,5 +10,8 @@ import java.util.List;
|
||||
* Created by macro on 2018/5/23.
|
||||
*/
|
||||
public interface PmsProductAttributeDao {
|
||||
/**
|
||||
* 获取商品分类对应属性列表
|
||||
*/
|
||||
List<ProductAttrInfo> getProductAttrInfo(@Param("id") Long productCategoryId);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user