gongchunyi
4 小时以前 35a8e2f73dd2a959409d07b1bd657580662b6956
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);
}