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

com.envisioniot.enos.enosapi.common.annotation.EnOSTransferFileField Maven / Gradle / Ivy

There is a newer version: 2.1.5
Show newest version
package com.envisioniot.enos.enosapi.common.annotation;

import com.envisioniot.enos.enosapi.common.enumeration.TransferType;

import java.lang.annotation.*;

/**
 * created by dongdong.wang
 */
@Target({ElementType.FIELD})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface EnOSTransferFileField {
    String name() default ""; //后端接收的value/name值
    TransferType type() default TransferType.UPLOAD;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy