hao
2025-04-11 cd51e7e8180e1d4ebbaf9700ed78a27cd4b99891
StandardInterface/MES.Service/Dto/webApi/ErpUnit.cs
@@ -4,16 +4,16 @@
{
    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 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; }
    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单据状态 字段。
@@ -27,7 +27,8 @@
    ///         - 修改后:
    ///         public string? FDocumentStatus { get; set; }
    /// </remarks>
    public string? FDocumentStatus { get; set; }
    public string? FDocumentStatus { get; set; }//数据状态
    public string? FForbidStatus { get; set; }
    public string? FForbidStatus { get; set; }//禁用状态
}