Code/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Stock/Dt_StockInfo.cs
@@ -64,6 +64,12 @@ public string Remark { get; set; } /// <summary> /// MES上传状态:0=未上传,1=组盘成功,2=组盘失败,3=拆盘成功,4=拆盘失败,5=进站成功,6=进站失败,7=出站成功,8=出站失败,9=NG上报成功,10=NG上报失败 /// </summary> [SugarColumn(IsNullable = false, ColumnDescription = "MES上传状态")] public int MesUploadStatus { get; set; } = 0; /// <summary> /// 出库日期 /// </summary> [SugarColumn(IsNullable = true, ColumnDescription = "出库日期")]