Merge remote-tracking branch 'origin/test' into test
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user