package com.example.jz.modle.vo; import com.example.jz.modle.entity.Report; import io.swagger.annotations.ApiModel; import lombok.Data; @Data @ApiModel(description = "报案人员首页",value = "ReportListVo") public class ReportListVo extends Report { //是否进群 private Integer isIntoGroup; //群id private Integer groupId; }