From 1515ffa15c11e106f35e1447bc990b7867c449bb Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期四, 16 四月 2026 16:07:14 +0800
Subject: [PATCH] feat(Robot): 机械手换盘任务特殊处理
---
Code/WMS/WIDESEA_WMSServer/WIDESEA_IOutboundService/IOutboundOrderDetailService.cs | 19 +++++++------------
1 files changed, 7 insertions(+), 12 deletions(-)
diff --git a/Code/WMS/WIDESEA_WMSServer/WIDESEA_IOutboundService/IOutboundOrderDetailService.cs b/Code/WMS/WIDESEA_WMSServer/WIDESEA_IOutboundService/IOutboundOrderDetailService.cs
index dcaeb06..db2e6bb 100644
--- a/Code/WMS/WIDESEA_WMSServer/WIDESEA_IOutboundService/IOutboundOrderDetailService.cs
+++ b/Code/WMS/WIDESEA_WMSServer/WIDESEA_IOutboundService/IOutboundOrderDetailService.cs
@@ -1,22 +1,17 @@
-锘縰sing System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Reflection;
-using System.Text;
-using System.Threading.Tasks;
-using WIDESEA_Common.LocationEnum;
-using WIDESEA_Core;
-using WIDESEA_Core.BaseRepository;
+锘縰sing WIDESEA_Core.BaseRepository;
using WIDESEA_Core.BaseServices;
-using WIDESEA_Core.Enums;
-using WIDESEA_DTO.Stock;
using WIDESEA_Model.Models;
namespace WIDESEA_IOutboundService
{
+ /// <summary>
+ /// 鍑哄簱鍗曟槑缁嗘湇鍔℃帴鍙�
+ /// </summary>
public interface IOutboundOrderDetailService : IService<Dt_OutboundOrderDetail>
{
+ /// <summary>
+ /// 鑾峰彇鍑哄簱鍗曟槑缁嗕粨鍌ㄦ帴鍙�
+ /// </summary>
IRepository<Dt_OutboundOrderDetail> Repository { get; }
-
}
}
--
Gitblit v1.9.3