|
@@ -11,7 +11,7 @@ import lombok.Setter;
|
|
@Getter
|
|
@Getter
|
|
@Setter
|
|
@Setter
|
|
public class RetrievalDTO {
|
|
public class RetrievalDTO {
|
|
- //标签名称
|
|
|
|
|
|
+ //医生端名称
|
|
private String name;
|
|
private String name;
|
|
//标签id
|
|
//标签id
|
|
private Long questionId;
|
|
private Long questionId;
|
|
@@ -35,6 +35,4 @@ public class RetrievalDTO {
|
|
private String explains;
|
|
private String explains;
|
|
//系统名称
|
|
//系统名称
|
|
private String tagName;
|
|
private String tagName;
|
|
- //医生端名称
|
|
|
|
- private String doctorName;
|
|
|
|
}
|
|
}
|