com.zys.mybatis.annotation.Table Maven / Gradle / Ivy
package com.zys.mybatis.annotation;
import java.lang.annotation.*;
/**
* @author zys
* @version 1.0
* @date 2020/10/21 15:32
*/
@Target(value = ElementType.TYPE) //应用于类上
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface Table {
String value();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy