From 4ec71930da15cc83b2fbf67fdeade89b8900b14c Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期二, 31 三月 2026 17:32:36 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/dev_宁夏_中盛建材' into dev_宁夏_中盛建材
---
src/main/java/com/ruoyi/production/service/ProductMaterialService.java | 18 ++++++++++++++++++
1 files changed, 18 insertions(+), 0 deletions(-)
diff --git a/src/main/java/com/ruoyi/production/service/ProductMaterialService.java b/src/main/java/com/ruoyi/production/service/ProductMaterialService.java
index 34fd9a7..0b9bd71 100644
--- a/src/main/java/com/ruoyi/production/service/ProductMaterialService.java
+++ b/src/main/java/com/ruoyi/production/service/ProductMaterialService.java
@@ -1,7 +1,11 @@
package com.ruoyi.production.service;
import com.baomidou.mybatisplus.extension.service.IService;
+import com.ruoyi.production.dto.ProductMaterialGroupDto;
+import com.ruoyi.production.dto.ProductMaterialSkuDto;
import com.ruoyi.production.pojo.ProductMaterial;
+
+import java.util.List;
/**
* <br>
@@ -17,4 +21,18 @@
void loadProductMaterialData();
void syncProductMaterialJob();
+
+ List<ProductMaterialGroupDto> ProductMaterialList(Integer type);
+
+ void addProductMaterial(ProductMaterial productMaterial);
+
+ void updateProductMaterial(ProductMaterial productMaterial);
+
+ void deleteProductMaterial(List<Long> ids);
+
+ List<ProductMaterialGroupDto> productMaterialListByQuery(String materialName, Integer materialTypeId);
+
+ ProductMaterialSkuDto selectProductByModelId(Long productModelId);
+
+ ProductMaterialSkuDto selectProductByProductMainId(Long productOrderId);
}
--
Gitblit v1.9.3