admin
2022-06-17 2d88839407045d9f483cf2ab4aed149a59e22df4
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;