From fe256a7afaa132910875d3dc73783d9ab2d7ace5 Mon Sep 17 00:00:00 2001
From: liulijun <liulijun@hnkhzn.com>
Date: 星期四, 12 三月 2026 18:57:44 +0800
Subject: [PATCH] 老厂排程单页面增加用纸顺序号和是否缺料
---
项目代码/WMS/WMSServices/WIDESEA_IOutboundService/IOutboundService.cs | 36 ++++++++++++++++++++++++++++++++++++
1 files changed, 36 insertions(+), 0 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_IOutboundService/IOutboundService.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_IOutboundService/IOutboundService.cs"
new file mode 100644
index 0000000..7652437
--- /dev/null
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_IOutboundService/IOutboundService.cs"
@@ -0,0 +1,36 @@
+锘縰sing System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+using WIDESEA_Core;
+
+namespace WIDESEA_IOutboundService
+{
+ /// <summary>
+ /// 鍑哄簱涓氬姟鎺ュ彛灞傞泦鎴�
+ /// </summary>
+ public interface IOutboundService : IDependency
+ {
+ /// <summary>
+ /// MES棰嗘枡涓氬姟鎺ュ彛灞�
+ /// </summary>
+ IOutMESOrderService OutMESOrderService { get; }
+ /// <summary>
+ /// 鐢熺鎺掔▼涓氬姟鎺ュ彛灞�
+ /// </summary>
+ IOutSGOrderService OutSGOrderService { get; }
+ /// <summary>
+ /// 鐢熺鎺掔▼鏄庣粏涓氬姟鎺ュ彛灞�
+ /// </summary>
+ IOutSGOrderDetailService OutSGOrderDetailService { get; }
+ /// <summary>
+ /// 鍑哄簱璇︽儏涓氬姟鎺ュ彛灞�
+ /// </summary>
+ IOutStockLockInfoService OutStockLockInfoService { get; }
+ /// <summary>
+ /// 鑰佸巶绾夸綋缂撳瓨涓氬姟鎺ュ彛灞�
+ /// </summary>
+ IOutLineViewService OutLineViewService { get; }
+ }
+}
--
Gitblit v1.9.3