zss
2024-09-14 e700e89f85e58747b57fc0d7e1fd30f3483aacca
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;
}