Browse Source

Update PmsProductAttributeService.java

macro 5 years ago
parent
commit
7e420f1968

+ 0 - 1
mall-admin/src/main/java/com/macro/mall/service/PmsProductAttributeService.java

@@ -16,7 +16,6 @@ public interface PmsProductAttributeService {
      * 根据分类分页获取商品属性
      * 根据分类分页获取商品属性
      * @param cid 分类id
      * @param cid 分类id
      * @param type 0->属性;2->参数
      * @param type 0->属性;2->参数
-     * @return
      */
      */
     List<PmsProductAttribute> getList(Long cid, Integer type, Integer pageSize, Integer pageNum);
     List<PmsProductAttribute> getList(Long cid, Integer type, Integer pageSize, Integer pageNum);