|
@@ -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 });
|
|
// 申请用户
|
|
// 申请用户
|