This reverts commit 3ea9940
@@ -17,8 +17,6 @@ public class MedicalIndication {
private Long conceptId;
private Integer libType;
private Integer type;
- private Integer source; //1-诊断依据推理,2-危机值推理
private String name;
private List<MedicalIndicationDetail> details;
- private String description; //危机值解释
}