package com.casic.service;

public interface DeviceDataService {

    void checkAndUpdateDeviceOnline();

}
