Skip to content

Commit

Permalink
Update PmsProductAttributeDao.java
Browse files Browse the repository at this point in the history
  • Loading branch information
macrozheng committed Mar 29, 2020
1 parent e511bf1 commit ee66fc3
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@
* Created by macro on 2018/5/23.
*/
public interface PmsProductAttributeDao {
/**
* 获取商品属性信息
*/
List<ProductAttrInfo> getProductAttrInfo(@Param("id") Long productCategoryId);
}

0 comments on commit ee66fc3

Please sign in to comment.