package com.yuanchu.mom.pojo; import lombok.Data; @Data public class InformationNotificationDto extends InformationNotification{ private String senderUser; private String consigneeUser; }