zss
2025-05-26 51ec98113c6d49d0f7eec4e3c030e55e337e97db
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;
}