Commit 2cb745ed by 刘鑫

doc(工作日历):工作日历接口描述更新

1 parent 259de27c
...@@ -52,18 +52,18 @@ public interface EngineerCalendarService { ...@@ -52,18 +52,18 @@ public interface EngineerCalendarService {
List<OccupyInfoDetail> getEngineerWorkDayCalendar(String engineerCode, LocalDate targetDate); List<OccupyInfoDetail> getEngineerWorkDayCalendar(String engineerCode, LocalDate targetDate);
/** /**
* 判定工程师指定日期是否在工作队的工作日期 * 判定工程师指定日期是否在指定工作队的工作日期
* *
* @param teamId 工作队 * @param teamId 工作队
* @param engineerCode 工程师编号 * @param engineerCode 工程师编号
* @param targetDate 目标日期 * @param targetDate 目标日期
* @return 是否是工作队内日期工作时间 * @return 是否是指定工作队内日期工作时间
* @apiNote 仅考虑工作队工作日期, 不考虑事件日程 * @apiNote 仅考虑工作队工作日期, 不考虑事件日程
*/ */
boolean engineerTeamDateWorkTime(String teamId, String engineerCode, LocalDate targetDate); boolean engineerTeamDateWorkTime(String teamId, String engineerCode, LocalDate targetDate);
/** /**
* 判定工程师只顶你日期是否休息日 * 判定工程师指定日期是否休息日
* *
* @param engineerCode 工程师编号 * @param engineerCode 工程师编号
* @param targetDate 目标日期 * @param targetDate 目标日期
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!