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

io.github.aileben.common.tools.constant.C Maven / Gradle / Ivy

package io.github.aileben.common.tools.constant;

public class C {

	/**
	 * 结果信息文件
	 */
	public final static String R = "M.properties";
	
	/**
	 * 成功
	 */
	public final static int TYPE_RESULT_SUCCESS = 1;
	/**
	 * 失败
	 */
	public final static int TYPE_RESULT_FAIL = 2;
	/**
	 * 警告
	 */
	public final static int TYPE_RESULT_WARN = 3;
	/**
	 * 信息提示
	 */
	public final static int TYPE_RESULT_INFO = 4;
	/**
	 * 系统出现问题
	 */
	public final static int TYPE_RESULT_PROBLEM = 5;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy