|
@@ -12,13 +12,13 @@ import lombok.Setter;
|
|
|
@Getter
|
|
|
@Setter
|
|
|
public class GetAllForRelationDTO {
|
|
|
-
|
|
|
+
|
|
|
/**
|
|
|
* 概念id
|
|
|
*/
|
|
|
@ApiModelProperty(value="概念id")
|
|
|
private Long conceptId;
|
|
|
-
|
|
|
+
|
|
|
/**
|
|
|
* 概念名称
|
|
|
*/
|
|
@@ -30,13 +30,17 @@ public class GetAllForRelationDTO {
|
|
|
*/
|
|
|
@ApiModelProperty(value="概念id")
|
|
|
private Integer libType;
|
|
|
-
|
|
|
+
|
|
|
/**
|
|
|
* 概念名称(类型)
|
|
|
*/
|
|
|
@ApiModelProperty(value="概念名称(类型)")
|
|
|
private String conceptNameType;
|
|
|
-
|
|
|
-
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 说明
|
|
|
+ */
|
|
|
+ @ApiModelProperty(value="说明(remark)")
|
|
|
+ private String remark;
|
|
|
|
|
|
}
|