中扬CRM客户关系管理系统
LSH
2023-08-23 7b6b97e96af70ea41b86aa7f1e9a134fbef9c8fb
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;
 
}