mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-08 01:28:24 +08:00
update docs/zh/core/column.md.
在@Column 的代码定义中,isLarge的注释有误,应该为 DEFAULT_COLUMNS 而不是 ALL_COLUMNS。(isLarge的具体描述与源代码注释都没有问题)。 Signed-off-by: 18007559437 <12554008+matthew_u@user.noreply.gitee.com>
This commit is contained in:
parent
d9cd7ca455
commit
99d7bc2e09
@ -26,7 +26,7 @@ public @interface Column {
|
|||||||
String onUpdateValue() default "";
|
String onUpdateValue() default "";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 是否是大字段,大字段 APT 不会生成到 ALL_COLUMNS 里
|
* 是否是大字段,大字段 APT 不会生成到 DEFAULT_COLUMNS 里
|
||||||
*/
|
*/
|
||||||
boolean isLarge() default false;
|
boolean isLarge() default false;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user