standard-server/src/main/java/com/yuanchu/limslaboratory/service/ProductService.java
@@ -21,7 +21,7 @@ public interface ProductService extends IService<Product> { void deleteProductInformation(List<Integer> SpecificationsId); IPage<Map<String, Object>> pageProductInformation(String productCodeOrName, Page<Objects> page); IPage<Map<String, Object>> pageProductInformation(String productCodeOrName, Integer specificationsId, Page<Objects> page); List<Map<String, Object>> pageFatherNameProductInformation(String fatherName); }