cnf
2025-02-13 d36f618c44cc34ebfb529b230dc9ee2906393ae2
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; }