@@ -7,6 +7,7 @@ const { ObjectId } = require('mongoose').Types;
// 合同备案
const pact = new Schema({
+ file_path: { type: String }, // 合同图片
desc: { type: String }, // 描述
status: { type: String, default: '0' }, // 状态(0:待审核 1:通过审核)
});