This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
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<AttendanceMachineSync> {
|
||||
}
|
||||
Reference in New Issue
Block a user