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

com.huoguo.mybatisplus.batch.annotation.TableColumns Maven / Gradle / Ivy

There is a newer version: 1.0.7
Show newest version
package com.huoguo.mybatisplus.batch.annotation;

import java.lang.annotation.*;

/**
 * 数据库表的列名注解
 * @author Lizhenghuang
 */
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.FIELD, ElementType.ANNOTATION_TYPE})
public @interface TableColumns {

    /**
     * 注解默认值
     * @return 列名字符串
     */
    String value() default "";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy