Merge branch 'mybatis-flex:main' into main

This commit is contained in:
Jiabin Zhuang 2023-06-01 08:39:08 +08:00 committed by GitHub
commit 4b602f40f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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

View File

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