新增加热器设备适配,及mina升级!

This commit is contained in:
yiyan
2018-10-24 18:00:08 +08:00
parent 90de7d7808
commit a7e8cb7884
6 changed files with 34 additions and 5 deletions
@@ -27,7 +27,7 @@ public interface DeviceService {
List<Device> getByProperty(String property,Object value);
List<DeviceHeater> getDeviceHeaterByProperty(String hour,String macAddress);
List<DeviceHeater> getDeviceHeaterByProperty(String hour,String macAddress,String date);
DeviceUser getUniqueByProperty(String macAddress);