@@ -14,7 +14,7 @@ public enum IntroducePositionEnum implements KeyedNamed {
CommonTreatment(3, "一般治疗展示"),
SurgeryTreatment(4, "手术治疗展示"),
Drug(5, "药品说明书"),
- Indication(6, "指标说明");
+ Indication(6, "不良反应");
@Setter
private Integer key;