| | |
| | | import com.ruoyi.inspect.dto.StaffAttendanceDTO; |
| | | import com.ruoyi.inspect.pojo.StaffAttendanceTrackingRecord; |
| | | import com.ruoyi.inspect.vo.StaffAttendanceVO; |
| | | import com.ruoyi.inspect.vo.StaffClockInVO; |
| | | import com.ruoyi.performance.dto.PerformanceShiftMapDto; |
| | | |
| | | import javax.servlet.http.HttpServletResponse; |
| | | import java.time.LocalDateTime; |
| | | import java.util.List; |
| | | |
| | |
| | | PerformanceShiftMapDto checkDutyDate(StaffAttendanceDTO staffAttendanceDTO); |
| | | |
| | | boolean saveOrUpdateRecord(StaffAttendanceDTO staffAttendanceDTO); |
| | | |
| | | void exportStaffAttendanceRecords(HttpServletResponse response, StaffAttendanceDTO staffAttendanceDTO); |
| | | } |