Commit 7e420f19 authored by macro's avatar macro
Browse files

Update PmsProductAttributeService.java

parent 1f5462c8
......@@ -16,7 +16,6 @@ public interface PmsProductAttributeService {
* 根据分类分页获取商品属性
* @param cid 分类id
* @param type 0->属性;2->参数
* @return
*/
List<PmsProductAttribute> getList(Long cid, Integer type, Integer pageSize, Integer pageNum);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment