| | |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import com.yuanchu.limslaboratory.pojo.InspectionMaterialList; |
| | | import com.yuanchu.limslaboratory.pojo.Plan; |
| | | import com.yuanchu.limslaboratory.pojo.dto.InspectionMaterialListDto; |
| | | |
| | | import java.util.List; |
| | | |
| | |
| | | /** |
| | | *根据样品id修改样品信息 |
| | | * @param inspectionMaterialListId |
| | | * @param inspectionMaterialList |
| | | * @param inspectionMaterialListDto |
| | | * @return |
| | | */ |
| | | void updateInspectionMaterialList( Integer inspectionMaterialListId,InspectionMaterialList inspectionMaterialList); |
| | | void updateInspectionMaterialList(Integer inspectionMaterialListId, InspectionMaterialListDto inspectionMaterialListDto); |
| | | } |