duheng
2024-12-24 63834af1872ab37f22a5e67b5df20a082f7a052a
Vmo/HStation.Vmo.Assets.Core/08-FourLink/AssetsFourlinkSeriesVmo.cs
@@ -3,6 +3,42 @@
    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; }
@@ -15,7 +51,7 @@
        /// <summary>
        /// 父级ID
        /// </summary>
        public List<long> ParentIds { get; set; }
        public long ParentID { get; set; }
        /// <summary>
        /// 所属类别ID