zhanghonglin
6 天以前 10775e2b00cee12fb4b405e18a507c629990051a
ÏîÄ¿´úÂë/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/WMSPart/Dt_StockInfo.cs
@@ -23,13 +23,13 @@
        /// <summary>
        /// æ‰¹æ¬¡å·
        /// </summary>
        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "批次号")]
        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "批次号")]
        public string BatchNo { get; set; }
        /// <summary>
        /// é‡é‡
        /// </summary>
        [SugarColumn(IsNullable = false, ColumnDescription = "重量")]
        [SugarColumn(IsNullable = true, ColumnDescription = "重量")]
        public decimal Weight { get; set; }
        /// <summary>