增加订单过期耗材消息发送

This commit is contained in:
2024-07-02 16:40:53 +08:00
parent 44844eded6
commit b32b24a608
4 changed files with 44 additions and 5 deletions

View File

@@ -0,0 +1,8 @@
package cn.ysk.cashier.cons.rabbit;
public interface RabbitConstants {
String CONS_COLLECT_PUT="cons_collect_put";
String CONS_COLLECT_ROUTINGKEY_PUT = "cons_collect_routingkey_put";
}