pan
2025-11-16 cf83e0828b286b61b69a15005e6247d8b03f4cd8
ÏîÄ¿´úÂë/WMSÎÞ²Ö´¢°æ/WIDESEA_WMSServer/WIDESEA_Model/Models/Stock/Dt_StockInfoDetail.cs
@@ -104,6 +104,7 @@
        [SugarColumn(ColumnName = "supplyCode", ColumnDescription = "供应商编号")]
        public string? SupplyCode { get; set; }
        public string FactoryArea { get; set; }
        /// <summary>
        /// ä»“库
        /// é»˜è®¤å€¼:
@@ -118,10 +119,26 @@
        [SugarColumn(ColumnName = "barcode", ColumnDescription = "条码")]
        public string? Barcode { get; set; }
        /// <summary>
        /// å¤‡  æ³¨:业务类型
        /// é»˜è®¤å€¼:
        ///</summary>
        [SugarColumn(ColumnName = "businessType", ColumnDescription = "业务类型")]
        public string? BusinessType { get; set; }
        public decimal BarcodeQty { get; set; }
        public string BarcodeUnit { get; set; }
        /// <summary>
        /// å¤‡æ³¨
        /// </summary>
        [SugarColumn(IsNullable = true, ColumnDescription = "备注")]
        public string Remark { get; set; }
        [Navigate(NavigateType.ManyToOne, nameof(Dt_StockInfo.Id), nameof(Id))]
        public Dt_StockInfo StockInfo { get; set; }
    }
}