cn.vonce.sql.annotation.SqlLogically Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of vonce-sqlbean-core Show documentation
Show all versions of vonce-sqlbean-core Show documentation
This is the core project of Sqlbean.
The newest version!
package cn.vonce.sql.annotation;
import java.lang.annotation.*;
/**
* 标记为逻辑删除字段
*
* @author Jovi
* @version 1.0
* @email [email protected]
* @date 2020/4/13 17:40
*/
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.FIELD)
@Documented
@Inherited
public @interface SqlLogically {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy