wangxinhui
2025-09-06 2b25f973bb6d72ce6971d6f9c3cdccf51b7962ab
ÏîÄ¿´úÂë/WMS/WMSServices/WIDESEA_Model/Models/Stock/Dt_ProStockInfoDetail.cs
@@ -32,6 +32,26 @@
        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 = "库存数")]