src/main/java/com/ruoyi/production/mapper/ProductMaterialMapper.java
@@ -13,4 +13,7 @@ * @since 2026/03/11 16:35 */ public interface ProductMaterialMapper extends BaseMapper<ProductMaterial> { String selectProductModelIdByName(Long productModelId); }