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

com.feingto.cloud.domain.enums.ParamMode Maven / Gradle / Ivy

There is a newer version: 2.3.5.RELEASE
Show newest version
package com.feingto.cloud.domain.enums;

/**
 * 入参请求模式
 *
 * @author longfei
 */
public enum ParamMode {
    /**
     * 入参映射
     */
    MAP,
    /**
     * 入参透传
     */
    PASSTHROUGH
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy