XiaoRuby
2023-07-27 b7145c10db0d3ace368689edfebb850760632c79
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);
}