|
@ -19,7 +19,8 @@ public class BaseKnowledgeFlowConfigurationRelation extends UuidIdentityEntityWi
|
|
|
private String questionId;//问题id
|
|
|
private String relationType;//关联类型(1常见问题、2字典中心、3问题集)
|
|
|
private String relationCode;//关联code
|
|
|
private Integer del;//0删除1正常
|
|
|
|
|
|
private Integer sort;//排序
|
|
|
|
|
|
private BaseKnowledgeQuestion question;//常见问题
|
|
|
|
|
@ -78,11 +79,11 @@ public class BaseKnowledgeFlowConfigurationRelation extends UuidIdentityEntityWi
|
|
|
this.relationCode = relationCode;
|
|
|
}
|
|
|
|
|
|
public Integer getDel() {
|
|
|
return del;
|
|
|
public Integer getSort() {
|
|
|
return sort;
|
|
|
}
|
|
|
|
|
|
public void setDel(Integer del) {
|
|
|
this.del = del;
|
|
|
public void setSort(Integer sort) {
|
|
|
this.sort = sort;
|
|
|
}
|
|
|
}
|