邀请面试业务逻辑完善
This commit is contained in:
@@ -2,6 +2,7 @@ package com.vetti.hotake.service;
|
||||
|
||||
import java.util.List;
|
||||
import com.vetti.hotake.domain.HotakeMeetingCalendarInfo;
|
||||
import com.vetti.hotake.domain.vo.HotakeMeetingCalendarVo;
|
||||
|
||||
/**
|
||||
* 会议日历记录主Service接口
|
||||
@@ -67,4 +68,14 @@ public interface IHotakeMeetingCalendarInfoService
|
||||
*/
|
||||
public int batchInsertHotakeMeetingCalendarInfo(List<HotakeMeetingCalendarInfo> hotakeMeetingCalendarInfoList);
|
||||
|
||||
|
||||
/**
|
||||
* 保存会议日历记录
|
||||
*
|
||||
* @param calendarVo 面试邀请信息
|
||||
* @return 结果
|
||||
*/
|
||||
public void saveHotakeMeetingCalendarInfo(HotakeMeetingCalendarVo calendarVo);
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user