| | |
| | | this.TagName = rhs.TagName; |
| | | this.UseStatus = rhs.UseStatus; |
| | | this.SortCode = rhs.SortCode; |
| | | this.Address = rhs.Address; |
| | | this.Description = rhs.Description; |
| | | } |
| | | |
| | |
| | | /// </summary> |
| | | public void Reset(XhsProject rhs) |
| | | { |
| | | this.ID = rhs.ID; |
| | | this.ID = rhs.ID; |
| | | this.Name = rhs.Name; |
| | | this.Paras = rhs.Paras == null ? null : new Dictionary<string, string>(rhs.Paras); |
| | | this.Flags = rhs.Flags?.ToList(); |
| | |
| | | this.UseStatus = rhs.UseStatus; |
| | | this.SortCode = rhs.SortCode; |
| | | this.Description = rhs.Description; |
| | | this.Address = rhs.Address; |
| | | } |
| | | |
| | | /// <summary> |
| | | /// GUID 用于升级 |
| | | /// </summary> |
| | | public string GID { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 名称 |
| | |
| | | public string MapPosition { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 项目详细地址 |
| | | /// </summary> |
| | | public string Address { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 项目的客户名称 |
| | | /// </summary> |
| | | public string CustomerName { get; set; } |