zouxuan 5 năm trước cách đây
mục cha
commit
4b7badbf69
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 1 2
      mec-im/src/main/java/com/ym/pojo/CustomMessage.java

+ 1 - 2
mec-im/src/main/java/com/ym/pojo/CustomMessage.java

@@ -47,8 +47,7 @@ public class CustomMessage extends BaseMessage {
 
     @Override
     public String toString() {
-        return "CustomMessage{" +
-                "enable=" + enable +
+        return "{enable=" + enable +
                 ", customType=" + customType +
                 ", rate=" + rate +
                 ", userId=" + userId +