From 43d86830f4696c3ba2250a961d26377e1ff6cc32 Mon Sep 17 00:00:00 2001
From: zhoushihao <zsh19950802@163.com>
Date: 星期三, 17 十二月 2025 10:39:43 +0800
Subject: [PATCH] 1、 查询是否除膜优化
---
hangzhoumesParent/common/servicebase/src/main/java/com/mes/order/service/OrdersService.java | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/hangzhoumesParent/common/servicebase/src/main/java/com/mes/order/service/OrdersService.java b/hangzhoumesParent/common/servicebase/src/main/java/com/mes/order/service/OrdersService.java
index 19016a7..5397dbe 100644
--- a/hangzhoumesParent/common/servicebase/src/main/java/com/mes/order/service/OrdersService.java
+++ b/hangzhoumesParent/common/servicebase/src/main/java/com/mes/order/service/OrdersService.java
@@ -2,6 +2,7 @@
import com.baomidou.mybatisplus.extension.service.IService;
import com.mes.order.entity.*;
+import com.mes.order.entity.dto.InterlayerDTO;
import com.mes.order.entity.dto.OrderDTO;
import java.util.List;
@@ -31,4 +32,6 @@
OrderDetailsDTO queryProductNameByFlowCardId(String flowCardId);
List<ProcessCardReport> queryLackByERP(String flowCardId);
+
+ List<InterlayerDTO> queryInterlayerByERP(String flowCardId);
}
--
Gitblit v1.8.0