zss
2023-08-19 e6ffa9fcebef022be1e8e8162c65f52754f9081e
inspection-server/src/main/java/com/yuanchu/limslaboratory/service/RawMaterialService.java
@@ -31,11 +31,5 @@
     */
    List<RawMaterial> selectRawmaAll();
    /**
     * 选择原材料报检
     *
     * @param id
     * @return
     */
    InspectionVo selectRawmaById(Integer id, String startTime, String endTime) throws ParseException;
}