Dto/ErpKc.cs
@@ -1,5 +1,5 @@ namespace NewPdaSqlServer.Dto { namespace NewPdaSqlServer.Dto; public class ErpKc { public string? FMaterialId { get; set; } @@ -13,5 +13,4 @@ public string? FSTOREURNOM { get; set; } public string? FSTOREURNUM { get; set; } public string? FStockOrgId { get; set; } } }