| | |
| | | /// <summary> |
| | | /// 物料号 |
| | | /// </summary> |
| | | public string S_CG_ID { get; set; } |
| | | public string S_ITEM_CODE { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 批次号 |
| | | /// </summary> |
| | | public string S_BATCH_NO { get; set; } |
| | | |
| | | public string S_BATCH { get; set; } |
| | | /// <summary> |
| | | /// 出库货品数量(整数,用于生成任务数) |
| | | /// 出库数量 |
| | | /// </summary> |
| | | public int N_COUNT { get; set; } |
| | | public int N_END_NUM { get; set; } |
| | | |
| | | //public float F_OUT_QTY { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 终点库区(由WMS下发任务时指定) |
| | |
| | | /// <summary> |
| | | /// 是否强制出库:0不强制 1强制 |
| | | /// </summary> |
| | | public int N_FORCE { get; set; } |
| | | 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; } |
| | | } |
| | | } |