| | |
| | | public class XhsProject : BaseEntity, IParas, IFlags, ITagName, ISorter, IUseStatus, System.ICloneable |
| | | { |
| | | /// <summary> |
| | | /// |
| | | /// |
| | | /// </summary> |
| | | public XhsProject() { } |
| | | public XhsProject() |
| | | { } |
| | | |
| | | /// <summary> |
| | | /// |
| | | /// |
| | | /// </summary> |
| | | 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; |
| | |
| | | this.UseStatus = rhs.UseStatus; |
| | | this.SortCode = rhs.SortCode; |
| | | this.Description = rhs.Description; |
| | | this.CreateTime = rhs.CreateTime; |
| | | this.Version = rhs.Version; |
| | | this.MapPosition = rhs.MapPosition; |
| | | this.CustomerName = rhs.CustomerName; |
| | | } |
| | | |
| | | /// <summary> |
| | | /// GUID 用于升级 |
| | | /// </summary> |
| | | public string GID { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 项目编号 |
| | | /// </summary> |
| | | public string PrjNumber { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 名称 |
| | | /// </summary> |
| | | /// </summary> |
| | | public string Name { get; set; } |
| | | |
| | | /// <summary> |
| | |
| | | public long CreateUserID { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 创建显示名称 |
| | | /// </summary> |
| | | public string CreateUserDisplayName { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 创建时间 |
| | | /// </summary> |
| | | public DateTime CreateTime { get; set; } |
| | |
| | | public int Version { get; set; } |
| | | |
| | | /// <summary> |
| | | /// |
| | | /// 项目地址(经度,维度) |
| | | /// </summary> |
| | | public string MapPosition { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 项目详细地址 |
| | | /// </summary> |
| | | public string Address { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 项目的客户名称 |
| | | /// </summary> |
| | | public string CustomerName { get; set; } |
| | | |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public XhsProject Clone() |
| | | { |
| | |
| | | return this.MemberwiseClone(); |
| | | } |
| | | } |
| | | |
| | | } |