zhanghua
2024-09-28 ceb8e9adae1835a3f8595e71eeb18b5e8f5dd5b9
ycl-platform/src/main/java/com/ycl/vo/cockpit/enforcementEvents/StatisticsVO.java
@@ -1,5 +1,6 @@
package com.ycl.vo.cockpit.enforcementEvents;
import com.fasterxml.jackson.annotation.JsonFormat;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
@@ -12,6 +13,7 @@
        private Long count;
        @ApiModelProperty(value = "比例")
        @JsonFormat(shape=JsonFormat.Shape.STRING)
        private BigDecimal ratio;
        @ApiModelProperty(value = "上升下降")