zss
2024-09-10 22d3a8dc4185c5461bee9e42a9f4a2775ff448e6
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;
}