yujian
2019-04-22 b6c37e4bc38db88a360d0f2c6099183f9bb75bdc
fanli/src/main/java/com/yeshi/fanli/service/inter/homemodule/SpecialService.java
@@ -4,6 +4,7 @@
import org.springframework.web.multipart.MultipartFile;
import com.yeshi.fanli.entity.accept.AcceptData;
import com.yeshi.fanli.entity.bus.homemodule.Special;
import com.yeshi.fanli.exception.homemodule.SpecialException;
@@ -85,7 +86,7 @@
    * @return
    * @throws Exception
    */
   public JSONObject listCacheSpecialToIndex() throws Exception;
   public JSONObject listCacheSpecialToIndex(AcceptData acceptData) throws Exception;
   /**