|  |  | 
 |  |  |         String[] getInboundOutbound = new String[]{"/tms/zhyt/getInboundOutbound",  "【TMS】出入库记录查询"};//TMS出入库记录查询接口地址 | 
 |  |  |         String[] getIntransitDetails = new String[]{"/tms/zhyt/getIntransitDetails",  "【TMS】在途明细列表"};//TMS在途明细列表接口地址 | 
 |  |  |         String[] getSevenArrivalStatus = new String[]{"/tms/zhyt/getSevenArrivalStatus",  "【TMS】近7日到货情况"};//TMS近7日到货情况接口地址 | 
 |  |  |         String[] getCurrentTransportationTask = new String[]{ "【TMS】/zhyt/getCurrentTransportationTask",  "【TMS】当前运输任务"};//TMS当前运输任务接口地址 | 
 |  |  |         String[] getCurrentTransportationTask = new String[]{ "/tms/zhyt/getCurrentTransportationTask",  "【TMS】当前运输任务"};//TMS当前运输任务接口地址 | 
 |  |  |         String[] getOutCapacity = new String[]{ "/tms/zhyt/getOutCapacity",  "【TMS】出库能力汇总接口"};//3.20TMS出库能力汇总接口接口地址 | 
 |  |  |     } | 
 |  |  |  | 
 |  |  |     public  enum TopStatusLevel { | 
 |  |  | 
 |  |  |          * 已入库 | 
 |  |  |          */ | 
 |  |  |         ddsc(0,"订单生成",new Integer[]{ChildStatusLevel.create.getOrderStatus() | 
 |  |  |                 ,ChildStatusLevel.kcbz.getOrderStatus()}), | 
 |  |  |                 }), | 
 |  |  |         ydpzz (1,"运输任务生成",new Integer[]{ChildStatusLevel.ysdxc.getOrderStatus() | 
 |  |  |                 ,ChildStatusLevel.ysdcx.getOrderStatus() | 
 |  |  |                 ,ChildStatusLevel.shtg.getOrderStatus() | 
 |  |  |                 ,ChildStatusLevel.shwtg.getOrderStatus()}), | 
 |  |  |                 ,ChildStatusLevel.shwtg.getOrderStatus(),ChildStatusLevel.kcbz.getOrderStatus()}), | 
 |  |  |         ckckz (2,"仓库出库",new Integer[]{ChildStatusLevel.ddzhddzs.getOrderStatus() | 
 |  |  |                 ,ChildStatusLevel.sqzyzwc.getOrderStatus() | 
 |  |  |                 ,ChildStatusLevel.clqddzs.getOrderStatus()}), | 
 |  |  | 
 |  |  |         ddzhddzs(6,3,2,"到达装货地-电子锁汽运","车辆已到达装货地" ), | 
 |  |  |         clqddzs(7, 4,2,"车辆启运-电子锁汽运","车辆已启运" ), | 
 |  |  |         clqdapp(8, 7,3,"车辆启运-APP","车辆运输中" ), | 
 |  |  |         kcbz(11, 9,0,"待生产","当前订单库存不足,待生产" ), | 
 |  |  |         kcbz(11, 9,1,"待生产","当前订单库存不足,待生产" ), | 
 |  |  |         ddzhd(9, 8,4,"到达卸货地-APP","车辆已到达卸货地" ), | 
 |  |  |         ddxhd(10, 5,5,"到达卸货地-电子锁汽运","电子锁已解锁,运输任务已完成" ), | 
 |  |  |         ; |