mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-07 00:58:24 +08:00
feat(Column): add setter for property
Signed-off-by: benshi <807629978@qq.com>
This commit is contained in:
parent
82ed8229e2
commit
62b28a33a4
@ -93,6 +93,10 @@ public class Column {
|
||||
this.property = buildPropertyName();
|
||||
}
|
||||
|
||||
public void setProperty(String property) {
|
||||
this.property = property;
|
||||
}
|
||||
|
||||
public String getProperty() {
|
||||
return property;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user