| | |
| | | namespace HStation.Entity |
| | | { |
| | | /// <summary> |
| | | /// 业务站 |
| | | /// 项目 |
| | | /// </summary> |
| | | [SysType("xhs-project")] |
| | | [SysPropValueTable("xhs_project_prop_value")] |
| | |
| | | this.ParentIds = rhs.ParentIds; |
| | | 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; |
| | |
| | | /// </summary> |
| | | [SugarColumn(Length = 50, IsNullable = true)] |
| | | public string Name { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 生效时间 |
| | | /// </summary> |
| | | public DateTime? StartTime { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 失效时间 |
| | | /// </summary> |
| | | public DateTime? EndTime { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 详细地址 |