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

com.hecloud.runtime.common.enums.Scope Maven / Gradle / Ivy

package com.hecloud.runtime.common.enums;


public enum Scope {
    /**
     * 内网,业务网
     */
    Internal,
    /**
     * 外网,办公网
     */
    External
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy