|
package com.bwie.common.constants;
|
|
|
|
/**
|
|
* @BelongsProject: Bob_Up_Like_A_Cork
|
|
* @BelongsPackage: com.bwie.common.constants
|
|
* @Author: zhangquan
|
|
* @CreateTime: 2023/8/1 20:11
|
|
*/
|
|
public class RabbitMQConstants {
|
|
public static final String SEND_CODE="send_code";
|
|
}
|