From a15d996584733d60d0adddcd791f029d608c4fae Mon Sep 17 00:00:00 2001 From: wanshenmean <cathay_xy@163.com> Date: 星期日, 03 十一月 2024 09:57:56 +0800 Subject: [PATCH] 2222 --- Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/Basic/RequestTaskDto.cs | 28 +--------------------------- 1 files changed, 1 insertions(+), 27 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..525996e 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,7 @@ 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; } - - /// <summary> - /// 鍏崇郴鐨勫尯鍩� - /// </summary> - public string Area { get; set; } - - /// <summary> - /// 鍏崇郴鐨勬柟鍚� - /// </summary> - public string Direction { get; set; } } \ No newline at end of file -- Gitblit v1.9.3