Fixiaobai
2023-09-08 d2ce4553e18131b9a60d7be53c496f0cbce699ca
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);
}