647556386
2025-04-10 c57ec7977738765a3a813d73f20e09a89867e39b
代码管理/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Inbound/Dt_ReceiveOrderDetail.cs
@@ -95,7 +95,19 @@
        /// <summary>
        /// 鍗曚綅
        /// </summary>
        [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "")]
        [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "鍗曚綅")]
        public string Unit { get; set; }
        /// <summary>
        /// 鐗╂枡鍚嶇О
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 200, ColumnDescription = "鐗╂枡鍚嶇О")]
        public string MaterielName { get; set; }
        /// <summary>
        /// 鐗╂枡瑙勬牸
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 200, ColumnDescription = "鐗╂枡瑙勬牸")]
        public string MaterielSpec { get; set; }
    }
}