icu.mhb.mybatisplus.plugln.annotations.TableAlias Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mybatis-plus-join Show documentation
Show all versions of mybatis-plus-join Show documentation
A multi-table plugin for Mybatis Plus.
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