fix 修复 实体类方法书写错误(不影响功能)
This commit is contained in:
parent
cb71df8a42
commit
62b7d96551
@ -159,7 +159,7 @@ public class GenTableColumn extends BaseEntity {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public boolean isEdit() {
|
public boolean isEdit() {
|
||||||
return isInsert(this.isEdit);
|
return isEdit(this.isEdit);
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean isEdit(String isEdit) {
|
public boolean isEdit(String isEdit) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user