zss
2025-01-13 8d85246f061e3da623c7b9eb4e323ee724b4de0b
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;
}