zss
2024-09-10 22d3a8dc4185c5461bee9e42a9f4a2775ff448e6
performance-server/src/main/java/com/yuanchu/mom/service/AuxiliaryOriginalHoursService.java
@@ -17,5 +17,5 @@
     *
     * @param response
     */
    void exportWorkingHours(AuxiliaryOriginalHoursLookDto auxiliaryOriginalHoursLookDto, HttpServletResponse response) throws IOException;
    void exportWorkingHours(String month, String name, String departLims,HttpServletResponse response) throws IOException;
}