| | |
| | | this.TagName = rhs.TagName; |
| | | this.UseStatus = rhs.UseStatus; |
| | | this.SortCode = rhs.SortCode; |
| | | this.Address = rhs.Address; |
| | | this.Description = rhs.Description; |
| | | } |
| | | |
| | |
| | | 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; } |