zss
2024-06-06 3b6b3e356583e7ae3d264b4c59178c8b4087e5c4
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;
}