zouyu
7 天以前 3793ba4a9b6be8faa6df0d4a76c06763ac03f873
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;
}