maven
9 天以前 397bfc8424f2b72d6ff40818da09107fbbf28abe
src/main/java/com/ruoyi/lavorissue/service/LavorIssueService.java
@@ -7,6 +7,7 @@
import com.ruoyi.lavorissue.pojo.LaborIssue;
import javax.servlet.http.HttpServletResponse;
import java.io.UnsupportedEncodingException;
/**
 * @author :yys
@@ -25,5 +26,5 @@
    StatisticsLaborIssue statistics(StatisticsLaborIssue req) throws  Exception;
    void exportCopy(HttpServletResponse response);
    void exportCopy(HttpServletResponse response) throws UnsupportedEncodingException;
}