From dc5cb9eb1d29c9c15f21d373378fd39ec0e1ed49 Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期三, 01 四月 2026 11:45:46 +0800
Subject: [PATCH] fix: 编辑生产计划数据新增数据判断

---
 src/main/java/com/ruoyi/production/mapper/ProductMaterialMapper.java |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/ruoyi/production/mapper/ProductMaterialMapper.java b/src/main/java/com/ruoyi/production/mapper/ProductMaterialMapper.java
index 277d9e1..52cefbb 100644
--- a/src/main/java/com/ruoyi/production/mapper/ProductMaterialMapper.java
+++ b/src/main/java/com/ruoyi/production/mapper/ProductMaterialMapper.java
@@ -1,6 +1,7 @@
 package com.ruoyi.production.mapper;
 
 import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+import com.ruoyi.production.dto.ProductMaterialSkuDto;
 import com.ruoyi.production.pojo.ProductMaterial;
 
 /**
@@ -13,4 +14,8 @@
  * @since 2026/03/11 16:35
  */
 public interface ProductMaterialMapper extends BaseMapper<ProductMaterial> {
+
+    ProductMaterialSkuDto selectProductByModelId(Long productModelId);
+
+    ProductMaterialSkuDto selectProductByProductMainId(Long productOrderId);
 }

--
Gitblit v1.9.3