All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy