commit
Some checks failed
API接口参数变更检测 / api-param-check (push) Has been cancelled

This commit is contained in:
2026-06-05 16:18:40 +08:00
parent 1ca34c6bb2
commit 3cba3bb74e
4393 changed files with 450030 additions and 103 deletions

View File

@@ -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> {
}