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

+ 0 - 1
app/model/dock.js

@@ -12,7 +12,6 @@ const images = new Schema({
 // 产品
 // 产品
 const goods = new Schema({
 const goods = new Schema({
   userid: { type: String, required: false, maxLength: 500 }, // 创建人id
   userid: { type: String, required: false, maxLength: 500 }, // 创建人id
-  status: { type: String, required: false, maxLength: 200, default: "3" }, // 状态(0:待审核 1:通过审核 2:审核拒绝 3:草稿)
   is_del: { type: String, required: false, maxLength: 200 }, // 是否删除,0-否,1-是
   is_del: { type: String, required: false, maxLength: 200 }, // 是否删除,0-否,1-是
   type: { type: String, required: false, maxLength: 200 }, // 类型: 0-技术;1-成果;2-服务
   type: { type: String, required: false, maxLength: 200 }, // 类型: 0-技术;1-成果;2-服务
   name: { type: String, required: false, maxLength: 200 }, // 名称
   name: { type: String, required: false, maxLength: 200 }, // 名称