whycxzp
2025-06-17 167236d51d359745c6abe0b6ed827b2ff7d37a4b
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);
}