ÎļþÃû´Ó Service/HStation.Service.Assets.Core/01-entity/07-Threelink/ThreelinkSeries.cs ÐÞ¸Ä |
| | |
| | | /// </summary> |
| | | public AssetsThreelinkSeries(AssetsThreelinkSeries rhs) : base(rhs) |
| | | { |
| | | this.ParentIds = rhs.ParentIds; |
| | | this.Name = rhs.Name; |
| | | this.ParentIds = rhs.ParentIds; |
| | | this.CatalogID = rhs.CatalogID; |
| | | this.Paras = rhs.Paras; |
| | | this.Flags = rhs.Flags; |
| | | this.TagName = rhs.TagName; |
| | |
| | | public string ParentIds { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æå±ç±»å«ID |
| | | /// </summary> |
| | | public long CatalogID { get; set; } |
| | | |
| | | /// <summary> |
| | | /// åç§° |
| | | /// </summary> |
| | | public string Name { get; set; } |