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