Fixiaobai
2023-08-21 b7586ba9b38136c7af8ca9b31f92f570a0b039c2
inspection-server/src/main/java/com/yuanchu/limslaboratory/service/InspectionService.java
@@ -43,11 +43,12 @@
     */
    InspectDetailVo selectInspectsListById(Integer id);
    /**
     * 上报(更新检验单检验结果)
     * 作废检验单
     * @param id
     * @return
     */
    boolean updateInspectsById(Integer id);
    String delInspect(Integer id);
}