lxp
2025-03-15 5c92f5ec07c74272c7bfd658ef9c9f5ceb02cfb1
1
2
3
4
5
6
7
8
9
10
11
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;
}