mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
全局替换:生产单 -> 订单
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ import lombok.Getter;
|
||||
|
||||
|
||||
/**
|
||||
* @author 生产单板材开料状态表
|
||||
* @author 订单板材开料状态表
|
||||
*/
|
||||
|
||||
@AllArgsConstructor
|
||||
|
||||
+1
-1
@@ -10,7 +10,7 @@ public enum PlanTypeEnum {
|
||||
|
||||
MIXEDORDERPLAN(1, "混单排单"),
|
||||
|
||||
ORDERPLAN(2, "生产单排单");
|
||||
ORDERPLAN(2, "订单排单");
|
||||
|
||||
private Integer type;
|
||||
private String scheduling;
|
||||
|
||||
+7
-7
@@ -8,22 +8,22 @@ package com.cf.imes.framework.mq.rabbitmq.constant;
|
||||
*/
|
||||
public class RabbitMqConstants {
|
||||
/**
|
||||
* 生产单导入excel交换机
|
||||
* 订单导入excel交换机
|
||||
*/
|
||||
public static final String ORDER_IMPORT_DEFAULT_EXCEL_EXCHANGE = "order_import_default_excel_exchange";
|
||||
|
||||
/**
|
||||
* 生产单导入excel队列
|
||||
* 订单导入excel队列
|
||||
*/
|
||||
public static final String ORDER_IMPORT_DEFAULT_EXCEL_QUEUE = "order_import_default_excel_queue";
|
||||
|
||||
/**
|
||||
* 生产单导入xml交换机
|
||||
* 订单导入xml交换机
|
||||
*/
|
||||
public static final String ORDER_IMPORT_DEFAULT_XML_EXCHANGE = "order_import_default_xml_exchange";
|
||||
|
||||
/**
|
||||
* 生产单导入xml队列
|
||||
* 订单导入xml队列
|
||||
*/
|
||||
public static final String ORDER_IMPORT_DEFAULT_XML_QUEUE = "order_import_default_xml_queue";
|
||||
|
||||
@@ -39,17 +39,17 @@ public class RabbitMqConstants {
|
||||
public static final String ORDER_IMPORT_WEBCAD_QUEUE = "order_import_webcad_queue_%s";
|
||||
|
||||
/**
|
||||
* 生产单导入死信交换机
|
||||
* 订单导入死信交换机
|
||||
*/
|
||||
public static final String ORDER_IMPORT_DEAD_LETTER_EXCHANGE = "order_import_dead_letter_exchange";
|
||||
|
||||
/**
|
||||
* 生产单导入死信队列
|
||||
* 订单导入死信队列
|
||||
*/
|
||||
public static final String ORDER_IMPORT_DEAD_LETTER_QUEUE = "order_import_dead_letter_queue";
|
||||
|
||||
/**
|
||||
* 生产单导入死信路由键
|
||||
* 订单导入死信路由键
|
||||
*/
|
||||
public static final String ORDER_IMPORT_DEAD_LETTER_ROUTING_KEY = "order_import_dead_letter_routing_key";
|
||||
}
|
||||
|
||||
+1
-1
@@ -8,7 +8,7 @@ package com.cf.imes.framework.redis.constants;
|
||||
*/
|
||||
public class RedisKeyConstants {
|
||||
/**
|
||||
* 生产单导入
|
||||
* 订单导入
|
||||
*/
|
||||
public static final String ORDER_IMPORT_LOCK_KEY = "order_import:%s";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user