青羊经侦大队-数据平台
baizonghao
2023-05-22 aa8836a65e97e297340fff3a42615f0a36f314e7
src/main/java/com/example/jz/modle/vo/ReportListVo.java
@@ -8,8 +8,6 @@
@Data
@ApiModel(description = "报案人员首页",value = "ReportListVo")
public class ReportListVo extends Report {
    //是否进群
    private Integer isIntoGroup;
    //群id
    private Integer groupId;
@@ -25,4 +23,7 @@
    @ApiModelProperty(value = "报案人身份证号",dataType = "String")
    //报案人身份证号
    private String idcard;
    private String sex;
}