zyf
2025-05-30 5b968bb1b1255f2bb242c1ee4430c8e733ff0ed9
MES.Service/Modes/BOM/MesBomDetail2.cs
@@ -34,7 +34,7 @@
        /// 子项单位 
        ///</summary>
         [SugarColumn(ColumnName="FUNITIDLOT"    )]
         public string Funitidlot { get; set; }
         public string? Funitidlot { get; set; }
        /// <summary>
        /// 固定损耗 
        ///</summary>
@@ -44,7 +44,7 @@
        /// 变动损耗率 
        ///</summary>
         [SugarColumn(ColumnName="FSCRAPRATELOT"    )]
         public decimal Fscrapratelot { get; set; }
         public decimal? Fscrapratelot { get; set; }
        /// <summary>
        /// 用量:分子 
        ///</summary>
@@ -59,11 +59,11 @@
        /// 子项物料编码 
        ///</summary>
         [SugarColumn(ColumnName="FMATERIALIDLOTBASED"    )]
         public string Fmaterialidlotbased { get; set; }
         public string? Fmaterialidlotbased { get; set; }
        /// <summary>
        /// 序号 
        ///</summary>
         [SugarColumn(ColumnName="LINE_NUMBER"    )]
         public decimal LineNumber { get; set; }
         public decimal? LineNumber { get; set; }
    }
}