zouyu
2025-11-20 319e76c080c6c2b34dd01ba0d6cc49023d7bfda8
1
2
3
4
5
6
7
8
9
10
package com.ruoyi.common.core.domain.entity;
 
import lombok.Data;
 
@Data
public class InformationNotificationDto extends InformationNotification{
    private String senderUser;
 
    private String consigneeUser;
}