HStation.Service.Xhs.Core/01-entity/XhsProject.cs
@@ -21,6 +21,7 @@ public XhsProject(XhsProject rhs) : base(rhs) { this.GID = rhs.GID; this.ID = rhs.ID; this.Name = rhs.Name; this.Paras = rhs.Paras; this.Flags = rhs.Flags; @@ -95,6 +96,11 @@ public string MapPosition { get; set; } /// <summary> /// 项目详细地址 /// </summary> public string Address { get; set; } /// <summary> /// 项目的客户名称 /// </summary> public string CustomerName { get; set; }