Добавил в Mail поле replayMail
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-11-27 21:33:09 +03:00
parent 150786e2f2
commit 3286131ce5

View File

@@ -38,6 +38,11 @@ public class Mail extends Message {
*/
private List<Attachment> attachments = new ArrayList<>();
/**
* Сообщение на которое дан ответ.
*/
private Mail replayMail;
/**
* Пересланные сообщения.
*/