Update PmsProductAttributeService.java

This commit is contained in:
macro 2020-02-22 16:27:32 +08:00
parent 1f5462c825
commit 7e420f1968

View File

@ -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);