@@ -5,7 +5,7 @@ import lombok.Getter;
@Getter
public enum QwPlanTypeEnum {
GROUP(0, "社群"),
- DAILY(1, "每日推送"),
+ REPLY(1, "自动回复"),
other(999, "其他");