DevApp/Gs.DevApp/DevFrm/BasicData/Frm_MesDepot.cs
@@ -359,13 +359,15 @@ { MsgHelper.ShowError("名称不能为空!"); return; } }; lst.Add(new MesDepotSections { Guid = UtilityHelper.ToGuid(row["guid"].ToString()), DepotSectionCode = row["depotSectionCode"].ToString(), DepotSectionName = row["DepotSectionName"].ToString(), Description = row["Description"].ToString(), DepotType = row["depotType"].ToString(), }); } }