1. 增加查询指定任务传感器执行执行任务分页查询功能
This commit is contained in:
parent
c860a84280
commit
c95f2dad85
|
@ -4,8 +4,6 @@ import com.github.pagehelper.PageInfo;
|
|||
import com.zjyr.beidouservice.pojo.entry.SensorTask;
|
||||
import com.zjyr.beidouservice.pojo.vo.binary.SensorTaskAck;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
public interface SensorTaskService {
|
||||
void addSensorTaskResponse(Long controlId, SensorTaskAck sensorTaskAck);
|
||||
|
||||
|
|
Loading…
Reference in New Issue