@@ -36,7 +36,11 @@ public class GetAllForRelationDTO {
@ApiModelProperty(value="概念名称(类型)")
private String conceptNameType;
-
+ /**
+ * 说明
+ */
+ @ApiModelProperty(value="说明(remark)")
+ private String remark;
}