duheng
2024-12-30 1c0758f46a3f86f1843ff300e1380923ea3ee43f
Vmo/HStation.Vmo.Assets.Core/06-Elbow/AssetsElbowMainVmo.cs
@@ -1,9 +1,53 @@
using HStation.Assets;
using HStation.Dto.Assets;
namespace HStation.Vmo
{
    public class AssetsElbowMainVmo
    {
    {        /// <summary>
             ///
             /// </summary>
        public AssetsElbowMainVmo()
        { }
        /// <summary>
        ///
        /// </summary>
        public AssetsElbowMainVmo(AssetsElbowMainDto rhs)
        {
            this.ID = rhs.ID;
            this.SeriesID = rhs.SeriesID;
            this.Name = rhs.Name;
            this.Material = rhs.Material;
            this.Caliber = rhs.Caliber;
            this.MinorLoss = rhs.MinorLoss;
            this.KeyWords = rhs.KeyWords;
            this.Paras = rhs.Paras;
            this.Flags = rhs.Flags;
            this.TagName = rhs.TagName;
            this.SortCode = rhs.SortCode;
            this.Description = rhs.Description;
        }
        /// <summary>
        ///
        /// </summary>
        public AssetsElbowMainVmo(AssetsElbowMainVmo rhs)
        {
            this.ID = rhs.ID;
            this.SeriesID = rhs.SeriesID;
            this.Name = rhs.Name;
            this.Material = rhs.Material;
            this.Caliber = rhs.Caliber;
            this.MinorLoss = rhs.MinorLoss;
            this.KeyWords = rhs.KeyWords;
            this.Paras = rhs.Paras;
            this.Flags = rhs.Flags;
            this.TagName = rhs.TagName;
            this.SortCode = rhs.SortCode;
            this.Description = rhs.Description;
        }
        public long ID { get; set; }
        /// <summary>
@@ -24,7 +68,7 @@
        /// <summary>
        /// 管路连接长度
        /// </summary>
        public eLengthType? ElbowLengthType { get; set; }
        public eElbowType? ElbowType { get; set; }
        /// <summary>
        /// 角度
@@ -44,7 +88,22 @@
        /// <summary>
        /// 识别关键字
        /// </summary>
        public List<string> KeyWord { get; set; }
        public List<string> KeyWords { get; set; }
        /// <summary>
        /// 参数
        /// </summary>
        public Dictionary<string, string> Paras { get; set; }
        /// <summary>
        /// 标签
        /// </summary>
        public List<string> Flags { get; set; }
        /// <summary>
        /// 标志
        /// </summary>
        public string TagName { get; set; }
        /// <summary>
        /// 排序码