| ÎļþÃû´Ó ´úÂë¹ÜÀí/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/TaskInfo/WMSTasksDTO.cs ÐÞ¸Ä |
| | |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | |
| | | namespace WIDESEAWCS_DTO.TaskInfo |
| | | namespace WIDESEAWCS_DTO.WMS |
| | | { |
| | | public class WMSTasksDTO |
| | | { |
| | |
| | | /// <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; } |
| | | } |
| | | } |