com.founder.core.constant.FsiConstants Maven / Gradle / Ivy
The newest version!
package com.founder.core.constant;
public interface FsiConstants {
//公共参数使用服务端配置
String FSI_USE_CONFIG = "1";
//公共参数使用客户端传入
String FSI_USE_CLIENT = "0";
}