| | |
| | | { |
| | | this.Address = Yw.Model.Map.Marker.ToModel(mapInfo.Position).Address; |
| | | } |
| | | this.CreateTime = project.NO.Substring(4, 10); |
| | | |
| | | this.Customer = project.Customer; |
| | | this.Flags = Yw.Untity.FlagsHelper.ToString(project.Flags); |
| | | this.TagName = project.TagName; |
| | |
| | | { |
| | | this.ID = (long)project.ProjectID; |
| | | this.NO = project.NO; |
| | | this.CreateTime = project.NO.Substring(4, 10); |
| | | this.Name = project.Name; |
| | | this.Address = project.Address; |
| | | this.Customer = project.Customer; |
| | |
| | | public string Address { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 创建时间 |
| | | /// </summary> |
| | | [Display(Name = "创建时间")] |
| | | public string CreateTime { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 客户 |
| | | /// </summary> |
| | | [Display(Name = "客户名称")] |