app/src/main/java/com/yeshi/makemoney/app/entity/msg/AppPageNotifyMsg.java @@ -18,7 +18,7 @@ public class AppPageNotifyMsg { public enum AppPageNotifyMsgType { mine("我的"); team("团队"),task("任务"); private String name;