仪表盘
版本库
文件存储
活动
搜索
登录
main
/
center-lims-after-ruoyi
检测中心LIMS新后端
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
Merge branch 'dev' into dev_zj
zss
2025-03-11
eeb8d7faa8d25b3ca9fe75ef28f035c49af5b06d
[center-lims-after-ruoyi.git]
/
cnas-require
/
src
/
main
/
java
/
com
/
ruoyi
/
requier
/
dto
/
InformationNotificationDto.java
1
2
3
4
5
6
7
8
9
10
11
package com.ruoyi.requier.dto;
import com.ruoyi.requier.pojo.InformationNotification;
import lombok.Data;
@Data
public class InformationNotificationDto extends InformationNotification {
private String senderUser;
private String consigneeUser;
}