示例#1
0
 public void AssignFrom(Sys_NodeDefine other)
 {
     this.CreateTime  = other.CreateTime;
     this.Description = other.Description;
     this.Name        = other.Name;
     this.Status      = other.Status;
     this.UpdateTime  = other.UpdateTime;
     this.WFId        = other.WFId;
 }
示例#2
0
 public void AssignFrom(Sys_NodeDefine other)
 {
     this.CreateTime = other.CreateTime;
     this.Description = other.Description;
     this.Name = other.Name;
     this.Status = other.Status;
     this.UpdateTime = other.UpdateTime;
     this.WFId = other.WFId;
 }