mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-07 00:58:24 +08:00
Merge pull request #540 from BenLocal/main
feat: mybatis-flex-codegen实体类添加setProperty方法
This commit is contained in:
commit
ce86692bcd
@ -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