HStation.Dto.Xhs.Core/01-project/XhsProjectDto.cs
@@ -28,6 +28,7 @@ this.CreateTime = rhs.CreateTime; this.CreateUserID = rhs.CreateUserID; this.Version = rhs.Version; this.Address = rhs.Address; this.MapPosition = rhs.MapPosition; } @@ -97,6 +98,11 @@ public string MapPosition { get; set; } /// <summary> /// 项目详细地址 /// </summary> public string Address { get; set; } /// <summary> /// 项目的客户名称 /// </summary> public string CustomerName { get; set; }