chenrui
2025-03-17 7f878b1b0caa64cc818bec6d3e89f544b9a2b11b
1
2
3
4
5
6
7
8
9
10
package com.yuanchu.mom.pojo;
 
import lombok.Data;
 
@Data
public class InformationNotificationDto extends InformationNotification{
    private String senderUser;
 
    private String consigneeUser;
}