yujian
2019-05-14 ad9fbd2c18f280ef9bba47f28353d367cf2d94e8
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;
   /**