| | |
| | | public XhsProject(XhsProject rhs) : base(rhs) |
| | | { |
| | | this.GID = rhs.GID; |
| | | this.ID = rhs.ID; |
| | | this.PrjNumber = rhs.PrjNumber; |
| | | this.Name = rhs.Name; |
| | | this.Paras = rhs.Paras; |
| | | this.Flags = rhs.Flags; |
| | |
| | | /// GUID 用于升级 |
| | | /// </summary> |
| | | public string GID { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 项目编号 |
| | | /// </summary> |
| | | public string PrjNumber { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 名称 |
| | |
| | | public long CreateUserID { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 创建显示名称 |
| | | /// </summary> |
| | | public string CreateUserDisplayName { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 创建时间 |
| | | /// </summary> |
| | | public DateTime CreateTime { get; set; } |
| | |
| | | public string MapPosition { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 项目详细地址 |
| | | /// </summary> |
| | | public string Address { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 项目的客户名称 |
| | | /// </summary> |
| | | public string CustomerName { get; set; } |