pan
2025-12-01 213c9c2a2c24eecbb9d6716f190cc265101a642e
ÏîÄ¿´úÂë/WMSÎÞ²Ö´¢°æ/WIDESEA_WMSServer/WIDESEA_Model/Models/Outbound/Dt_OutboundLockInfo.cs
@@ -141,7 +141,7 @@
        [Navigate(NavigateType.OneToOne, nameof(StockInfo))]//一对一 SchoolId是StudentA类里面的
        public Dt_StockInfo StockInfo { get; set; } //不能赋值只能是null
        public int IsUnallocated { get; set; } = 0;
        public string FactoryArea { get; set; }
        [SqlSugar.SugarColumn(IsIgnore = true)]