智慧保安后台管理-外网项目备份
zhongrj
2023-09-25 274e035fa6b5cb0ddc21c06f794162afa2cc7d3e
1
2
3
4
5
6
7
8
package org.springblade.modules.rabbitmq.config;
 
public interface KeyPrefix {
 
    public int expireSeconds();
 
    public String getPrefix();
}