青羊经侦大队-数据平台
ok
baizonghao
2023-03-21 13c0e173eeaede98217ecca45f09c74a863f3175
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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;  // 身份证
}