芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/mongoose/lib/options/saveOptions.js
'use strict'; const clone = require('../helpers/clone'); class SaveOptions { constructor(obj) { if (obj == null) { return; } Object.assign(this, clone(obj)); } } module.exports = SaveOptions;