fuliqi
2023-11-25 24f7afc0e1dc48653c41e7a29111d35ff7230f76
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;
    }