duheng
2024-06-21 b2d4a55167e47bd7d42686670ae2555540b3de3e
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; }
    }
}