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 9, 2020
1 parent 2d0fb84 commit e6b2776
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 e6b2776

Please sign in to comment.