lixiaojun
2024-09-09 c0f3c3f170846197d8d3f74ac123e0ac93a6dd67
IStation.Service.SZJT/02-model/LogicDma.cs
文件名从 IStation.Service.SZJT/02-model/05-dma/LogicDma.cs 修改
@@ -4,7 +4,7 @@
    /// <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>
        /// 
@@ -17,7 +17,6 @@
        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;
@@ -33,7 +32,6 @@
        {
            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;
@@ -48,12 +46,7 @@
        public string Name { get; set; }
        /// <summary>
        /// 缂栫爜
        /// </summary>
        public string Code { get; set; }
        /// <summary>
        /// 鍙傛暟瀛楀吀
        /// 鍙傛暟
        /// </summary>
        public Dictionary<string, string> Paras { get; set; }