admin
2022-04-26 36681e15e12aaa9135f69260472de65303cdcba3
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;