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