处理航班标识事件
This commit is contained in:
@@ -0,0 +1,20 @@
|
|||||||
|
package com.gzzn.omms.msgexchangeapi.msghandler.flop;
|
||||||
|
|
||||||
|
import com.gzzn.omms.msgexchangeapi.entity.msg.FLOP;
|
||||||
|
import com.gzzn.omms.msgexchangeapi.entity.msg.SCHD;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 处理航班标识事件
|
||||||
|
* @author zhouxiunai
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public class FLINHandler extends FlopBaseHandler {
|
||||||
|
|
||||||
|
@Override
|
||||||
|
protected SCHD.FLTR updateFltr(FLOP flop,SCHD.FLTR fltr)
|
||||||
|
{
|
||||||
|
fltr.setFLIN(flop.getFLIN());
|
||||||
|
|
||||||
|
return fltr;
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user