From a6ea79849f0142b5280f0c5d4b15ecc83f0d015a Mon Sep 17 00:00:00 2001 From: 刘磊 <1161824510@qq.com> Date: 星期六, 21 十二月 2024 09:52:27 +0800 Subject: [PATCH] Merge branch 'master' of http://115.159.85.185:8098/r/HuaYiZhongHeng/BaiBuLiKu --- Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/Basic/RequestTaskDto.cs | 40 ++++++++++++++++++++-------------------- 1 files changed, 20 insertions(+), 20 deletions(-) diff --git a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/Basic/RequestTaskDto.cs b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/Basic/RequestTaskDto.cs index 0bfa7e3..0aeaa65 100644 --- a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/Basic/RequestTaskDto.cs +++ b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/Basic/RequestTaskDto.cs @@ -1,10 +1,4 @@ -锘縰sing System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; - -namespace WIDESEA_DTO; +锘縩amespace WIDESEA_DTO; public class RequestTaskDto { @@ -14,27 +8,33 @@ public string Position { get; set; } /// <summary> - /// 鍖哄煙缂栫爜 - /// </summary> - public string AreaCode { get; set; } - - /// <summary> /// 鎵樼洏鍙� /// </summary> public string PalletCode { get; set; } /// <summary> - /// 鐢宠绫诲瀷(1鍏ュ簱锛�2鍑哄簱) + /// 绌烘墭鐩樺彲鍏ュ贩鍒� /// </summary> - public int Type { get; set; } + public string PositionList { get; set; } /// <summary> - /// 鍏崇郴鐨勫尯鍩� + /// 浠诲姟绫诲瀷 /// </summary> - public string Area { get; set; } + public string RequestType { get; set; } = string.Empty; - /// <summary> - /// 鍏崇郴鐨勬柟鍚� - /// </summary> - public string Direction { get; set; } + public string EquiCodeMOM { get; set; } + + public string Roadways { get; set; } + + public int area { get; set; } + public string ProductionLine { get; set; } +} + +public class RequestOutTaskDto +{ + public string Position { get; set; } + public int Tag { get; set; } + public string AreaCdoe { get; set; } + public List<string> AreaCdoes { get; set; } + public string ProductionLine { get; set; } } \ No newline at end of file -- Gitblit v1.9.3