智慧保安后台管理-外网
Administrator
2022-06-08 abe28eee6f474983ec6779ebd8c24030c4c0236c
1
2
3
4
5
6
7
8
package org.springblade.modules.rabbitmq.config;
 
public interface KeyPrefix {
 
    public int expireSeconds();
 
    public String getPrefix();
}