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

com.founder.core.constant.FsiConstants Maven / Gradle / Ivy

There is a newer version: 3.6.1.9
Show newest version
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