public VwSysProcessLogSchema(VwSysProcessLogSchema source)
     : base(source)
 {
 }
 public VwSysProcessLogSchema(VwSysProcessLogSchema source, bool isShallowClone)
     : base(source, isShallowClone)
 {
 }