mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-09-24 07:19:46 +08:00
fix 修复 实体类方法书写错误(不影响功能)
This commit is contained in:
@ -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) {
|
||||||
|
Reference in New Issue
Block a user