mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-08 09:38:26 +08:00
commit
a80eeee687
@ -287,6 +287,16 @@ public class ColumnConfig implements Serializable {
|
|||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public Builder large(Boolean large) {
|
||||||
|
this.columnConfig.setLarge(large);
|
||||||
|
return this;
|
||||||
|
}
|
||||||
|
|
||||||
|
public Builder logicDelete(Boolean logicDelete) {
|
||||||
|
this.columnConfig.setLogicDelete(logicDelete);
|
||||||
|
return this;
|
||||||
|
}
|
||||||
|
|
||||||
public Builder version(Boolean version) {
|
public Builder version(Boolean version) {
|
||||||
this.columnConfig.setVersion(version);
|
this.columnConfig.setVersion(version);
|
||||||
return this;
|
return this;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user