| | |
| | | import com.baomidou.mybatisplus.extension.plugins.pagination.Page; |
| | | import org.apache.ibatis.annotations.Param; |
| | | import org.jeecg.modules.eam.entity.EamThirdMaintenanceOrder; |
| | | import org.jeecg.modules.eam.request.EamThirdMaintenanceBaseResponse; |
| | | |
| | | /** |
| | | * @Description: 设备三级保养 |
| | |
| | | * @return |
| | | */ |
| | | IPage<EamThirdMaintenanceOrder> queryPageList(Page<EamThirdMaintenanceOrder> page, @Param(Constants.WRAPPER) QueryWrapper<EamThirdMaintenanceOrder> queryWrapper); |
| | | |
| | | /** |
| | | * |
| | | * @param id |
| | | * @return |
| | | */ |
| | | EamThirdMaintenanceBaseResponse findThirdMaintenanceBaseInfo(@Param("id") String id); |
| | | } |