|
|
|
@ -7,13 +7,13 @@ import org.springblade.common.constant.ModuleNameConstant;
|
|
|
|
|
*/ |
|
|
|
|
public abstract class FanoutConstants { |
|
|
|
|
|
|
|
|
|
//干线
|
|
|
|
|
// 干线
|
|
|
|
|
public interface trunkline { |
|
|
|
|
|
|
|
|
|
//开单
|
|
|
|
|
interface OPENWAYBILL{ |
|
|
|
|
// 开单
|
|
|
|
|
interface OPENWAYBILL { |
|
|
|
|
|
|
|
|
|
//交换机
|
|
|
|
|
// 交换机
|
|
|
|
|
String EXCHANGE = "fanout.trunkline.openWaybill" + ModuleNameConstant.DEVAUTH; |
|
|
|
|
|
|
|
|
|
interface QUEUE { |
|
|
|
@ -26,10 +26,10 @@ public abstract class FanoutConstants {
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
//改单
|
|
|
|
|
interface UPDATEWAYBILL{ |
|
|
|
|
// 改单
|
|
|
|
|
interface UPDATEWAYBILL { |
|
|
|
|
|
|
|
|
|
//交换机
|
|
|
|
|
// 交换机
|
|
|
|
|
String EXCHANGE = "fanout.trunkline.updatewaybill" + ModuleNameConstant.DEVAUTH; |
|
|
|
|
|
|
|
|
|
interface QUEUE { |
|
|
|
@ -41,10 +41,10 @@ public abstract class FanoutConstants {
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
//包件日志
|
|
|
|
|
interface PACKAGNODE{ |
|
|
|
|
// 包件日志
|
|
|
|
|
interface PACKAGNODE { |
|
|
|
|
|
|
|
|
|
//交换机
|
|
|
|
|
// 交换机
|
|
|
|
|
String EXCHANGE = "fanout.trunkline.packagenode" + ModuleNameConstant.DEVAUTH; |
|
|
|
|
|
|
|
|
|
interface QUEUE { |
|
|
|
@ -60,15 +60,14 @@ public abstract class FanoutConstants {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//仓库
|
|
|
|
|
// 仓库
|
|
|
|
|
public interface warehouse { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//打托
|
|
|
|
|
interface TRAYTYPE{ |
|
|
|
|
// 打托
|
|
|
|
|
interface TRAYTYPE { |
|
|
|
|
|
|
|
|
|
//交换机
|
|
|
|
|
// 交换机
|
|
|
|
|
String EXCHANGE = "fanout.warehouse.traytype" + ModuleNameConstant.DEVAUTH; |
|
|
|
|
|
|
|
|
|
interface QUEUE { |
|
|
|
@ -110,11 +109,10 @@ public abstract class FanoutConstants {
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// 上架
|
|
|
|
|
interface ALLOCATION { |
|
|
|
|
|
|
|
|
|
//上架
|
|
|
|
|
interface ALLOCATION{ |
|
|
|
|
|
|
|
|
|
//交换机
|
|
|
|
|
// 交换机
|
|
|
|
|
String EXCHANGE = "fanout.warehouse.upshelf" + ModuleNameConstant.DEVAUTH; |
|
|
|
|
|
|
|
|
|
interface QUEUE { |
|
|
|
@ -163,30 +161,20 @@ public abstract class FanoutConstants {
|
|
|
|
|
*/ |
|
|
|
|
public interface distribution { |
|
|
|
|
// 配送计划
|
|
|
|
|
interface plan{ |
|
|
|
|
interface plan { |
|
|
|
|
String EXCHANGE = "fanout.distribution.plan" + ModuleNameConstant.DEVAUTH; |
|
|
|
|
// {
|
|
|
|
|
// "distributionCompany":"汇通", ##承运商
|
|
|
|
|
// "driverName":"郑睿(主)", ##司机姓名
|
|
|
|
|
// "id":1826509477920342017, ##任务ID
|
|
|
|
|
// "kind":"1", ##任务类型 1-自主 2-外协
|
|
|
|
|
// "taskTime":"2024-08-22", ##任务时间
|
|
|
|
|
// "trainNumber":"PSCCZNZX2024082200024", ##车次号
|
|
|
|
|
// "type":"2", ##配送类型
|
|
|
|
|
// "vehicleName":"川AB75115" ##车牌号
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
// main: {"distributionCompany":"承运商", "driverName":"司机姓名", "id":"任务ID", "kind":"任务类型 1-自主 2-外协", "taskTime":"任务时间", "trainNumber":"车次号","type":"配送类型 1商配 2市配", "vehicleName":"车牌号"}
|
|
|
|
|
interface QUEUE { |
|
|
|
|
|
|
|
|
|
String REPORT = "fanout.distribution.plan.report" + ModuleNameConstant.DEVAUTH; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
interface signfor{ |
|
|
|
|
interface signfor { |
|
|
|
|
String EXCHANGE = "fanout.distribution.signfor" + ModuleNameConstant.DEVAUTH; |
|
|
|
|
|
|
|
|
|
interface QUEUE { |
|
|
|
|
String FACTORY_NODE_WORK_DISTRIBUTION_SIGNFOR_QUERY = "fanout.factory.nodework.distribution.signforquery"+ ModuleNameConstant.DEVAUTH; |
|
|
|
|
String FACTORY_NODE_WORK_DISTRIBUTION_SIGNFOR_QUERY = "fanout.factory.nodework.distribution.signforquery" + ModuleNameConstant.DEVAUTH; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -194,5 +182,4 @@ public abstract class FanoutConstants {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|