WinFrmUI/HStation.WinFrmUI.Xhs.Project/01-project/ProjectViewModel.cs
@@ -18,6 +18,12 @@ this.CreateUserID = rhs.CreateUserID; this.Version = rhs.Version; this.MapPosition = rhs.MapPosition; this.CreateDisplayName = CreateUserID.ToString(); } /// <summary> /// 创建人显示名字 /// </summary> public string CreateDisplayName { get; set; } } }