| | |
| | | public string Row { get; set; } |
| | | } |
| | | |
| | | public class AddCgDetailInfo { |
| | | public string LocCode { get; set; } |
| | | public string CntrCode { get; set; } |
| | | public string ItemCode { get; set; } |
| | | public string ItemName { get; set; } |
| | | public string ItemShortDesc { get; set; } |
| | | public int ItemCount { get; set; } |
| | | } |
| | | |
| | | public class InboundDataInfo { |
| | | /// <summary> |
| | | /// 起点货位 |
| | | /// </summary> |
| | | [JsonProperty("StartLoc")] |
| | | public string StartLoc { get; set; } |
| | | |
| | | /// <summary> |
| | |
| | | public string Row { get; set; } |
| | | |
| | | public string ItemCode { get; set; } |
| | | //public string ItemName { get; set; } |
| | | public string ItemName { get; set; } |
| | | public string ItemShortDesc { get; set; } |
| | | public int ItemCount { get; set; } |
| | | } |
| | | |
| | | public class SelectLocationInfo { |
| | |
| | | public string startLoc { get; set; } |
| | | public string endLoc { get; set; } |
| | | public string ItemCode { get; set; } |
| | | public string ItemName { get; set; } |
| | | public string ItemShortDesc { get; set; } |
| | | public int ItemCount { get; set; } |
| | | } |
| | | |
| | | public class UnbindLocInfo { |