啊鑫
2025-01-24 bdbfc1045c94e23c74cf9c6f98b0b4f9b0ca0d00
StandardPda/MES.Service/Dto/webApi/ErpUnit.cs
@@ -7,25 +7,13 @@
    public string? FNumber { get; set; }
    public string? FName { get; set; }
    public string? FUnitGroupId { get; set; }
    public double? FConvertDenominator { get; set; }
    public string? FCurrentUnitId { get; set; }
    public double? FConvertNumerator { get; set; }
    public string? FBaseUnit { get; set; }
    public string? FRoundType { get; set; }
    public int? FPrecision { get; set; }
    public string? FDescription { get; set; }
    /// <summary>
    /// 接口字段调整:标准版接口新增 ERP单据状态 字段。
    /// </summary>
    /// <remarks>
    /// 修改人:<池南骏>
    /// 修改日期:<2024-12-30>
    /// 修改说明:
    /// - 原代码:空
    /// - 修改后:
    ///public string? FDocumentStatus { get; set; }
    /// </remarks>
    public string? FDocumentStatus { get; set; }
    public string? FForbidStatus { get; set; }
    public string? BaseUomid { get; set; }
    public string? RatioToBase { get; set; }
    public string? RoundValue { get; set; }
}