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

com.chinare.rop.core.OperationState Maven / Gradle / Ivy

There is a newer version: 2.2.0.RELEASE
Show newest version
package com.chinare.rop.core;

/**
 * @author 王贵源([email protected])
 */
public enum OperationState {
    /**
     * 默认
     */
    DEFAULT,
    /**
     * 异常
     */
    EXCEPTION,
    /**
     * 失败
     */
    FAIL,
    /**
     * 成功
     */
    SUCCESS,
    /**
     * 未登录
     */
    UNLOGINED
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy