whycxzp
昨天 e5b3e3492a7d5f079cad2ca5958a724cabfec401
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);
}