update comment and docs

This commit is contained in:
开源海哥 2023-05-31 16:54:46 +08:00
parent e1757a3cf5
commit 2e06674582
4 changed files with 4 additions and 4 deletions

View File

@ -15,7 +15,7 @@ public @interface Table {
String value(); String value();
/** /**
* 数据库的 schema * 数据库的 schema(模式)
*/ */
String schema() default ""; String schema() default "";

View File

@ -394,7 +394,7 @@ public class TableConfig {
private String tableName; private String tableName;
/** /**
* 数据库的 schema * 数据库的 schema(模式)
*/ */
private String schema; private String schema;

View File

@ -30,7 +30,7 @@ public @interface Table {
String value(); String value();
/** /**
* 数据库的 schema * 数据库的 schema模式
*/ */
String schema() default ""; String schema() default "";

View File

@ -27,7 +27,7 @@ public class TableConfig {
private String tableName; private String tableName;
/** /**
* 数据库的 schema * 数据库的 schema模式
*/ */
private String schema; private String schema;