| | |
| | | |
| | | import cn.flightfeather.thirdapp.CommonApplication; |
| | | import cn.flightfeather.thirdapp.R; |
| | | import cn.flightfeather.thirdapp.bean.Evaluation; |
| | | import cn.flightfeather.thirdapp.bean.LastSubtaskPack; |
| | | import cn.flightfeather.thirdapp.bean.Subtask; |
| | | import cn.flightfeather.thirdapp.bean.TaskPack; |
| | | import cn.flightfeather.thirdapp.bean.entity.Evaluation; |
| | | import cn.flightfeather.thirdapp.bean.vo.LastSubtaskPack; |
| | | import cn.flightfeather.thirdapp.bean.entity.Subtask; |
| | | import cn.flightfeather.thirdapp.bean.vo.TaskPack; |
| | | import cn.flightfeather.thirdapp.bean.vo.InspectionVo; |
| | | import cn.flightfeather.thirdapp.bean.vo.ProblemlistVo; |
| | | import cn.flightfeather.thirdapp.bean.vo.TaskVo; |
| | |
| | | } |
| | | |
| | | void initView() { |
| | | if (subtask == null) return; |
| | | tv_info.setText(subtask.getName()); |
| | | tv_address.setText(subtask.getScenseaddress()); |
| | | try { |