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

com.xwc1125.framework.constant.BusinessStatus Maven / Gradle / Ivy

package com.xwc1125.framework.constant;

/**
 * 操作状态
 */
public enum BusinessStatus {
    /**
     * 成功
     */
    SUCCESS,

    /**
     * 失败
     */
    FAIL,
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy