| | |
| | | /// </summary> |
| | | [DisplayName("入库单号")] |
| | | public string ORDER_NO { get; set; } |
| | | public string SALES_ORDER { get; set; } |
| | | public string STATUS { get; set; } |
| | | /// <summary> |
| | | /// 工单批次号 |
| | | /// </summary> |
| | |
| | | /// </summary> |
| | | [DisplayName("物料名称")] |
| | | public string ITEM_NAME { get; set; } |
| | | public string SapCode { get; set; } |
| | | /// <summary> |
| | | /// 计划数量 |
| | | /// </summary> |
| | |
| | | /// </summary> |
| | | [DisplayName("条码")] |
| | | public string SN { get; set; } |
| | | public string SALES_ORDER { get; set; } |
| | | [DisplayName("工单批次号")] |
| | | public string BATCH_NO { get; set; } |
| | | /// <summary> |