Update PmsProductAttributeDao.java
This commit is contained in:
parent
d6bc1788bc
commit
44c750c626
@ -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