wangxinhui
2025-09-26 9ae0890dd74771ba9edd44d4830e0de37f8d9938
ÏîÄ¿´úÂë/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 = "库存数")]