value
2023-08-31 34abd07d1567dd0757113c822e9a7dfc4a4cc1d1
inspection-server/src/main/java/com/yuanchu/limslaboratory/service/InspectionProductService.java
@@ -12,12 +12,6 @@
 */
public interface InspectionProductService extends IService<InspectionProduct> {
    /**
     * 更新检验项目
     * @param userId
     * @param inspectionProduct
     * @return
     */
    boolean updateInsProduct(Integer userId, InspectionProduct inspectionProduct);
}