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

icu.mhb.mybatisplus.plugln.annotations.TableAlias Maven / Gradle / Ivy

There is a newer version: 1.3.8
Show newest version
package icu.mhb.mybatisplus.plugln.annotations;
import java.lang.annotation.*;

/**
 * 设置表别名
 *
 * @author mahuibo
 * @Title: TableAlias
 * @time 8/21/21 7:02 PM
 */
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.TYPE, ElementType.ANNOTATION_TYPE})
public @interface TableAlias {

    String value();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy