app/src/main/java/com/yeshi/makemoney/app/entity/msg/UserMsgType.java
@@ -3,12 +3,12 @@ /** * @author hxh * @title: UserMsgType * @description: TODO * @description: 用户消息类型 * @date 2022/4/7 15:19 */ public enum UserMsgType { goldcornexchange("金币折算",""), extract("余额提现",""), system("系统消息",""); goldcornexchange("金币折算","http://img.mm.yeshitv.com/imgs/msg/icon_msg_goldcorn_exchange.png"), extract("余额提现","http://img.mm.yeshitv.com/imgs/msg/icon_msg_extract.png"), system("系统消息","http://img.mm.yeshitv.com/imgs/msg/icon_msg_system.png"); private String name; private String icon;