admin
2022-09-30 ffc56f912da5d6d842142ae4ea1856bc56f8bcb9
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;