
cn.org.atool.fluent.mybatis.annotation.LogicDelete Maven / Gradle / Ivy
package cn.org.atool.fluent.mybatis.annotation;
import java.lang.annotation.*;
/**
* 标识逻辑删除字段
*
* @author wudarui
*/
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.FIELD)
public @interface LogicDelete {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy