调整航班日计划获取
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user