src/main/java/com/ruoyi/production/mapper/ProductionProductMainMapper.java
@@ -4,8 +4,14 @@ import com.ruoyi.production.pojo.ProductionProductMain; import org.apache.ibatis.annotations.Mapper; import javax.annotation.ManagedBean; /** * <p> * 生产报工表 Mapper 接口 * </p> * * @author 芯导软件(江苏)有限公司 * @since 2026-04-21 03:55:52 */ @Mapper public interface ProductionProductMainMapper extends BaseMapper<ProductionProductMain> {