sjz
2025-02-10 cbf7fc81ec9a32896a20487817c884a5b46a8dd0
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; }