| | |
| | | /// <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> |
| | | /// |
| | |
| | | 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.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; |
| | | } |
| | | |
| | | |
| | |
| | | /// 名称 |
| | | /// </summary> |
| | | public string Name { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 编码 |
| | | /// </summary> |
| | | public string Code { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 参数 |