Merge branch 'dongdingding' of http://39.101.188.84:8000/suzhou-jichuang-lanhai/tcZz-java
commit
b06f38a85f
@ -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