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

cn.novelweb.tool.upload.fastdfs.mapper.FastDfsColumn Maven / Gradle / Ivy

package cn.novelweb.tool.upload.fastdfs.mapper;

import java.lang.annotation.*;

/**
 * 

传输参数定义标签

*

2016/11/20 1:35

* * @author LiZW **/ @Documented @Target(ElementType.FIELD) @Retention(RetentionPolicy.RUNTIME) public @interface FastDfsColumn { /** * 映射顺序(从0开始) */ int index() default 0; /** * String最长度 */ int max() default 0; /** * 动态属性 */ DynamicFieldType dynamicField() default DynamicFieldType.NULL; }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy