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