gongchunyi
6 天以前 7822ae9525bcb7d6fffc75923e717595b94c6b08
src/main/java/com/ruoyi/lavorissue/service/LavorIssueService.java
@@ -8,6 +8,8 @@
import javax.servlet.http.HttpServletResponse;
import java.io.UnsupportedEncodingException;
import java.util.List;
import java.util.Map;
/**
 * @author :yys
@@ -26,5 +28,7 @@
    StatisticsLaborIssue statistics(StatisticsLaborIssue req) throws  Exception;
    void exportCopy(HttpServletResponse response) throws UnsupportedEncodingException;
    void exportCopy(HttpServletResponse response, LaborIssue laborIssue) throws UnsupportedEncodingException;
    List<Map<String, Object>> statisticsList(LaborIssue laborIssue);
}