lrf402788946 4 vuotta sitten
vanhempi
commit
b4d35d9d4f
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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({
 const pact = new Schema({
+  file_path: { type: String }, // 合同图片
   desc: { type: String }, // 描述
   desc: { type: String }, // 描述
   status: { type: String, default: '0' }, // 状态(0:待审核 1:通过审核)
   status: { type: String, default: '0' }, // 状态(0:待审核 1:通过审核)
 });
 });