zhanghua
2023-12-12 bc2da7908a227c09e5cc7b6d8dab3e9c94b784a1
ycl-platform/src/main/java/com/ycl/vo/cockpit/statisticsEvents/GridMapVO.java
@@ -23,6 +23,9 @@
    @ApiModelProperty(value = "网格上报事件数量")
    private Integer handCount;
    @ApiModelProperty(value = "坐标集合")
    private String region;
    public Integer getHandCount() {
        return this.eventCount - this.aiCount;
    }