package com.ruoyi.production.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.ruoyi.production.pojo.ProductMaterial; /** *
* 产品物料信息Mapper *
* * @author deslrey * @version 1.0 * @since 2026/03/11 16:35 */ public interface ProductMaterialMapper extends BaseMapper { }