调整航班日计划获取

This commit is contained in:
zhouxiunai
2018-12-19 13:47:05 +08:00
parent 3070e8c551
commit 653c1c554a
3 changed files with 24 additions and 11 deletions
@@ -11,8 +11,10 @@ public interface ICmoutmsgService {
/**
* 向Cmoutmsgs发送日航班计划获取消息
* @param date 发送获取指定时间后的日航班计划
* 参数均为null 时,代表当天
* @param startDate 开始日期时间 ,航班计划到达,航班计划离港
* @param endDate 结束日期时间,航班计划到达,航班计划离港
* @return 成功或失败
*/
public Boolean sendSchdGetMsg(Date date);
public Boolean sendSchdGetMsg(Date startDate,Date endDate);
}