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

fun.fengwk.upms.share.oauth2.constant.UpmsClientStatus Maven / Gradle / Ivy

There is a newer version: 1.0.0
Show newest version
package fun.fengwk.upms.share.oauth2.constant;

/**
 * 客户端状态
 *
 * @author fengwk
 */
public enum UpmsClientStatus {

    /**
     * 启用
     */
    ENABLED,

    /**
     * 禁用
     */
    DISABLED;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy