AI接入逻辑完善
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.dto.HotakeMeetingCalendarDataDto;
|
||||
import com.vetti.hotake.domain.vo.HotakeMeetingCalendarVo;
|
||||
|
||||
/**
|
||||
@@ -28,6 +29,16 @@ public interface IHotakeMeetingCalendarInfoService
|
||||
*/
|
||||
public List<HotakeMeetingCalendarInfo> selectHotakeMeetingCalendarInfoList(HotakeMeetingCalendarInfo hotakeMeetingCalendarInfo);
|
||||
|
||||
|
||||
/**
|
||||
* 查询会议日历记录主列表
|
||||
*
|
||||
* @param hotakeMeetingCalendarInfo 会议日历记录主
|
||||
* @return 会议日历记录主集合
|
||||
*/
|
||||
public List<HotakeMeetingCalendarInfo> selectHotakeMeetingCalendarInfoCandidateList(HotakeMeetingCalendarInfo hotakeMeetingCalendarInfo);
|
||||
|
||||
|
||||
/**
|
||||
* 新增会议日历记录主
|
||||
*
|
||||
@@ -78,4 +89,12 @@ public interface IHotakeMeetingCalendarInfoService
|
||||
public void saveHotakeMeetingCalendarInfo(HotakeMeetingCalendarVo calendarVo);
|
||||
|
||||
|
||||
/**
|
||||
* 查询当前候选者会议日历数据
|
||||
*
|
||||
* @return 查询当前候选者会议日历数据
|
||||
*/
|
||||
public List<HotakeMeetingCalendarDataDto> selectHotakeMeetingCalendarDataDtoList();
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user