wangxinhui
2025-11-12 f54b7815d8451f362554e3d2d09b4991ce13d4ff
ÏîÄ¿´úÂë/WMS/WMSServices/WIDESEA_Model/Models/Stock/Dt_ProStockInfoDetail.cs
@@ -25,6 +25,13 @@
        /// </summary>
        [SugarColumn(IsNullable = false, ColumnDescription = "成品库存主键")]
        public int ProStockId { get; set; }
        /// <summary>
        /// ç‰©æ–™æ¡ç 
        /// </summary>
        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "物料编码")]
        public string ProductNo { get; set; }
        /// <summary>
        /// ç‰©æ–™ç¼–码
        /// </summary>
@@ -49,19 +56,17 @@
        [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>
        /// åº“存明细状态