|
@@ -18,12 +18,6 @@ import java.util.Map;
|
|
|
public class SecondUserViolationDetailVo extends SecondUserViolationVo{
|
|
public class SecondUserViolationDetailVo extends SecondUserViolationVo{
|
|
|
private static final long serialVersionUID = 1L;
|
|
private static final long serialVersionUID = 1L;
|
|
|
|
|
|
|
|
- @ApiModelProperty(value = "举报内容")
|
|
|
|
|
- private String otherReasonContent;
|
|
|
|
|
-
|
|
|
|
|
- @ApiModelProperty(value = "举报图片")
|
|
|
|
|
- private String reportEvidenceImg;
|
|
|
|
|
-
|
|
|
|
|
@ApiModelProperty(value = "举报图片集合")
|
|
@ApiModelProperty(value = "举报图片集合")
|
|
|
private List<Map<String, Object>> imgList;
|
|
private List<Map<String, Object>> imgList;
|
|
|
|
|
|