新增离线设备信息保存

This commit is contained in:
yiyan
2019-05-10 16:33:08 +08:00
parent bdd7a3f9ab
commit 84cc865b17
8 changed files with 203 additions and 4 deletions
@@ -38,4 +38,6 @@ public interface DeviceService {
FactoryList getFactoryListById(String factoryCode);
HardwareType getHardwareTypeById(String typeCode);
void saveDeviceOffline(DeviceOffline deviceOffline);
}