|
|
|
@ -1,5 +1,7 @@
|
|
|
|
|
package org.springblade.common.constant.report; |
|
|
|
|
|
|
|
|
|
import org.springblade.common.constant.ModuleNameConstant; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* excel处理常量类 |
|
|
|
|
* |
|
|
|
@ -11,8 +13,15 @@ public class ReportConstants {
|
|
|
|
|
/** |
|
|
|
|
* 配送明细报表 |
|
|
|
|
*/ |
|
|
|
|
public static final String REPORT_QUALITY_DELIVER_EXCHANGE = "report.quality.deliver.exchange"; |
|
|
|
|
public static final String REPORT_QUALITY_DELIVER_QUEUE = "report.quality.deliver.queue"; |
|
|
|
|
public static final String REPORT_QUALITY_DELIVER_ROUTINGKEY = "report.quality.deliver.key"; |
|
|
|
|
public static final String REPORT_QUALITY_DELIVER_EXCHANGE = "report.quality.deliver.exchange" + ModuleNameConstant.DEVAUTH; |
|
|
|
|
public static final String REPORT_QUALITY_DELIVER_QUEUE = "report.quality.deliver.queue" + ModuleNameConstant.DEVAUTH; |
|
|
|
|
public static final String REPORT_QUALITY_DELIVER_ROUTINGKEY = "report.quality.deliver.key" + ModuleNameConstant.DEVAUTH; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 车辆车次报表 |
|
|
|
|
*/ |
|
|
|
|
public static final String REPORT_QUALITY_CAR_FINAL_EXCHANGE = "report.quality.car.final.exchange" + ModuleNameConstant.DEVAUTH; |
|
|
|
|
public static final String REPORT_QUALITY_CAR_FINAL_QUEUE = "report.quality.car.final.queue" + ModuleNameConstant.DEVAUTH; |
|
|
|
|
public static final String REPORT_QUALITY_CAR_FINAL_ROUTINGKEY = "report.quality.car.final.key" + ModuleNameConstant.DEVAUTH; |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|