package jnpf.attendance.service; import jnpf.base.service.SuperService; import jnpf.entity.attendance.AttendanceMachineSync; /** * 考勤机同步服务 * * @author yanwenfu * @create 2024-10-24 */ public interface AttendanceMachineSyncService extends SuperService { }