| | |
| | | /// <summary> |
| | | /// 批次号 |
| | | /// </summary> |
| | | public string S_BATCH_NO { get; set; } |
| | | public string S_BATCH { get; set; } |
| | | /// <summary> |
| | | /// 出库数量 |
| | | /// </summary> |
| | | public int N_END_NUM { get; set; } |
| | | |
| | | public float F_QTY { get; set; } |
| | | |
| | | public float F_OUT_QTY { get; set; } |
| | | //public float F_OUT_QTY { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 终点库区(由WMS下发任务时指定) |
| | |
| | | public bool B_FORCE_OUT { get; set; } |
| | | |
| | | |
| | | [Navigate(NavigateType.OneToMany, nameof(TN_Outbound_Detail.S_NO))] |
| | | [Navigate(NavigateType.OneToMany, nameof(TN_Outbound_Detail.S_OO_NO))] |
| | | public List<TN_Outbound_Detail> Details { get; set; } |
| | | } |
| | | } |