zss
2024-08-02 12de000e79c094471e0a5b55cb49b966d5b93721
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;
}