1
dengjunjie
2026-01-21 0c407bdcf2a26d78d2b0740f74af209977f0e7ce
´úÂë¹ÜÀí/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/WMS/WMSTasksDTO.cs
ÎļþÃû´Ó ´úÂë¹ÜÀí/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/TaskInfo/WMSTasksDTO.cs ÐÞ¸Ä
@@ -4,7 +4,7 @@
using System.Text;
using System.Threading.Tasks;
namespace WIDESEAWCS_DTO.TaskInfo
namespace WIDESEAWCS_DTO.WMS
{
    public class WMSTasksDTO
    {
@@ -41,24 +41,24 @@
        /// <summary>
        /// æ–™ç®±å·
        /// </summary>
        public string containerCode { get; set;}
        public string containerCode { get; set; }
        /// <summary>
        /// æ–™ç®±ç±»åž‹
        /// </summary>
        public string containerType { get; set;}
        public string containerType { get; set; }
        public string storageTag { get; set;}
        public string storageTag { get; set; }
        /// <summary>
        /// èµ·ç‚¹ä½ç½®
        /// </summary>
        public string fromLocationCode { get; set;}
        public string fromLocationCode { get; set; }
        /// <summary>
        /// ç»ˆç‚¹åŒºåŸŸ
        /// </summary>
        public string toAreaCode { get; set;}
        public string toAreaCode { get; set; }
        /// <summary>
        /// ç»ˆç‚¹ä½ç½®
        /// </summary>
        public string toLocationCode { get; set;}
        public string toLocationCode { get; set; }
    }
}