|
@@ -12,7 +12,6 @@ const images = new Schema({
|
|
|
// 产品
|
|
|
const goods = new Schema({
|
|
|
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-是
|
|
|
type: { type: String, required: false, maxLength: 200 }, // 类型: 0-技术;1-成果;2-服务
|
|
|
name: { type: String, required: false, maxLength: 200 }, // 名称
|