XiaoRuby
2023-08-26 8f8ba3c62d6fc9f4733a408daf59a5badd82e5e2
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;
}