From ebbe0f7a757500a7c07e12eabb2b1800b7d8f257 Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期三, 19 六月 2024 10:08:15 +0800 Subject: [PATCH] 修改文件 --- HStation.Service.Xhs.Core/01-entity/XhsProject.cs | 25 +++++++++++++++++++------ 1 files changed, 19 insertions(+), 6 deletions(-) diff --git a/HStation.Service.Xhs.Core/01-entity/XhsProject.cs b/HStation.Service.Xhs.Core/01-entity/XhsProject.cs index 88a2ce8..5905501 100644 --- a/HStation.Service.Xhs.Core/01-entity/XhsProject.cs +++ b/HStation.Service.Xhs.Core/01-entity/XhsProject.cs @@ -10,12 +10,13 @@ public class XhsProject : BaseEntity, IParas, IFlags, ITagName, ISorter, IUseStatus, System.ICloneable { /// <summary> - /// + /// /// </summary> - public XhsProject() { } + public XhsProject() + { } /// <summary> - /// + /// /// </summary> public XhsProject(XhsProject rhs) : base(rhs) { @@ -26,14 +27,17 @@ this.UseStatus = rhs.UseStatus; this.SortCode = rhs.SortCode; this.Description = rhs.Description; + // Guid.net } + /// <summary> /// GUID 鐢ㄤ簬鍗囩骇 /// </summary> public string GID { get; set; } + /// <summary> /// 鍚嶇О - /// </summary> + /// </summary> public string Name { get; set; } /// <summary> @@ -82,7 +86,17 @@ public int Version { get; set; } /// <summary> - /// + /// 椤圭洰鍦板潃(缁忓害,缁村害) + /// </summary> + public string MapPosition { get; set; } + + /// <summary> + /// 椤圭洰鐨勫鎴峰悕绉� + /// </summary> + public string CustomerName { get; set; } + + /// <summary> + /// /// </summary> public XhsProject Clone() { @@ -94,5 +108,4 @@ return this.MemberwiseClone(); } } - } \ No newline at end of file -- Gitblit v1.9.3