程序包 cn.zhxu.bs.bean

Annotation Interface DbIgnore


@Retention(RUNTIME) @Target(FIELD) public @interface DbIgnore
用于注解一个可检索 bean 的属性 被该注解标记的属性,将不作数据库表字段自动映射 不可与 DbField 同时使用
从以下版本开始:
v3.0.0
作者:
Troy.Zhou @ 2021-11-02