dao/src/main/java/com/sandu/ximon/dao/domain/LampCount.java @@ -4,6 +4,7 @@ @Data public class LampCount { private Integer id; private Integer count; }