添加相关注释

This commit is contained in:
zhouxiunai
2018-12-26 09:13:02 +08:00
parent b055729147
commit c33e44e4f1
2 changed files with 179 additions and 116 deletions
@@ -6,7 +6,11 @@ import org.slf4j.LoggerFactory;
import com.gzzn.omms.msgexchangeapi.entity.msg.FLOP;
import com.gzzn.omms.msgexchangeapi.entity.msg.SCHD;
import com.gzzn.omms.msgexchangeapi.msghandler.flop.base.FlopBaseHandler;
/**
* 航班登机,旅客和行李事件
* @author zhouxiunai
*
*/
public class BDPBHandler extends FlopBaseHandler {
private static Logger logger = LoggerFactory.getLogger(BDPBHandler.class);