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