mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-08 01:28:24 +08:00
update comment and docs
This commit is contained in:
parent
e1757a3cf5
commit
2e06674582
@ -15,7 +15,7 @@ public @interface Table {
|
|||||||
String value();
|
String value();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 数据库的 schema
|
* 数据库的 schema(模式)
|
||||||
*/
|
*/
|
||||||
String schema() default "";
|
String schema() default "";
|
||||||
|
|
||||||
|
|||||||
@ -394,7 +394,7 @@ public class TableConfig {
|
|||||||
private String tableName;
|
private String tableName;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 数据库的 schema
|
* 数据库的 schema(模式)
|
||||||
*/
|
*/
|
||||||
private String schema;
|
private String schema;
|
||||||
|
|
||||||
|
|||||||
@ -30,7 +30,7 @@ public @interface Table {
|
|||||||
String value();
|
String value();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 数据库的 schema
|
* 数据库的 schema(模式)
|
||||||
*/
|
*/
|
||||||
String schema() default "";
|
String schema() default "";
|
||||||
|
|
||||||
|
|||||||
@ -27,7 +27,7 @@ public class TableConfig {
|
|||||||
private String tableName;
|
private String tableName;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 数据库的 schema
|
* 数据库的 schema(模式)
|
||||||
*/
|
*/
|
||||||
private String schema;
|
private String schema;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user