1
helongyang
2025-06-12 25cb7cd50d12f48e93d6cde47420ca3458e9c47a
´úÂë¹ÜÀí/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Stock/Dt_StockInfoDetail.cs
@@ -38,6 +38,13 @@
        [SugarColumn(IsNullable = false, Length = 200, ColumnDescription = "物料名称")]
        public string MaterielName { get; set; }
        /// <summary>
        /// ç‰©æ–™è§„æ ¼
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 200, ColumnDescription = "物料规格")]
        public string MaterielSpec { get; set; }
        /// <summary>
        /// å•据编号
        /// </summary>
@@ -75,6 +82,12 @@
        public float StockQuantity { get; set; }
        /// <summary>
        /// è£åˆ‡åŽå®½åº¦
        /// </summary>
        [SugarColumn(IsNullable = true, ColumnDescription = "裁切后宽度")]
        public float CutedWidth { get; set; }
        /// <summary>
        /// å‡ºåº“数量
        /// </summary>
        [SugarColumn(IsNullable = false, ColumnDescription = "出库数量", DefaultValue = "0")]
@@ -87,6 +100,11 @@
        public int Status { get; set; }
        /// <summary>
        /// å•位
        /// </summary>
        [SugarColumn(IsNullable = true, ColumnDescription = "单位")]
        public string Unit { get; set; }
        /// <summary>
        /// å…¥åº“单明细行号
        /// </summary>
        [SugarColumn(IsNullable = false, ColumnDescription = "入库单明细行号")]