app/src/main/java/cn/flightfeather/thirdapp/activity/MOVMapActivity.java
@@ -55,11 +55,11 @@
import cn.flightfeather.thirdapp.R;
import cn.flightfeather.thirdapp.adapter.MOVListAdapter;
import cn.flightfeather.thirdapp.adapter.RecyclerItemClickListener;
import cn.flightfeather.thirdapp.bean.Domainitem;
import cn.flightfeather.thirdapp.bean.Monitorobjectversion;
import cn.flightfeather.thirdapp.bean.Scense;
import cn.flightfeather.thirdapp.bean.Subtask;
import cn.flightfeather.thirdapp.bean.Task;
import cn.flightfeather.thirdapp.bean.entity.Domainitem;
import cn.flightfeather.thirdapp.bean.entity.Monitorobjectversion;
import cn.flightfeather.thirdapp.bean.entity.Scense;
import cn.flightfeather.thirdapp.bean.entity.Subtask;
import cn.flightfeather.thirdapp.bean.entity.Task;
import cn.flightfeather.thirdapp.bean.vo.TaskVo;
import cn.flightfeather.thirdapp.httpservice.MonitorObjectVersionService;
import cn.flightfeather.thirdapp.httpservice.SubTaskService;