zss
2024-12-24 dd664cf0ffa2eeef35c3e6955297b7fa2c903cc3
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;
}