ÏîÄ¿´úÂë/WMSÎÞ²Ö´¢°æ/WIDESEA_WMSServer/WIDESEA_Model/Models/Inbound/Dt_InboundOrderDetail.cs
@@ -130,9 +130,20 @@ public string BarcodeUnit { get; set; } = null!; /// <summary> /// åä¼ MES /// </summary> [SugarColumn(IsNullable = true, ColumnDescription = "åä¼ MES")] public int ReturnToMESStatus { get; set; } = 0; /// <summary> /// 夿³¨ /// </summary> [SugarColumn(IsNullable = true, ColumnDescription = "夿³¨")] public string Remark { get; set; } /// <summary> /// èæåºå ¥åºæ°é /// </summary> public decimal NoStockOutQty { get; set; } } }