文件名从 IStation.Service.SZJT/02-model/05-dma/LogicDma.cs 修改 |
| | |
| | | /// <summary> |
| | | /// 涓氬姟dma |
| | | /// </summary> |
| | | public partial class LogicDma : BaseModel, ICode, IParas, IFlags, ITagName, ISorter, IUseStatus, System.ICloneable |
| | | public partial class LogicDma : BaseModel, IParas, IFlags, ITagName, ISorter, IUseStatus, System.ICloneable |
| | | { |
| | | /// <summary> |
| | | /// |
| | |
| | | public LogicDma(LogicDma rhs) : base(rhs) |
| | | { |
| | | 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.ID = rhs.ID; |
| | | 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; |
| | |
| | | public string Name { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 缂栫爜 |
| | | /// </summary> |
| | | public string Code { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 鍙傛暟瀛楀吀 |
| | | /// 鍙傛暟 |
| | | /// </summary> |
| | | public Dictionary<string, string> Paras { get; set; } |
| | | |