| | |
| | | public class ErpSalesReturnDetailDto |
| | | { |
| | | public string? Type { get; set; } |
| | | public string? F_UNW_Text_xsddh { get; set; } // 销售订单号 |
| | | public string? FMaterialId { get; set; } // 物料编码 |
| | | public string? FMaterialName { get; set; } // 物料名称 |
| | | public string? FMaterialModel { get; set; } // 规格型号 |
| | |
| | | public string? FLot { get; set; } // 批号 |
| | | public string? FEntryDescription { get; set; } // 备注 |
| | | public string? FRmType { get; set; } // 退货类型 |
| | | public string? F_UNW_Base_GDY { get; set; } // 跟单员 |
| | | public string? FStockUnitID { get; set; } // 库存单位 |
| | | public decimal? FStockQty { get; set; } // 库存数量 |
| | | public string? FMaterialType { get; set; } // 物料类别 |