| | |
| | | import com.ruoyi.system.query.AssetRepairRequestListQuery; |
| | | import com.ruoyi.system.query.AssetStatisticsListQuery; |
| | | import com.ruoyi.system.vo.AssetRepairRequestVO; |
| | | import com.ruoyi.system.vo.asset.AssetRepairRecordAssetVO; |
| | | import com.ruoyi.system.vo.asset.AssetRepairRecordPageVO; |
| | | import org.apache.ibatis.annotations.Param; |
| | | |
| | |
| | | */ |
| | | IPage<AssetRepairRecordPageVO> getRepairRecordPageList(Page<AssetRepairRecordPageVO> page, @Param("query") AssetRepairRecordPageQuery pageQuery); |
| | | |
| | | /** |
| | | * 查询维修记录关联的资产列表 |
| | | * @param repairRecordId 维修记录ID |
| | | * @return 维修资产列表 |
| | | */ |
| | | List<AssetRepairRecordAssetVO> getRepairAssetList(@Param("repairRecordId") Integer repairRecordId); |
| | | |
| | | List<AssetRepairRequestVO> listAll(@Param("query")AssetRepairRequestListQuery query); |
| | | } |