mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-07 00:58:24 +08:00
Merge branch 'mybatis-flex:main' into main
This commit is contained in:
commit
4b602f40f6
@ -15,7 +15,7 @@ public @interface Table {
|
||||
String value();
|
||||
|
||||
/**
|
||||
* 数据库的 schema
|
||||
* 数据库的 schema(模式)
|
||||
*/
|
||||
String schema() default "";
|
||||
|
||||
|
||||
@ -394,7 +394,7 @@ public class TableConfig {
|
||||
private String tableName;
|
||||
|
||||
/**
|
||||
* 数据库的 schema
|
||||
* 数据库的 schema(模式)
|
||||
*/
|
||||
private String schema;
|
||||
|
||||
|
||||
@ -30,7 +30,7 @@ public @interface Table {
|
||||
String value();
|
||||
|
||||
/**
|
||||
* 数据库的 schema
|
||||
* 数据库的 schema(模式)
|
||||
*/
|
||||
String schema() default "";
|
||||
|
||||
|
||||
@ -27,7 +27,7 @@ public class TableConfig {
|
||||
private String tableName;
|
||||
|
||||
/**
|
||||
* 数据库的 schema
|
||||
* 数据库的 schema(模式)
|
||||
*/
|
||||
private String schema;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user