yujian
2020-06-09 1fd4540bed907ece1e04ccf538e6655812df24f6
fanli/src/main/java/com/yeshi/fanli/service/inter/dynamic/GoodsEvaluateService.java
@@ -187,4 +187,20 @@
    */
   public void switchState(String id) throws GoodsEvaluateException;
   /**
    * 查询
    * @param date
    * @return
    */
   public List<GoodsEvaluate> listByStartTime(Date date);
   /**
    * 根据商品id、类型查询
    * @param goodsId
    * @param goodsType
    * @return
    */
   public GoodsEvaluate queryExistSingle(String goodsId, int goodsType);
}