zss
2023-07-26 ee5f64ff15c79240681fc46b0201a293ccaf54ad
standard-server/src/main/java/com/yuanchu/limslaboratory/mapper/ProductMapper.java
@@ -17,7 +17,7 @@
 */
public interface ProductMapper extends BaseMapper<Product> {
    List<Product> selectProductByMaterialId(int materialId);
    List<Product> selectProductByMaterialId(String materialId);
    Map<String, Object> getProductInformation(Integer productId);
}