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)
@JsonFormat(shape = JsonFormat.Shape.STRING)
Long messageId;
@JsonFormat(shape = JsonFormat.Shape.STRING)
Long senderId;
@JsonFormat(shape = JsonFormat.Shape.STRING)
Long targetId;
String messageContent;
String messageTitle;

Loading…
Cancel
Save