guhongwei 4 年之前
父节点
当前提交
17d30d5f06
共有 1 个文件被更改,包括 1 次插入0 次删除
  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 });
 // 申请用户