lixiaojun
2024-06-07 dad0c33f18a3175d1235512673c6fc71d0d87dcc
Yw.Service.DMA.Core/01-entity/DmaArea.cs
@@ -4,7 +4,7 @@
    /// Dma分区
    /// </summary>
    [SugarTable("dma_area")]
    public class DmaArea : BaseTraceEntity, ICode, IParas, IFlags, ITagName, ISorter, System.ICloneable
    public class DmaArea : BaseEntity, IParas, IFlags, ITagName, ISorter, System.ICloneable
    {
        /// <summary>
        /// 
@@ -19,7 +19,6 @@
            this.BelongType = rhs.BelongType;
            this.BelongID = rhs.BelongID;
            this.Name = rhs.Name;
            this.Code = rhs.Code;
            this.Paras = rhs.Paras;
            this.Flags = rhs.Flags;
            this.TagName = rhs.TagName;
@@ -41,11 +40,6 @@
        /// 名称
        /// </summary>   
        public string Name { get; set; }
        /// <summary>
        /// 编码
        /// </summary>
        public string Code { get; set; }
        /// <summary>
        /// 参数