IStation.Application.SZJT/01-logic-dma/1-mgr/dto/LogicDmaDto.cs
文件名从 IStation.Application.SZJT/05-logic-dma/1-mgr/dto/LogicDmaDto.cs 修改 @@ -17,7 +17,6 @@ { this.ID = rhs.ID; this.Name = rhs.Name; this.Code = rhs.Code; this.Paras = rhs.Paras; this.Flags = rhs.Flags; this.TagName = rhs.TagName; @@ -37,12 +36,7 @@ public string Name { get; set; } /// <summary> /// 缂栫爜 /// </summary> public string Code { get; set; } /// <summary> /// 鍙傛暟瀛楀吀 /// 鍙傛暟 /// </summary> public Dictionary<string, string> Paras { get; set; }