| | |
| | | public class ErpQTCKDetailDto |
| | | { |
| | | public string? Type { get; set; } |
| | | public string? ERPID { get; set; } |
| | | public string? ERP_HID { get; set; } |
| | | public decimal? ERPID { get; set; } |
| | | public decimal? ERP_HID { get; set; } |
| | | public string? FMaterialId { get; set; } // 物料编码 |
| | | public string? FMaterialName { get; set; } // 物料名称 |
| | | public string? FModel { get; set; } // 规格型号 |
| | | public string? FUnitID { get; set; } // 单位 |
| | | public string? FQty { get; set; } // 申请数量 |
| | | public decimal? FQty { get; set; } // 申请数量 |
| | | public string? FBaseUnitId { get; set; } // 基本单位 |
| | | public string? FStockId { get; set; } // 仓库 |
| | | public string? FStockLocId { get; set; } // 仓位 |