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

io.gitee.waxbegonia.encryptspringbootstarter.enums.Scenario Maven / Gradle / Ivy

The newest version!
package io.gitee.waxbegonia.encryptspringbootstarter.enums;

/**
 * The enum Scenario.
 *
 * @author : hd
 * 
 * @description : 应用场景 网络接传输 、存储
 * @since : 1.0.0
 */
public enum Scenario{
    /**
     * Transmit scenario.
     */
    transmit,  //传输
    /**
     * Storage scenario.
     */
    storage,   //存储
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy