Fix bug of Message Module.

hikari
PeterAlbus 1 year ago
parent 62ec980496
commit ae59472c0a

@ -24,7 +24,9 @@ public class Message {
@TableId(type= IdType.ASSIGN_ID) @TableId(type= IdType.ASSIGN_ID)
@JsonFormat(shape = JsonFormat.Shape.STRING) @JsonFormat(shape = JsonFormat.Shape.STRING)
Long messageId; Long messageId;
@JsonFormat(shape = JsonFormat.Shape.STRING)
Long senderId; Long senderId;
@JsonFormat(shape = JsonFormat.Shape.STRING)
Long targetId; Long targetId;
String messageContent; String messageContent;
String messageTitle; String messageTitle;

Loading…
Cancel
Save