style: 优化 javadoc 注释。

This commit is contained in:
Suomm 2023-07-13 08:20:58 +08:00
parent be996971e8
commit 862a6bab35

View File

@ -35,7 +35,13 @@ public @interface RelationManyToMany {
String selfField() default "";
/**
* 目标实体类对应的表的 schema一般情况下关联数据不是 entity而是 vodto 等需要配置此项
* <p>
* 目标实体类对应的表的 schema 模式
*
* <p>
* 如果目标实体类没有使用 {@code @Table(schema = "...")} 指定 schema
* 需要在这里指定对应表的 schema 一般关联数据不是 entity 对象而是 vodto
* 等需要配置此项
*
* @return schema 名称
*/