admin
2020-05-06 24a8d17e007545f7426c48352109aa1a9c6587ee
fanli/src/main/java/com/yeshi/fanli/service/inter/dynamic/GoodsEvaluateService.java
@@ -1,5 +1,6 @@
package com.yeshi.fanli.service.inter.dynamic;
import java.util.Date;
import java.util.List;
import org.springframework.web.multipart.MultipartFile;
@@ -163,7 +164,20 @@
    * @param title 标题    必传
    * @param comment
    */
   public void addGoodsEvaluate(Long goodsId,List<ImgInfo> imgList, ActivityUser user, String title,String comment) throws GoodsEvaluateException;
   public void addGoodsEvaluate(Long goodsId,List<ImgInfo> imgList, ActivityUser user, String title,String comment,Date startTime) throws GoodsEvaluateException;
   /**
    * 下架商品
    * @param goodsId
    */
   public void offlineTaoBaoGoods(Long goodsId);
   /**
    * 状态切换
    * @param id
    * @throws GoodsEvaluateException
    */
   public void switchState(String id) throws GoodsEvaluateException;
}