src/main/java/com/whyc/mapper/DeviceStateMapper.java
@@ -9,4 +9,7 @@ public interface DeviceStateMapper extends CustomMapper<DeviceState>{ //设备工作状态统计 List<DeviceState> getDeviceStateStatistic(@Param("stic") DeviceStateStic stic); List<DeviceState> getListByUserId(Integer userId); }