From fc543916cfac06f0cf16d018b9751417e3a119f7 Mon Sep 17 00:00:00 2001
From: zhuo <2089219845@qq.com>
Date: 星期一, 26 五月 2025 10:02:02 +0800
Subject: [PATCH] 人员培训讲师生成签名

---
 inspect-server/src/main/java/com/ruoyi/inspect/service/RawMaterialOrderService.java |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/inspect-server/src/main/java/com/ruoyi/inspect/service/RawMaterialOrderService.java b/inspect-server/src/main/java/com/ruoyi/inspect/service/RawMaterialOrderService.java
index 9881b40..7707de8 100644
--- a/inspect-server/src/main/java/com/ruoyi/inspect/service/RawMaterialOrderService.java
+++ b/inspect-server/src/main/java/com/ruoyi/inspect/service/RawMaterialOrderService.java
@@ -4,6 +4,7 @@
 import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
 import com.ruoyi.basic.dto.*;
 import com.ruoyi.basic.pojo.IfsInventoryQuantity;
+import com.ruoyi.common.core.domain.Result;
 import com.ruoyi.inspect.dto.SampleProductDto;
 import com.ruoyi.inspect.pojo.InsOrder;
 import com.ruoyi.inspect.dto.CopperInsOrderDto;
@@ -20,7 +21,7 @@
  */
 public interface RawMaterialOrderService {
 
-    RawMaterialStandardTreeDto selectStandardTreeListByPartNo(String partNo);
+    Result selectStandardTreeListByPartNo(String partNo);
 
     /**
      * 鎶ユ鏌ヨ
@@ -28,7 +29,7 @@
      * @param ifsInventoryQuantity
      * @return
      */
-    Map<String,Object> getWarehouseSubmit(IPage<IfsInventoryQuantity> page, IfsInventoryQuantity ifsInventoryQuantity);
+    IPage<IfsInventoryQuantity> getWarehouseSubmit(IPage<IfsInventoryQuantity> page, IfsInventoryQuantity ifsInventoryQuantity);
 
     /**
      * 鏌ヨ妫�楠屽��
@@ -36,7 +37,7 @@
      * @param ifsInventoryQuantityDto
      * @return
      */
-    Map<String,Object> getIfsByStateOne(IPage<IfsInventoryQuantityDto> page, IfsInventoryQuantityDto ifsInventoryQuantityDto);
+    IPage<IfsInventoryQuantityDto> getIfsByStateOne(IPage<IfsInventoryQuantityDto> page, IfsInventoryQuantityDto ifsInventoryQuantityDto);
 
     int inspectionReport(List<Integer> ids);
 
@@ -63,7 +64,7 @@
      */
     int addExemptionOrder(List<SampleProductDto> list, InsOrder insOrder);
 
-    Map<String,Object> selectIfsInventoryQuantity(Page<IfsInventoryQuantityCheckDto> page, IfsInventoryQuantityCheckDto ifsInventoryQuantity);
+    IPage<IfsInventoryQuantityCheckDto> selectIfsInventoryQuantity(Page<IfsInventoryQuantityCheckDto> page, IfsInventoryQuantityCheckDto ifsInventoryQuantity);
 
     /**
      * 鏌ヨ宸叉楠�
@@ -71,7 +72,7 @@
      * @param ifsInventoryQuantityDto
      * @return
      */
-    Map<String,Object>  getIfsByOver(Page<IfsInventoryQuantitySupplierDto> page, IfsInventoryQuantitySupplierDto ifsInventoryQuantityDto);
+    IPage<IfsInventoryQuantitySupplierDto>  getIfsByOver(Page<IfsInventoryQuantitySupplierDto> page, IfsInventoryQuantitySupplierDto ifsInventoryQuantityDto);
 
     int delIfsInventory(Integer id);
 
@@ -95,7 +96,6 @@
      */
     void addIfsInventoryQuantity(IfsInventoryQuantity ifsInventoryQuantity);
 
-    void shiftingParking(List<Integer> ids);
 
     /**
      * 閾滃崟涓濅笅鍗曞厤妫�
@@ -138,7 +138,7 @@
      * @param ifsInventoryQuantityDto
      * @return
      */
-    Map<String,Object> getIfsByQuarter(Page page, IfsInventoryQuantitySupplierDto ifsInventoryQuantityDto);
+    IPage<IfsInventoryQuantitySupplierDto> getIfsByQuarter(Page page, IfsInventoryQuantitySupplierDto ifsInventoryQuantityDto);
 
     /**
      * advancedGodown

--
Gitblit v1.9.3