| | |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import com.ruoyi.inspect.dto.InspectionPurchasedDto; |
| | | import com.ruoyi.inspect.pojo.InspectionPurchased; |
| | | import org.springframework.web.multipart.MultipartFile; |
| | | |
| | | /** |
| | | * <p> |
| | |
| | | |
| | | IPage<InspectionPurchasedDto> selectInspectionPurchased(Page page, InspectionPurchasedDto inspectionPurchasedDto); |
| | | |
| | | int UpdateInspection(InspectionPurchasedDto inspectionPurchasedDto) throws Exception; |
| | | int updateInspection(MultipartFile file,Integer id,String inspectionItems,String result) throws Exception; |
| | | } |