| | |
| | | |
| | | import com.baomidou.mybatisplus.core.conditions.Wrapper; |
| | | import org.sxkj.gd.workorder.entity.GdManageDeviceEntity; |
| | | import org.sxkj.gd.workorder.param.GdManageDevicePageParam; |
| | | import org.sxkj.gd.workorder.vo.GdManageDeviceVO; |
| | | import org.sxkj.gd.workorder.excel.GdManageDeviceExcel; |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | |
| | | * @param gdManageDevice |
| | | * @return |
| | | */ |
| | | IPage<GdManageDeviceVO> selectGdManageDevicePage(IPage<GdManageDeviceVO> page, GdManageDeviceVO gdManageDevice); |
| | | IPage<GdManageDeviceVO> selectGdManageDevicePage(IPage<GdManageDeviceVO> page, GdManageDevicePageParam gdManageDevice); |
| | | |
| | | |
| | | /** |
| | |
| | | * @param gdManageDevice |
| | | * @return |
| | | */ |
| | | List<GdManageDeviceVO> selectGdManageDevice(GdManageDeviceVO gdManageDevice); |
| | | List<GdManageDeviceVO> selectGdManageDevice(GdManageDevicePageParam gdManageDevice); |
| | | |
| | | /** |
| | | * 新增或修改 |
| | |
| | | * @return |
| | | */ |
| | | boolean saveOrUpdateDevice(GdManageDeviceEntity gdManageDeviceEntity) throws Exception; |
| | | |
| | | /** |
| | | * 同步星图设备(无人机、机巢) |
| | | * @return 同步数量 |
| | | */ |
| | | int syncXingtuDevice() throws Exception; |
| | | } |