ÏîÄ¿´úÂë/WMSÎÞ²Ö´¢°æ/WIDESEA_WMSServer/WIDESEA_Model/Models/Outbound/Dt_OutboundLockInfo.cs
@@ -136,14 +136,18 @@ public string BarcodeUnit { get; set; } public string OutboundBatchNo { get; set; } [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)] public decimal RemainQuantity => AssignQuantity - PickedQty; public int ReturnToMESStatus { get; set; } } }