Beispiel #1
0
        public void CopyFrom(SafetyRecordCheckHistory source)
        {
            base.CopyFrom(source);

            //this.Id = source.Id;

            this.RId = source.RId;
            //this.Creator = source.Creator;
            this.CreatorName = source.CreatorName;
            //this.CreateTime = source.CreateTime;
            this.CreatorIp       = source.CreatorIp;
            this.Opinion         = source.Opinion;
            this.Result          = source.Result;
            this.NextStepManId   = source.NextStepManId;
            this.NextStepManName = source.NextStepManName;
        }
Beispiel #2
0
 public SafetyRecordCheckHistory(SafetyRecordCheckHistory source)
 {
     this.CopyFrom(source);
 }