|  |  | 
 |  |  | public class TMSContants { | 
 |  |  |  | 
 |  |  |     public interface InterfacePath { | 
 |  |  |         String[] getSevenArrivalStatus = new String[]{"/tms/zhyt/getSevenArrivalStatus",  "【TMS】近7日到货情况"};//TMS近7日到货情况接口地址 | 
 |  |  |         String[] getCurrentTransportationTask = new String[]{ "【TMS】/zhyt/getCurrentTransportationTask",  "【TMS】当前运输任务"};//TMS当前运输任务接口地址 | 
 |  |  |         String[] getDistributionOfDeliveryLocations = new String[]{"/tms/zhyt/getDistributionOfDeliveryLocations",  "【TMS】全国到货地分布查询查询"};//TMS全国到货地分布查询查询接口地址 | 
 |  |  |         String[] getRealTimeInventory = new String[]{"/tms/zhyt/getRealTimeInventory",  "【TMS】实时库存查询"};//TMS实时库存查询接口地址 | 
 |  |  |         String[] getInboundOutbound = new String[]{"/tms/zhyt/getInboundOutbound",  "【TMS】出入库记录查询"};//TMS出入库记录查询接口地址 | 
 |  |  |         String[] getIntransitDetails = new String[]{"/tms/zhyt/getIntransitDetails",  "【TMS】在途明细列表"};//TMS在途明细列表接口地址 | 
 |  |  |         String[] getOrderList = new String[]{"/tms/zhyt/getOrderList",  "【TMS】合同列表查询"};//TMS合同列表查询接口地址 | 
 |  |  |         String[] getTotalAndReportVehicleQty = new String[]{"/tms/zhyt/getTotalAndReportVehicleQty",  "【TMS】查询5个厂的运力资源利用情况。"};//查询5个厂的运力资源利用情况。 | 
 |  |  |         String[] getElecByContractNumberList = new String[]{"/tms/zhyt/getElecByContractNumberList",  "【TMS】合同上锁状态"};//TMS合同上锁状态接口地址 | 
 |  |  | 
 |  |  |         String[] driverStart = new String[]{"/tms/zhyt/driverStartAndArrival",  "【TMS】司机启运。"};//3.17司机启运 | 
 |  |  |         String[] driverArrival = new String[]{"/tms/zhyt/driverStartAndArrival",  "【TMS】司机到货。"};//3.18司机到货 | 
 |  |  |         String[] getEmployeeList = new String[]{"/tms/zhyt/getEmployeeList",  "【TMS】营销人员信息实时查询。"};//3.19营销人员信息实时查询 | 
 |  |  |         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[] getOutCapacity = new String[]{ "/tms/zhyt/getOutCapacity",  "【TMS】出库能力汇总接口"};//3.20TMS出库能力汇总接口接口地址 | 
 |  |  |     } | 
 |  |  |  | 
 |  |  |     public  enum TopStatusLevel { | 
 |  |  | 
 |  |  |          * 已到货 | 
 |  |  |          * 已入库 | 
 |  |  |          */ | 
 |  |  |         ddsc(0,"订单生成",new Integer[]{ChildStatusLevel.create.getOrderStatus()}), | 
 |  |  |         ydpzz (1,"运单配载中",new Integer[]{ChildStatusLevel.ysdxc.getOrderStatus() | 
 |  |  |         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()}), | 
 |  |  |         ckckz (2,"仓库出库中",new Integer[]{ChildStatusLevel.ddzhddzs.getOrderStatus() | 
 |  |  |         ckckz (2,"仓库出库",new Integer[]{ChildStatusLevel.ddzhddzs.getOrderStatus() | 
 |  |  |                 ,ChildStatusLevel.sqzyzwc.getOrderStatus() | 
 |  |  |                 ,ChildStatusLevel.clqddzs.getOrderStatus()}), | 
 |  |  |         clysz(3, "车辆运输中",new Integer[]{ChildStatusLevel.clqdapp.getOrderStatus()}), | 
 |  |  |         clysz(3, "车辆运输",new Integer[]{ChildStatusLevel.clqdapp.getOrderStatus()}), | 
 |  |  |         ydh(4,"已到货",new Integer[]{ChildStatusLevel.ddzhd.getOrderStatus()}), | 
 |  |  |         yrk (5,"已入库",new Integer[]{ChildStatusLevel.ddxhd.getOrderStatus()}); | 
 |  |  |  | 
 |  |  | 
 |  |  |         ddzhddzs(6,3,2,"到达装货地-电子锁汽运","车辆已到达装货地" ), | 
 |  |  |         clqddzs(7, 4,2,"车辆启运-电子锁汽运","车辆已启运" ), | 
 |  |  |         clqdapp(8, 7,3,"车辆启运-APP","车辆运输中" ), | 
 |  |  |         kcbz(11, 9,0,"待生产","当前订单库存不足,待生产" ), | 
 |  |  |         ddzhd(9, 8,4,"到达卸货地-APP","车辆已到达卸货地" ), | 
 |  |  |         ddxhd(10, 5,5,"到达卸货地-电子锁汽运","电子锁已解锁,运输任务已完成" ), | 
 |  |  |         ; |