| | |
| | | public class AssetsFourlinkSeriesVmo |
| | | { |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public AssetsFourlinkSeriesVmo() |
| | | { } |
| | | |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public AssetsFourlinkSeriesVmo(AssetsFourlinkSeriesDto rhs) |
| | | { |
| | | this.ID = rhs.ID; |
| | | this.ParentID = rhs.ParentID; |
| | | this.Name = rhs.Name; |
| | | this.Paras = rhs.Paras; |
| | | this.Flags = rhs.Flags; |
| | | this.TagName = rhs.TagName; |
| | | this.SortCode = rhs.SortCode; |
| | | this.Description = rhs.Description; |
| | | } |
| | | |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public AssetsFourlinkSeriesVmo(AssetsFourlinkSeriesVmo rhs) |
| | | { |
| | | this.ID = rhs.ID; |
| | | this.ParentID = rhs.ParentID; |
| | | this.Name = rhs.Name; |
| | | this.Paras = rhs.Paras; |
| | | this.Flags = rhs.Flags; |
| | | this.TagName = rhs.TagName; |
| | | this.SortCode = rhs.SortCode; |
| | | this.Description = rhs.Description; |
| | | } |
| | | |
| | | /// <summary> |
| | | /// id |
| | | /// </summary> |
| | | public long ID { get; set; } |
| | |
| | | /// <summary> |
| | | /// 父级ID |
| | | /// </summary> |
| | | public List<long> ParentIds { get; set; } |
| | | public long ParentID { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 所属类别ID |