公告板
版本库
filestore
活动
搜索
登录
main
/
zy-crm
中扬CRM客户关系管理系统
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
#
luxiaotao1123
2022-11-21
68d2e92f824d72b98aaf68cd5a936945c1912bed
[zy-crm.git]
/
src
/
main
/
java
/
com
/
zy
/
crm
/
manager
/
controller
/
result
/
FollowerTableVo.java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package
com
.
zy
.
crm
.
manager
.
controller
.
result
;
import
lombok
.
Data
;
/**
* Created by vincent on 2022/11/7
*/
@Data
public
class
FollowerTableVo
{
private
Long
userId
;
private
String
userName
;
}