zss
2024-10-18 1f15333b0a97a327865f7aab8f1e3f9ba8fc16f8
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;
}