cnf
2025-03-05 4998d0e8529e8cd369ee2285809ba60e8b982ad4
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; }