Update PmsProductAttributeService.java
This commit is contained in:
parent
dbe31e2f89
commit
2bc18d2797
@ -15,7 +15,7 @@ public interface PmsProductAttributeService {
|
|||||||
/**
|
/**
|
||||||
* 根据分类分页获取商品属性
|
* 根据分类分页获取商品属性
|
||||||
* @param cid 分类id
|
* @param cid 分类id
|
||||||
* @param type 0->属性;2->参数
|
* @param type 0->规格;1->参数
|
||||||
*/
|
*/
|
||||||
List<PmsProductAttribute> getList(Long cid, Integer type, Integer pageSize, Integer pageNum);
|
List<PmsProductAttribute> getList(Long cid, Integer type, Integer pageSize, Integer pageNum);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user