仪表盘
版本库
文件存储
活动
搜索
登录
main
/
smart_message
智能信息管家后台
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
1.我的邀请记录-头像
tj
6 天以前
b428226d0cf78bbb843fa17bffb1e338230fae6c
[smart_message.git]
/
src
/
main
/
java
/
com
/
mzl
/
flower
/
dto
/
response
/
customer
/
InviteDTO.java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.mzl.flower.dto.response.customer;
import lombok.Data;
@Data
public class InviteDTO {
private String userId ;
private String userName ;
private String reward;
private String status;
private String cover;
}