会议日程业务逻辑完善
This commit is contained in:
@@ -66,4 +66,10 @@ public interface HotakeMeetingCalendarDetailMapper
|
||||
*/
|
||||
public int batchInsertHotakeMeetingCalendarDetail(List<HotakeMeetingCalendarDetail> hotakeMeetingCalendarDetailList);
|
||||
|
||||
/**
|
||||
* 删除参会人员数据
|
||||
* @param infoId
|
||||
* @return
|
||||
*/
|
||||
public int deleteHotakeMeetingCalendarDetailByInfoId(Long infoId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user