guhongwei %!s(int64=4) %!d(string=hai) anos
pai
achega
17d30d5f06
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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 }, // 核心要素
   coreelements: { type: String, required: false, maxLength: 200 }, // 核心要素
   priceinfo: { type: String, required: false, maxLength: 200 }, // 价格信息
   priceinfo: { type: String, required: false, maxLength: 200 }, // 价格信息
   businessexpect: { 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 });
 goods.index({ id: 1 });
 // 申请用户
 // 申请用户