From 39d468b76e60c05ffcdf749f7ed1d3c443d542f8 Mon Sep 17 00:00:00 2001
From: wangxinhui <wangxinhui@hnkhzn.com>
Date: 星期四, 30 四月 2026 17:13:05 +0800
Subject: [PATCH] 一堆需要求新增及更改
---
项目代码/WMS/WMSServices/WIDESEA_ITaskInfoService/ITaskService.cs | 51 +++++++++++++++++++++++++++++++++++++++++++++++----
1 files changed, 47 insertions(+), 4 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_ITaskInfoService/ITaskService.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_ITaskInfoService/ITaskService.cs"
index 4293f6d..2fffa8b 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_ITaskInfoService/ITaskService.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_ITaskInfoService/ITaskService.cs"
@@ -16,6 +16,7 @@
#endregion << 鐗� 鏈� 娉� 閲� >>
using Microsoft.AspNetCore.Mvc;
+using Org.BouncyCastle.Asn1.X509;
using SqlSugar;
using System;
using System.Collections.Generic;
@@ -64,7 +65,7 @@
/// <param name="stationCode"></param>
/// <param name="palletCode"></param>
/// <returns></returns>
- WebResponseContent DeviceRequestInboundTaskSimple(string stationCode, string palletCode);
+ WebResponseContent DeviceRequestInboundTaskSimple(string stationCode,string startPoint = "");
/// <summary>
/// 鍘熸枡鍏ュ簱浠诲姟璇锋眰
@@ -143,7 +144,7 @@
/// <param name="barCode"></param>
/// <param name="startPoint"></param>
/// <returns></returns>
- WebResponseContent EmptyBackTask(string barCode, string startPoint);
+ WebResponseContent EmptyBackTask(string barCode, string startPoint,int target);
/// <summary>
/// 杈呮枡/鎴愬搧涓存椂鍏ュ簱
@@ -180,13 +181,13 @@
WebResponseContent RequestYLWMSTaskOut(YLWMSTaskOutDTO yLWMSTaskOutDTO);
/// <summary>
- /// 鍘熸枡绉诲簱
+ /// 绉诲簱
/// </summary>
/// <param name="startAddress"></param>
/// <param name="endAddress"></param>
/// <param name="roadWay"></param>
/// <returns></returns>
- WebResponseContent IsRelocation(string startAddress, string endAddress, string roadWay);
+ WebResponseContent IsRelocation(RelocationDTO relocationDTO);
/// <summary>
/// 鍘熸枡宸烽亾闂寸Щ搴撲换鍔�
/// </summary>
@@ -260,5 +261,47 @@
/// <param name="ids"></param>
/// <returns></returns>
WebResponseContent CreateSGManualTasks(List<int> ids);
+ /// <summary>
+ /// 鍒涘缓閿�鍞嚭搴�
+ /// </summary>
+ /// <param name="ids"></param>
+ /// <returns></returns>
+ WebResponseContent CreateProDeliveryTasks(List<int> ids);
+ /// <summary>
+ /// 绌烘墭鍙犵洏鍑哄簱
+ /// </summary>
+ /// <returns></returns>
+ WebResponseContent PlateOutbound(string stationCode);
+ /// <summary>
+ /// 鍚敤绔欑偣
+ /// </summary>
+ /// <returns></returns>
+ WebResponseContent EnableStatus(int[] keys);
+ /// <summary>
+ /// 绂佺敤绔欑偣
+ /// </summary>
+ /// <returns></returns>
+ WebResponseContent DisableStatus(int[] keys);
+ /// <summary>
+ /// 鎴愬搧缁勭洏
+ /// </summary>
+ /// <returns></returns>
+ WebResponseContent BoxingInBound(string stationCode, int heightNum, List<string> barCodes, int type = 0);
+ /// <summary>
+ /// 鎴愬搧鍏ュ簱鎵爜璇锋眰鏇存柊鏉$爜
+ /// </summary>
+ /// <returns></returns>
+ WebResponseContent InBoundPalletCode(int taskNum, string barCode);
+ /// <summary>
+ /// 鍗婃垚鍝佹墭鐩樻惉杩愬叆搴�
+ /// </summary>
+ /// <returns></returns>
+ WebResponseContent SemiProIn(string barcode, string palletCode, string address);
+ /// <summary>
+ /// 浜屾ゼ鎴愬搧PDA鎵爜鏍¢獙
+ /// </summary>
+ /// <param name="barcode"></param>
+ /// <returns></returns>
+ WebResponseContent CodeAnalysis(string barcode);
}
}
--
Gitblit v1.9.3