lxp
2025-03-14 8246ec51e9cf0fdb37a76bc62cac4ac2b3ffc893
1
2
3
4
5
6
7
8
9
10
11
package com.ruoyi.require.dto;
 
import com.ruoyi.require.pojo.InformationNotification;
import lombok.Data;
 
@Data
public class InformationNotificationDto extends InformationNotification {
    private String senderUser;
 
    private String consigneeUser;
}