@@ -9,5 +9,5 @@ public class NewsRelationConfigDto {
private Long relationId;
@ApiModelProperty("关系名称")
- private Long relationName;
+ private String relationName;
}
@@ -26,5 +26,5 @@ public class NewsRelationConfig {