parent
c1a5652929
commit
5f38679126
@ -0,0 +1,27 @@
|
|||||||
|
package com.ruoyi.tcZz.domain.reponse;
|
||||||
|
|
||||||
|
import io.swagger.annotations.ApiModel;
|
||||||
|
import io.swagger.annotations.ApiModelProperty;
|
||||||
|
import lombok.Data;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 举报地图
|
||||||
|
*/
|
||||||
|
@Data
|
||||||
|
@ApiModel("举报地图")
|
||||||
|
public class ScreenReportMapResponse {
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 举报总数
|
||||||
|
*/
|
||||||
|
@ApiModelProperty("举报总数")
|
||||||
|
private Integer count;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 处置率
|
||||||
|
*/
|
||||||
|
@ApiModelProperty("处置率")
|
||||||
|
private double rate;
|
||||||
|
}
|
Loading…
Reference in new issue