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

io.bitexpress.topia.commons.rpc.SystemCode Maven / Gradle / Ivy

There is a newer version: 7.9.1
Show newest version
package io.bitexpress.topia.commons.rpc;

/**
 * 系统响应结果码
 * 
 * @author shenyue
 *
 */
public enum SystemCode {
	/**
	 * 成功
	 */
	SUCCESS,
	/**
	 * 失败
	 */
	FAILURE
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy