| | |
| | | { |
| | | public class MesItemQtList |
| | | { |
| | | /// <summary> |
| | | /// 工单号 |
| | | /// </summary> |
| | | public string WorkOrderNumber { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 物料编号 |
| | |
| | | /// 产成品编码 |
| | | /// </summary> |
| | | public string FinishedProduct { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 领料用途 |
| | | /// </summary> |
| | | public string PickingUsage { get; set; } |
| | | } |
| | | } |
| | |
| | | [SugarColumn(ColumnName = "FINISHED_PRODUCT")] |
| | | [Description("产成品编码")] |
| | | public string FinishedProduct { get; set; } |
| | | [SugarColumn(ColumnName = "PICKING_USAGE")] |
| | | [Description("领料用途")] |
| | | public string PickingUsage { get; set; } |
| | | } |
| | | } |
| | |
| | | ProductionOrder = ItemQtRKList.ProductionOrder, |
| | | DailyPlan = ItemQtRKList.DailyPlan, |
| | | ProductionActivity = ItemQtRKList.ProductionActivity, |
| | | FinishedProduct = ItemQtRKList.FinishedProduct |
| | | FinishedProduct = ItemQtRKList.FinishedProduct, |
| | | PickingUsage= ItemQtRKList.PickingUsage |
| | | |
| | | |
| | | }); |
| | | } |