lrf402788946 4 年之前
父节点
当前提交
b4d35d9d4f
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/model/transaction.js

+ 1 - 0
app/model/transaction.js

@@ -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:通过审核)
 });