| | |
| | | this.ParentIds = rhs.ParentIds?.ToList(); |
| | | this.NO = rhs.NO; |
| | | this.Name = rhs.Name; |
| | | this.StartTime = rhs.StartTime; |
| | | this.EndTime = rhs.EndTime; |
| | | this.Address = rhs.Address; |
| | | this.Customer = rhs.Customer; |
| | | this.Paras = rhs.Paras == null ? null : new Dictionary<string, string>(rhs.Paras); |
| | |
| | | this.ParentIds = rhs.ParentIds?.ToList(); |
| | | this.NO = rhs.NO; |
| | | this.Name = rhs.Name; |
| | | this.StartTime = rhs.StartTime; |
| | | this.EndTime = rhs.EndTime; |
| | | this.Address = rhs.Address; |
| | | this.Customer = rhs.Customer; |
| | | this.Paras = rhs.Paras == null ? null : new Dictionary<string, string>(rhs.Paras); |
| | |
| | | /// 名称 |
| | | /// </summary> |
| | | public string Name { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 生效时间 |
| | | /// </summary> |
| | | public DateTime? StartTime { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 失效时间 |
| | | /// </summary> |
| | | public DateTime? EndTime { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 详细地址 |