| | |
| | | namespace PBS.Vmo |
| | | using HStation.PBS; |
| | | |
| | | namespace PBS.Vmo |
| | | { |
| | | /// <summary> |
| | | /// 场所 |
| | |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public PlaceVmo() { } |
| | | public PlaceVmo() |
| | | { } |
| | | |
| | | /// <summary> |
| | | /// |
| | |
| | | this.Paras = rhs.Paras == null ? null : new(rhs.Paras); |
| | | this.Flags = rhs.Flags?.ToList(); |
| | | this.TagName = rhs.TagName; |
| | | this.UseStatus = rhs.UseStatus; |
| | | this.UseStatus = (Yw.Vmo.eUseStatus)(int)rhs.UseStatus; |
| | | this.SortCode = rhs.SortCode; |
| | | this.Description = rhs.Description; |
| | | } |
| | |
| | | /// <summary> |
| | | /// 场所类型 |
| | | ///</summary> |
| | | public int PlaceType { get; set; } |
| | | public ePlaceType PlaceType { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 场所信息 |
| | |
| | | /// <summary> |
| | | /// 使用状态 |
| | | ///</summary> |
| | | public int UseStatus { get; set; } |
| | | public Yw.Vmo.eUseStatus UseStatus { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 排序码 |
| | |
| | | /// 说明 |
| | | ///</summary> |
| | | public string Description { get; set; } |
| | | |
| | | |
| | | } |
| | | } |
| | | |