lixiaojun
2024-06-07 dad0c33f18a3175d1235512673c6fc71d0d87dcc
Yw.Service.DMA.Core/02-model/DmaArea.cs
@@ -3,7 +3,7 @@
    /// <summary>
    /// Dma分区
    /// </summary>   
    public partial class DmaArea : BaseTraceModel, ICode, IParas, IFlags, ITagName, ISorter, System.ICloneable
    public partial class DmaArea : BaseModel, IParas, IFlags, ITagName, ISorter, System.ICloneable
    {
        /// <summary>
        /// 
@@ -18,7 +18,6 @@
            this.BelongType = rhs.BelongType;
            this.BelongID = rhs.BelongID;
            this.Name = rhs.Name;
            this.Code = rhs.Code;
            this.Paras = rhs.Paras == null ? null : new Dictionary<string, string>(rhs.Paras);
            this.Flags = rhs.Flags?.ToList();
            this.TagName = rhs.TagName;
@@ -35,18 +34,11 @@
            this.BelongType = rhs.BelongType;
            this.BelongID = rhs.BelongID;
            this.Name = rhs.Name;
            this.Code = rhs.Code;
            this.Paras = rhs.Paras == null ? null : new Dictionary<string, string>(rhs.Paras);
            this.Flags = rhs.Flags?.ToList();
            this.TagName = rhs.TagName;
            this.SortCode = rhs.SortCode;
            this.Description = rhs.Description;
            this.CreateUserID = rhs.CreateUserID;
            this.CreateTime = rhs.CreateTime;
            this.CreateUserName = rhs.CreateUserName;
            this.UpdateUserID = rhs.UpdateUserID;
            this.UpdateTime = rhs.UpdateTime;
            this.UpdateUserName = rhs.UpdateUserName;
        }
@@ -65,11 +57,6 @@
        /// 名称
        /// </summary>   
        public string Name { get; set; }
        /// <summary>
        /// 编码
        /// </summary>
        public string Code { get; set; }
        /// <summary>
        /// 参数