wangxinhui
2025-10-26 733c975cd8647f6d006736f1863bad731e32e6fb
ÏîÄ¿´úÂë/WMS/WMSServices/WIDESEA_Model/Models/Stock/Dt_ProStockInfoDetail.cs
@@ -32,16 +32,36 @@
        public string ProductCode { get; set; }
        /// <summary>
        /// ç‰©æ–™åç§°
        /// </summary>
        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "物料名称")]
        public string ProductName { get; set; }
        /// <summary>
        /// è§„æ ¼
        /// </summary>
        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "规格")]
        public string ProductSpec { get; set; }
        /// <summary>
        /// å•位
        /// </summary>
        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "单位")]
        public string ProductUnit { get; set; }
        /// <summary>
        /// åº“存数
        /// </summary>
        [SugarColumn(IsNullable = false, ColumnDescription = "库存数")]
        public float StockQty { get; set; }
        public decimal StockQty { get; set; }
        /// <summary>
        /// å‡ºåº“数量
        /// </summary>
        [SugarColumn(IsNullable = true, ColumnDescription = "出库数量")]
        public float OutboundQuantity { get; set; }
        public decimal OutboundQuantity { get; set; }
        /// <summary>
        /// åº“存明细状态