![JAR search and dependency download from the Maven repository](/logo.png)
com.founder.core.constant.FsiConstants Maven / Gradle / Ivy
package com.founder.core.constant;
public interface FsiConstants {
//公共参数使用服务端配置
String FSI_USE_CONFIG = "1";
//公共参数使用客户端传入
String FSI_USE_CLIENT = "0";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy