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

com.manymobi.esdsl.annotations.RequestMethod Maven / Gradle / Ivy

package com.manymobi.esdsl.annotations;

/**
 * @author 梁建军
 * 创建日期: 2018/11/2
 * 创建时间: 17:18
 * @version 1.0
 * @since 1.0
 */
public enum RequestMethod {
    /**
     * 获取数据
     */
    GET,
    /**
     * 修改或添加
     */
    POST,
    /**
     * 添加
     */
    PUT,
    /**
     * 删除
     */
    DELETE
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy