Exemplo n.º 1
0
 public void MergeFrom(Req_Liquidplan other)
 {
     if (other == null)
     {
         return;
     }
     if (other.begin_ != null)
     {
         if (begin_ == null)
         {
             Begin = new global::Google.Protobuf.WellKnownTypes.Timestamp();
         }
         Begin.MergeFrom(other.Begin);
     }
     if (other.end_ != null)
     {
         if (end_ == null)
         {
             End = new global::Google.Protobuf.WellKnownTypes.Timestamp();
         }
         End.MergeFrom(other.End);
     }
     _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
 }