| | |
| | | public string? FPlannerID { get; set; } // 计划员 |
| | | public string? FPlanStartDate { get; set; } // 预计开工时间 |
| | | public string? FPlanFinishDate { get; set; } // 预计完工时间 |
| | | public string? PlanConfirmation{ get; set; } // 计划确认时间 |
| | | public string? PlanConfirmation { get; set; } // 计划确认时间 |
| | | public string? FStockInLimitH { get; set; } // 入库上限 |
| | | public string? FStockInLimitL { get; set; } // 入库下限 |
| | | public string? FMTONO { get; set; } // 计划跟踪号 |
| | | public string? FLot { get; set; } // 批号 |
| | | |
| | | public string? FBomId { get; set; } // BOM版次 |
| | | |
| | | //public string? F_UNW_XSDDH { get; set; } // 销售订单号 |
| | | public string? FCreateType { get; set; } // 生成方式 |
| | | public string? FSUBID { get; set; } // ERP生产订单ID |
| | |
| | | public string? FBaseNoStockInQty { get; set; } // 未入库数量 |
| | | |
| | | public string? FInStockOwnerId { get; set; } // 入库货主 |
| | | |
| | | //public string? FReqSrc { get; set; } |
| | | public string? TypeA { get; set; } |
| | | |