guhongwei 4 years ago
parent
commit
17d30d5f06
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/model/dock.js

+ 1 - 0
app/model/dock.js

@@ -64,6 +64,7 @@ const goods = new Schema({
   coreelements: { type: String, required: false, maxLength: 200 }, // 核心要素
   priceinfo: { type: String, required: false, maxLength: 200 }, // 价格信息
   businessexpect: { type: String, required: false, maxLength: 200 }, // 商务预期
+  dockStatus: { type: String, default: "0", maxLength: 5 }, // 0未审核,1已通过,2已拒绝
 });
 goods.index({ id: 1 });
 // 申请用户