mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-06 16:48:24 +08:00
commit
a80eeee687
@ -287,6 +287,16 @@ public class ColumnConfig implements Serializable {
|
||||
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) {
|
||||
this.columnConfig.setVersion(version);
|
||||
return this;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user