Dto/ErpKc.cs
@@ -14,4 +14,15 @@ public string? FSTOREURNUM { get; set; } public string? FStockOrgId { get; set; } } public class ErpBom { public string? FITEMPPROPERTY { get; set; } public string? FMATERIALID { get; set; } public string? FITEMNAME { get; set; } public string? FENTRYID { get; set; } public string? FCHILDITEMNAME { get; set; } public string? FNUMERATOR { get; set; } public string? FDENOMINATOR { get; set; } } }