| | |
| | | public class ErpItems |
| | | { |
| | | public string? Id { get; set; } |
| | | public string? FNumber { get; set; } |
| | | public string FNumber { get; set; } |
| | | public string? FName { get; set; } |
| | | public string? FSpecification { get; set; } |
| | | public string? FBaseUnitId { get; set; } |
| | |
| | | public string? FUseOrgId { get; set; } |
| | | |
| | | public string? FMnemonicCode { get; set; } |
| | | |
| | | public string? Inspectionmethod { get; set; } |
| | | public string? Expirationdate { get; set; } |
| | | public string? Reviewperiod { get; set; } |
| | | public string? FLeadDays { get; set; } |
| | | public string? FRemark5 { get; set; } |
| | | } |