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