MES.Service/Dto/webApi/ErpUnit.cs
@@ -2,12 +2,12 @@ public class ErpUnit { public string? Type { get; set; } public string Id { get; set; } public string? Type { get; set; } public string? FNumber { get; set; } public string? FName { get; set; } public string? FUnitGroupId { get; set; } public double? FConvertDenominator { get; set; } public double? ConvertDenominator { get; set; } public string? FCurrentUnitId { get; set; } public double? FConvertNumerator { get; set; } public string? FBaseUnit { get; set; }