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