|
@@ -11,7 +11,9 @@ import lombok.Setter;
|
|
public enum IntroducePositionEnum implements KeyedNamed {
|
|
public enum IntroducePositionEnum implements KeyedNamed {
|
|
All(0, "都展示"),
|
|
All(0, "都展示"),
|
|
Push(1, "推送展示"),
|
|
Push(1, "推送展示"),
|
|
- More(2, "更多展示");
|
|
|
|
|
|
+ More(2, "更多展示"),
|
|
|
|
+ CommonTreatment(3, "一般治疗展示"),
|
|
|
|
+ SurgeryTreatment(4, "手术治疗展示");
|
|
|
|
|
|
@Setter
|
|
@Setter
|
|
private Integer key;
|
|
private Integer key;
|
|
@@ -47,4 +49,4 @@ public enum IntroducePositionEnum implements KeyedNamed {
|
|
public String getName() {
|
|
public String getName() {
|
|
return name;
|
|
return name;
|
|
}
|
|
}
|
|
-}
|
|
|
|
|
|
+}
|