| | |
| | | /// <summary> |
| | | /// 出库单号 |
| | | /// </summary> |
| | | public string S_NO { get; set; } |
| | | public string S_OO_NO { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 业务状态:0等待执行 1已执行待生成任务 2任务执行中 3任务完成 |
| | |
| | | /// <summary> |
| | | /// 物料号 |
| | | /// </summary> |
| | | public string S_CG_ID { get; set; } |
| | | public string S_ITEM_CODE { get; set; } |
| | | |
| | | public string S_CNTR_CODE { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 批次号 |
| | |
| | | /// <summary> |
| | | /// 出库货品数量(整数,用于生成任务数) |
| | | /// </summary> |
| | | public int N_QTY { get; set; } |
| | | public int N_COUNT { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 终点库区(由WMS下发任务时指定) |
| | | /// </summary> |
| | | public string S_END_AREA { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 是否强制出库:0不强制 1强制 |
| | | /// </summary> |
| | | public int N_FORCE { get; set; } |
| | | } |
| | | } |