com.github.yulichang.annotation.DynamicTableName Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mybatis-plus-join-annotation Show documentation
Show all versions of mybatis-plus-join-annotation Show documentation
An enhanced toolkit of Mybatis-Plus to simplify development.
package com.github.yulichang.annotation;
import java.lang.annotation.*;
/**
* 动态表名注解
*
* @author yulichang
* @since 1.4.4
*/
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
public @interface DynamicTableName {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy