package com.subsidy.service; import com.subsidy.vo.renshe.RensheResponseVO; import com.subsidy.vo.renshe.RensheStringVO; import java.io.IOException; import java.util.List; public interface ShehuihuaService { RensheResponseVO getClassCodeByPrivateKey()throws IOException; RensheResponseVO uploadClass() throws IOException; RensheResponseVO classHourBehavior() throws IOException; RensheResponseVO uploadChapterBehavior() throws IOException; RensheResponseVO uploadClassAnswerQuestionBehavior()throws IOException; List<RensheResponseVO> uploadImage()throws IOException; RensheResponseVO getErrorClass()throws IOException; RensheStringVO clear()throws IOException; void test(); }