|
@@ -37,7 +37,7 @@ public class GenTableRelation extends BaseEntity {
|
|
/**
|
|
/**
|
|
* 是否删除(1是)
|
|
* 是否删除(1是)
|
|
*/
|
|
*/
|
|
- private String idDel;
|
|
|
|
|
|
+ private String isDel;
|
|
|
|
|
|
public Long getId() {
|
|
public Long getId() {
|
|
return id;
|
|
return id;
|
|
@@ -79,12 +79,12 @@ public class GenTableRelation extends BaseEntity {
|
|
this.relationType = relationType;
|
|
this.relationType = relationType;
|
|
}
|
|
}
|
|
|
|
|
|
- public String getIdDel() {
|
|
|
|
- return idDel;
|
|
|
|
|
|
+ public String getIsDel() {
|
|
|
|
+ return isDel;
|
|
}
|
|
}
|
|
|
|
|
|
- public void setIdDel(String idDel) {
|
|
|
|
- this.idDel = idDel;
|
|
|
|
|
|
+ public void setIsDel(String isDel) {
|
|
|
|
+ this.isDel = isDel;
|
|
}
|
|
}
|
|
|
|
|
|
@Override
|
|
@Override
|
|
@@ -95,7 +95,7 @@ public class GenTableRelation extends BaseEntity {
|
|
", relationParentId=" + relationParentId +
|
|
", relationParentId=" + relationParentId +
|
|
", relationChildId=" + relationChildId +
|
|
", relationChildId=" + relationChildId +
|
|
", relationType=" + relationType +
|
|
", relationType=" + relationType +
|
|
- ", idDel='" + idDel + '\'' +
|
|
|
|
|
|
+ ", isDel='" + isDel + '\'' +
|
|
'}';
|
|
'}';
|
|
}
|
|
}
|
|
}
|
|
}
|