ycl-platform/src/main/java/com/ycl/dto/smoker/InTimeCountDto.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
ycl-platform/src/main/java/com/ycl/dto/smoker/InTimeCountDto.java
New file @@ -0,0 +1,19 @@ package com.ycl.dto.smoker; import lombok.Data; @Data public class InTimeCountDto { /** * 监测点数 */ private Integer monitor; /** * 监测设备数 */ private Integer devices; /** * 当日在线数 */ private Integer onlineCount; }