钉钉考勤

This commit is contained in:
张松
2025-12-01 11:39:39 +08:00
parent 9f9edec0f6
commit fe76b4133a
3 changed files with 11 additions and 8 deletions

View File

@@ -5,5 +5,5 @@ import com.czg.market.vo.DingAttendanceStatsVO;
import java.util.ArrayList;
public interface AttendanceService {
ArrayList<DingAttendanceStatsVO> list(Long shopId, Integer page, Integer size, String name, String startTime, String endTime);
ArrayList<DingAttendanceStatsVO> list(Long shopId, String name, String startTime, String endTime);
}