| | |
| | | { |
| | | public string? FBILLNO { get; set; } // 序号 |
| | | public string? FSEQ { get; set; } // 序号 |
| | | public string? FMaterialID2 { get; set; } // 子项物料编码 |
| | | public string? FMaterialID { get; set; } // 子项物料编码 |
| | | public string? FMustQty { get; set; } // 需领用量 |
| | | public string? FPickedQty { get; set; } // 已领用量 |
| | | public string? FPositionNO { get; set; } // 位置号 |
| | |
| | | public string? FLot { get; set; } // 批号 |
| | | public string? FStockID { get; set; } // 仓库 |
| | | public string? FIssueType { get; set; } // 发料方式 |
| | | public string? FUnitID2 { get; set; } // 单位 |
| | | public string? FUnitID { get; set; } // 单位 |
| | | public string? FSupplyType { get; set; } // 供应类型 |
| | | public string? FNumerator { get; set; } // 分子 |
| | | public string? FDenominator { get; set; } // 分母 |