MQConst.java 215 字节 原文件 审查 历史 永久链接 1 2 3 4 5 6 7 8 9 10 11 12 13 14 package com.aukey.example.constant; /** * @author: wgf * @create: 2020-06-09 14:35 * @description: 消息队列配置 **/ public interface MQConst { /** * 测试队列 */ String TEST = ""; }