| | |
| | | public string Direction { get; set; } |
| | | } |
| | | /// <summary> |
| | | /// æç®±å
¥åºå®æä¸æ¥ |
| | | /// æç®±åºå
¥åºå®æä¸æ¥ |
| | | /// </summary> |
| | | public class ContainerInFinishDTO |
| | | { |
| | |
| | | /// </summary> |
| | | public string ContainerCode { get; set; } |
| | | /// <summary> |
| | | /// èµ·å§ç«å° |
| | | /// ç«å° |
| | | /// </summary> |
| | | public string FromStationCode { get; set; } |
| | | public string StationCode { get; set; } |
| | | /// <summary> |
| | | /// ç®æ è´§ä½ |
| | | /// è´§ä½ |
| | | /// </summary> |
| | | public string ToLocationCode { get; set; } |
| | | public string LocationCode { get; set; } |
| | | /// <summary> |
| | | /// 1åºåºå®æï¼2å
¥åºå®æ |
| | | /// </summary> |
| | | public int CompleteType { get; set; } |
| | | } |
| | | } |