|
@@ -20,6 +20,6 @@ public class ConceptRetrievalExtDTO {
|
|
|
private Long libTypeId;//标签类型id
|
|
|
private String libTypeName;//标签类型名称
|
|
|
private Integer type;//questionType
|
|
|
- private String description;
|
|
|
- private String explains;
|
|
|
+ private String description;//通俗解释
|
|
|
+ private String explains;//详细说明
|
|
|
}
|