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

net.wicp.tams.commons.constant.param.conn.Response Maven / Gradle / Ivy

There is a newer version: 2.3.4
Show newest version
package net.wicp.tams.commons.constant.param.conn;

public class Response {
	public static final RespInfo respInfo = new RespInfo();
	/***
	 * 响应结果,1:成功,-1:失败
	 */
	public static final String result = "result";
	/***
	 * 错误代码
	 */
	public static final String errorCode = "errorCode";

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy