duheng
2024-12-24 ea882c1741812b0783b2924548cb9e8c638a1be9
Vmo/HStation.Vmo.Assets.Core/06-Elbow/AssetsElbowSeriesVmo.cs
@@ -1,7 +1,45 @@
namespace HStation.Vmo
using HStation.Dto.Assets;
namespace HStation.Vmo
{
    public class AssetsElbowSeriesVmo
    {
        /// <summary>
        ///
        /// </summary>
        public AssetsElbowSeriesVmo()
        { }
        /// <summary>
        ///
        /// </summary>
        public AssetsElbowSeriesVmo(AssetsElbowSeriesDto 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 AssetsElbowSeriesVmo(AssetsElbowSeriesVmo 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>
@@ -13,9 +51,9 @@
        public string Name { get; set; }
        /// <summary>
        /// 父级ID
        /// 父级id
        /// </summary>
        public List<long> ParentIds { get; set; }
        public long ParentID { get; set; }
        /// <summary>
        /// 所属类别ID