zss
4 天以前 17d65c77c6fedf1b51afec166c5a9735c6e4d38e
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);
}