@@ -22,7 +22,9 @@ public enum ConceptTypeEnum implements KeyedNamed {
Drug_Category_Small(11, "药品分类-小类"),
LIS_TABLES(12,"化验公表项"),
Scale(21, "量表"),
- Indication(22, "指标");
+ Indication(22, "指标"),
+ LisDetail(51, "化验明细");
+
@Setter