| | |
| | | public string? TaskNo { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 到货单号 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "WORK_NO")] |
| | | public string? WorkNo { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 到货单行号 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "WORK_LINE")] |
| | | public decimal? WorkLine { get; set; } |
| | |
| | | public decimal? Allocateid { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 领料编号 |
| | | /// 领料编号/生产工单 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "PBILL_NO")] |
| | | public string? PbillNo { get; set; } |
| | |
| | | [SugarColumn(ColumnName = "TL_QTY")] |
| | | public decimal? TlQty { get; set; } |
| | | |
| | | [SugarColumn(ColumnName = "ITEM_ID")] public decimal? ItemId { get; set; } |
| | | /// <summary> |
| | | /// 物料ID |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "ITEM_ID")] |
| | | public decimal? ItemId { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 物料投料单ID |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "ITEM_DABID")] |
| | | public decimal? ItemDabid { get; set; } |
| | | |
| | | [SugarColumn(IsIgnore = true)] public string? ItemName { get; set; } |
| | | [SugarColumn(IsIgnore = true)] public string? ItemModel { get; set; } |