青羊经侦大队-数据平台
baizonghao
2023-04-17 4a5879a5454a5b396a13ab0b3c7386cdc0779ea7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
package com.example.jz.modle.vo;
 
import com.example.jz.modle.entity.Report;
import lombok.Data;
 
@Data
public class ReportVXVO extends Report {
    private String description;
 
    private String Location;    //  现居地
 
    private String sex;     //  性别
 
    private String workingLocation;     // 工作单位
 
    private String realName;    // 姓名
 
    private String userIdCard;  // 身份证
 
    private String phone;
}