From aeea62d121a1a8fd4475da30f1ef8b44b4776c7b Mon Sep 17 00:00:00 2001 From: wl <173@qq.com> Date: 星期三, 04 一月 2023 14:02:47 +0800 Subject: [PATCH] fix: 店铺消息发送 --- ycl-platform/src/main/java/com/ycl/vo/cockpit/enforcementEvents/EnforcementEventsVO.java | 48 ++---------------------------------------------- 1 files changed, 2 insertions(+), 46 deletions(-) diff --git a/ycl-platform/src/main/java/com/ycl/vo/cockpit/enforcementEvents/EnforcementEventsVO.java b/ycl-platform/src/main/java/com/ycl/vo/cockpit/enforcementEvents/EnforcementEventsVO.java index 12198c3..1ac0c65 100644 --- a/ycl-platform/src/main/java/com/ycl/vo/cockpit/enforcementEvents/EnforcementEventsVO.java +++ b/ycl-platform/src/main/java/com/ycl/vo/cockpit/enforcementEvents/EnforcementEventsVO.java @@ -16,59 +16,15 @@ */ @ApiModel(description = "椹鹃┒鑸辨暟鎹�-鎵ф硶浜嬩欢VO灞�") public class EnforcementEventsVO { - @ApiModel(description = "鎵ф硶浜嬩欢缁熻") - @Data - public static class StatisticsEventVO { - @ApiModelProperty(value = "鏁伴噺") - private Integer count; - @ApiModelProperty(value = "姣斾緥") - private BigDecimal ratio; - - @ApiModelProperty(value = "涓婂崌涓嬮檷") - private Boolean up; - } @Data @ApiModel(description = "浜嬩欢绫诲瀷/浜嬩欢鏉ユ簮") public static class TypeAndSourceVO { @ApiModelProperty(value = "浜嬩欢鐨勬�绘暟") - private Integer all; + private Long all; @ApiModelProperty(value = "浜嬩欢绫诲瀷鐨勬暟閲忋�佸悇鍗犳瘮") - private List<EnforcementEventsVO.TypeAndSourceVO1> records; - } - - @Data - @ApiModel(description = "浜嬩欢绫诲瀷/浜嬩欢鏉ユ簮") - public static class TypeAndSourceVO1 { - @ApiModelProperty(value = "鍚嶇О") - private String name; - @ApiModelProperty(value = "鏁伴噺") - private Integer count; - @ApiModelProperty(value = "姣斾緥") - private BigDecimal ratio; - } - - @Data - @ApiModel(description = "瑙嗛鎶撴媿楂樺彂鐐逛綅/浜嬩欢鍖哄煙缁熻") - public static class VideoAndAreaVO { - @ApiModelProperty(value = "鐐逛綅鍚嶇О") - private String name; - @ApiModelProperty(value = "娆℃暟") - private Integer count; - @ApiModelProperty(value = "鏁版嵁鍗犳瘮") - private BigDecimal ratio; - } - - @Data - @ApiModel(description = "寤惰浜嬩欢") - public static class DelayVO { - @ApiModelProperty(value = "浜嬩欢缂栫爜锛堝敮涓�锛�") - private String code; - @ApiModelProperty(value = "浜嬩欢鎻忚堪") - private String description; - @ApiModelProperty(value = "瓒呮湡鏃堕棿锛堝垎閽燂級") - private Integer duration; + private List<VideoAndAreaVO> records; } @Data -- Gitblit v1.8.0